<?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 Cannot build Element_Test Add-On from Examples (AC 22 Windows) in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Cannot-build-Element-Test-Add-On-from-Examples-AC-22-Windows/m-p/263551#M3461</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;Hello!&lt;BR /&gt;&lt;BR /&gt;When trying to build the example Element_Test (MDID_APICD_ElementManager) with Ctrl+Shift+B I get several errors by Visual Studio coming from an xlocale file (see attachment). I do not have this problem with building any other of the Example add-ons. Is this example buggy or am I doing something wrong?&lt;BR /&gt;&lt;BR /&gt;MSVC version: 14.13.26128 (attachment)&lt;BR /&gt;&lt;BR /&gt;Edit: I now also updated my Dev environment to the latest VS version (15.9.2) and MSVC version 14.16.27023, but the problem remains.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;- Dan&lt;/DIV&gt;</description>
    <pubDate>Wed, 05 Oct 2022 11:29:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-05T11:29:06Z</dc:date>
    <item>
      <title>Cannot build Element_Test Add-On from Examples (AC 22 Windows)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Cannot-build-Element-Test-Add-On-from-Examples-AC-22-Windows/m-p/263551#M3461</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello!&lt;BR /&gt;&lt;BR /&gt;When trying to build the example Element_Test (MDID_APICD_ElementManager) with Ctrl+Shift+B I get several errors by Visual Studio coming from an xlocale file (see attachment). I do not have this problem with building any other of the Example add-ons. Is this example buggy or am I doing something wrong?&lt;BR /&gt;&lt;BR /&gt;MSVC version: 14.13.26128 (attachment)&lt;BR /&gt;&lt;BR /&gt;Edit: I now also updated my Dev environment to the latest VS version (15.9.2) and MSVC version 14.16.27023, but the problem remains.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;- Dan&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Oct 2022 11:29:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Cannot-build-Element-Test-Add-On-from-Examples-AC-22-Windows/m-p/263551#M3461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-05T11:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot build Element_Test Add-On from Examples (AC 22 Windows)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Cannot-build-Element-Test-Add-On-from-Examples-AC-22-Windows/m-p/263552#M3462</link>
      <description>Hi Dan,&lt;BR /&gt;
&lt;BR /&gt;
You have to use the Visual Studio 2015, or Visual Studio 2017 with the VS2015 toolset (see &lt;A href="http://archicadapi.graphisoft.com/working-in-visual-studio-2017" target="_blank"&gt;&lt;LINK_TEXT text="http://archicadapi.graphisoft.com/worki ... tudio-2017"&gt;http://archicadapi.graphisoft.com/working-in-visual-studio-2017&lt;/LINK_TEXT&gt;&lt;/A&gt;).&lt;BR /&gt;
&lt;BR /&gt;
We'll switch to VS2017  in the ARCHICAD 23 API  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Regards, Akos</description>
      <pubDate>Tue, 04 Dec 2018 17:10:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Cannot-build-Element-Test-Add-On-from-Examples-AC-22-Windows/m-p/263552#M3462</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2018-12-04T17:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot build Element_Test Add-On from Examples (AC 22 Windows)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Cannot-build-Element-Test-Add-On-from-Examples-AC-22-Windows/m-p/263553#M3463</link>
      <description>&lt;BLOCKQUOTE&gt;Akos wrote:&lt;BR /&gt;
We'll switch to VS2017  in the ARCHICAD 23 API  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; 
&lt;/BLOCKQUOTE&gt;

Just wondering if VS2017 Community for MAC could be used on a MAC for the 23 API instead of XCODE??</description>
      <pubDate>Tue, 04 Dec 2018 18:50:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Cannot-build-Element-Test-Add-On-from-Examples-AC-22-Windows/m-p/263553#M3463</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2018-12-04T18:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot build Element_Test Add-On from Examples (AC 22 Windows)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Cannot-build-Element-Test-Add-On-from-Examples-AC-22-Windows/m-p/263554#M3464</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
The macOS version of Microsoft Visual Studio does not support C++ development.&lt;BR /&gt;
As such, it's improbable that it will be supported for add-on development.&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Dénes</description>
      <pubDate>Wed, 05 Dec 2018 07:49:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Cannot-build-Element-Test-Add-On-from-Examples-AC-22-Windows/m-p/263554#M3464</guid>
      <dc:creator>dfintha</dc:creator>
      <dc:date>2018-12-05T07:49:50Z</dc:date>
    </item>
  </channel>
</rss>

