<?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: Using Boost Asio in an ArchiCad Addon in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Using-Boost-Asio-in-an-ArchiCad-Addon/m-p/245089#M5421</link>
    <description>Hey, thank you for the help. I was able to fix my problems. I did the following for anyone interested.&lt;BR /&gt;
&lt;BR /&gt;
First: &lt;BR /&gt;
using nuget (addon for visual studio) install the packages:&lt;BR /&gt;
	install-package boost&lt;BR /&gt;
	install-package boost_system&lt;BR /&gt;
Second:&lt;BR /&gt;
Go to Linker -&amp;gt; Input -&amp;gt; Additional Dependencies add:&lt;BR /&gt;
ws2_32.lib</description>
    <pubDate>Thu, 12 Feb 2015 18:22:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-12T18:22:45Z</dc:date>
    <item>
      <title>Using Boost Asio in an ArchiCad Addon</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Using-Boost-Asio-in-an-ArchiCad-Addon/m-p/245087#M5419</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello, I'm currently trying to use Boost Asio in one of the examples provided in the DevKit. I simply include the following .hpp in the addon and I get Linking errors.&lt;BR /&gt;#include &amp;lt;boost/asio.hpp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;The example I'm using is the 3D_Test.&lt;BR /&gt;&lt;BR /&gt;And this one of the linking errors:&lt;BR /&gt;&lt;BR /&gt;Error 1 error LNK2019: unresolved external symbol "class boost::system::error_category const &amp;amp; __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAAEBVerror_category@12@XZ) referenced in function "public: __cdecl boost::system::error_code::error_code(void)" (??0error_code@system@boost@@QEAA@XZ) D:\GRAPHISOFT\API Development Kit 18.3006\Examples\3D_Test - Copy\3D_Test.obj 3D_Test&lt;BR /&gt;&lt;BR /&gt;Can anyone help me with this problem?&lt;BR /&gt;If you need any other information feel free to ask.&lt;BR /&gt;&lt;BR /&gt;Additional Information:&lt;BR /&gt;Using Windows 8.1, Microsoft Visual Studio 2013 but with the 2010 tools.&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Aug 2023 11:40:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Using-Boost-Asio-in-an-ArchiCad-Addon/m-p/245087#M5419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-01T11:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using Boost Asio in an ArchiCad Addon</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Using-Boost-Asio-in-an-ArchiCad-Addon/m-p/245088#M5420</link>
      <description>&lt;BLOCKQUOTE&gt;Xylios wrote:&lt;BR /&gt;Error	1	error LNK2019: unresolved external symbol "class boost::system::error_category const &amp;amp; __cdecl &lt;/BLOCKQUOTE&gt;
&lt;A href="http://stackoverflow.com/questions/9723793/undefined-reference-to-boostsystemsystem-category-when-compiling" target="_blank"&gt;This link&lt;/A&gt; might help.</description>
      <pubDate>Wed, 11 Feb 2015 20:18:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Using-Boost-Asio-in-an-ArchiCad-Addon/m-p/245088#M5420</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2015-02-11T20:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using Boost Asio in an ArchiCad Addon</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Using-Boost-Asio-in-an-ArchiCad-Addon/m-p/245089#M5421</link>
      <description>Hey, thank you for the help. I was able to fix my problems. I did the following for anyone interested.&lt;BR /&gt;
&lt;BR /&gt;
First: &lt;BR /&gt;
using nuget (addon for visual studio) install the packages:&lt;BR /&gt;
	install-package boost&lt;BR /&gt;
	install-package boost_system&lt;BR /&gt;
Second:&lt;BR /&gt;
Go to Linker -&amp;gt; Input -&amp;gt; Additional Dependencies add:&lt;BR /&gt;
ws2_32.lib</description>
      <pubDate>Thu, 12 Feb 2015 18:22:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Using-Boost-Asio-in-an-ArchiCad-Addon/m-p/245089#M5421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-12T18:22:45Z</dc:date>
    </item>
  </channel>
</rss>

