<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Build solution problem for Call DllMaker in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/build-solution-problem-for-call-dllmaker/m-p/13486955#M5305</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/206/phil.b.html" nodeid="206"&gt;@Phil BoBo&lt;/A&gt; Thanks for your help!&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 12 Apr 2022 07:37:27 GMT</pubDate>
    <dc:creator>shanice_c</dc:creator>
    <dc:date>2022-04-12T07:37:27Z</dc:date>
    <item>
      <title>Build solution problem for Call DllMaker</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/build-solution-problem-for-call-dllmaker/m-p/13486953#M5303</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello, Recently &lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt;I'm trying to test how to call DllMaker.&lt;/SPAN&gt; &lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt;I'm not familiar with c++ and how theses .h files in flexsim-dll-maker-17.2 file works. But &lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt;I still want to try testing how to call DllMaker by following this demo&lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt; &lt;/SPAN&gt;&lt;A rel="nofollow" href="https://nextcloud.flexsim.com/s/aTji7HXwKYBbSGc"&gt;https://nextcloud.flexsim.com/s/aTji7HXwKYBbSGc&lt;/A&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt;When I build solution, I have error messages below:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: ;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1649578772464.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1509793i36A0A038E2B46CB2/image-size/large?v=v2&amp;amp;px=999" role="button" title="1649578772464.png" alt="1649578772464.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN style="color: rgb(23, 23, 23); font-family: ;"&gt;MSB8020: The build tools for &lt;/SPAN&gt;&lt;EM&gt;toolset-name&lt;/EM&gt;&lt;SPAN style="color: rgb(23, 23, 23); font-family: ;"&gt; (Platform Toolset = '&lt;/SPAN&gt;&lt;EM&gt;platform-toolset&lt;/EM&gt;&lt;SPAN style="color: rgb(23, 23, 23); font-family: ;"&gt;') cannot be found. To build using the &lt;/SPAN&gt;&lt;EM&gt;platform-toolset&lt;/EM&gt;&lt;SPAN style="color: rgb(23, 23, 23); font-family: ;"&gt; build tools, please install &lt;/SPAN&gt;&lt;EM&gt;toolset-name&lt;/EM&gt;&lt;SPAN style="color: rgb(23, 23, 23); font-family: ;"&gt; build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution".&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN style="color: rgb(23, 23, 23); font-family: ;"&gt;To resolve this issue, upgrade the project to use the current Visual Studio toolset, or use the Visual Studio Installer to install the specified build toolset. For more information, see &lt;/SPAN&gt;&lt;A rel="nofollow" href="https://docs.microsoft.com/en-us/visualstudio/install/modify-visual-studio?view=vs-2019"&gt;Modify Visual Studio&lt;/A&gt;&lt;SPAN style="color: rgb(23, 23, 23); font-family: ;"&gt;. Use the &lt;/SPAN&gt;&lt;STRONG&gt;Individual components&lt;/STRONG&gt;&lt;SPAN style="color: rgb(23, 23, 23); font-family: ;"&gt; tab in the installer to choose specific platform toolsets.&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;I have right-click the solution, but couldn't see "Retarget solution". It is because there's no toolset available yet?&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1649579900741.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1509794i3A54EE1AB8795F58/image-size/large?v=v2&amp;amp;px=999" role="button" title="1649579900741.png" alt="1649579900741.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;How could I upgrade the project to the current Visual Studio toolset? Or what should I install first to fit the Platform toolset: Windows_XP(v120_xp)? &lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1649579112435.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1509795i6F7D6E1DE82D67BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="1649579112435.png" alt="1649579112435.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Thank you! &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 10 Apr 2022 08:48:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/build-solution-problem-for-call-dllmaker/m-p/13486953#M5303</guid>
      <dc:creator>shanice_c</dc:creator>
      <dc:date>2022-04-10T08:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Build solution problem for Call DllMaker</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/build-solution-problem-for-call-dllmaker/m-p/13486954#M5304</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Change the platform toolset from v120_xp to whatever toolset you have, such as v140 or v142.&lt;/P&gt;&lt;P&gt;Then comment out the fabs() and round() lines that are giving you compiler errors with the newer toolset.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Apr 2022 16:08:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/build-solution-problem-for-call-dllmaker/m-p/13486954#M5304</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2022-04-11T16:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Build solution problem for Call DllMaker</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/build-solution-problem-for-call-dllmaker/m-p/13486955#M5305</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/206/phil.b.html" nodeid="206"&gt;@Phil BoBo&lt;/A&gt; Thanks for your help!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Apr 2022 07:37:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/build-solution-problem-for-call-dllmaker/m-p/13486955#M5305</guid>
      <dc:creator>shanice_c</dc:creator>
      <dc:date>2022-04-12T07:37:27Z</dc:date>
    </item>
  </channel>
</rss>

