<?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: Is anybody using boost c++ lib in their addin? in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/is-anybody-using-boost-c-lib-in-their-addin/m-p/10086668#M9440</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I can't advice for you, only I have the same experiece as you . Although I don't use boost library, so when try add some other c++ library (e.g. curl, json) assist vcpkg into addIn for Fusion 360, is behavior the addIn are the same as your experiences. When I use in console apllication additional c++ library, all is alright. I'm use MS Visual Studio Profesional 2019 with latests update. C++ library I instal as x64-windows.</description>
    <pubDate>Tue, 16 Feb 2021 12:53:11 GMT</pubDate>
    <dc:creator>-pezi-</dc:creator>
    <dc:date>2021-02-16T12:53:11Z</dc:date>
    <item>
      <title>Is anybody using boost c++ lib in their addin?</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/is-anybody-using-boost-c-lib-in-their-addin/m-p/10077216#M9439</link>
      <description>&lt;P&gt;I had been using boost (version 172) and then decided to switch to the vcpkg manager and then I installed 175 along with my other libs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alas, my dll failed to load. Actually it loaded and immediately unloaded without even running any of my code. No errors, no nothing, even with windbg. I think that I have traced it down to boost version 175.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It also looks like Fusion is also using boost. At this point I still don't know the reason for this behavior with 175.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 23:49:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/is-anybody-using-boost-c-lib-in-their-addin/m-p/10077216#M9439</guid>
      <dc:creator>chetmurphy</dc:creator>
      <dc:date>2021-02-11T23:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is anybody using boost c++ lib in their addin?</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/is-anybody-using-boost-c-lib-in-their-addin/m-p/10086668#M9440</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I can't advice for you, only I have the same experiece as you . Although I don't use boost library, so when try add some other c++ library (e.g. curl, json) assist vcpkg into addIn for Fusion 360, is behavior the addIn are the same as your experiences. When I use in console apllication additional c++ library, all is alright. I'm use MS Visual Studio Profesional 2019 with latests update. C++ library I instal as x64-windows.</description>
      <pubDate>Tue, 16 Feb 2021 12:53:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/is-anybody-using-boost-c-lib-in-their-addin/m-p/10086668#M9440</guid>
      <dc:creator>-pezi-</dc:creator>
      <dc:date>2021-02-16T12:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is anybody using boost c++ lib in their addin?</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/is-anybody-using-boost-c-lib-in-their-addin/m-p/10087197#M9441</link>
      <description>&lt;P&gt;I don't think it is vcpkg per se since most of my libs are using it. Boost seems to be an exception or there is a version conflict so I'm using nuget for boost.v172.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 16:14:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/is-anybody-using-boost-c-lib-in-their-addin/m-p/10087197#M9441</guid>
      <dc:creator>chetmurphy</dc:creator>
      <dc:date>2021-02-16T16:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is anybody using boost c++ lib in their addin?</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/is-anybody-using-boost-c-lib-in-their-addin/m-p/10087485#M9442</link>
      <description>&lt;P&gt;Ok, I started using vcpkg few months ago. If there isn't mistake in vpckg, can it be in settings of project itself (which is generated from Fusion360)? Do you do any changes in settings of project for correct functionality with boost library? And last question. Have you created new addIn for Fusion with some library which is integrated by vcpkg during the last three months?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 17:49:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/is-anybody-using-boost-c-lib-in-their-addin/m-p/10087485#M9442</guid>
      <dc:creator>-pezi-</dc:creator>
      <dc:date>2021-02-16T17:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is anybody using boost c++ lib in their addin?</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/is-anybody-using-boost-c-lib-in-their-addin/m-p/10087516#M9443</link>
      <description>&lt;P&gt;The only setting that I'm using when installing is the triplet x64-windows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vcpkg install &amp;lt;pkg&amp;gt;: x64-windows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For boost, I'm using 172 that is installed using NuGet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still very much in the development phase and have not tried building a release version.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 17:59:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/is-anybody-using-boost-c-lib-in-their-addin/m-p/10087516#M9443</guid>
      <dc:creator>chetmurphy</dc:creator>
      <dc:date>2021-02-16T17:59:00Z</dc:date>
    </item>
  </channel>
</rss>

