<?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 there any guild for newbie to create a start project with C++ and Visual Studio 2017? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241327#M3800</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
This tutorial can be really useful for. &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.youtube.com/channel/UCctZprzqwZYcymiog-gbzuw" target="_blank"&gt;&lt;LINK_TEXT text="https://www.youtube.com/channel/UCctZpr ... miog-gbzuw"&gt;https://www.youtube.com/channel/UCctZprzqwZYcymiog-gbzuw&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
    <pubDate>Fri, 10 Apr 2020 21:56:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-10T21:56:59Z</dc:date>
    <item>
      <title>Is there any guild for newbie to create a start project with C++ and Visual Studio 2017?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241320#M3793</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello,&lt;BR /&gt;I have just found in the API website but cannot find any post or guide to create a start project with VS 2017 with C++ (just have Hello World 2 blog post).&lt;BR /&gt;Regards,&lt;BR /&gt;SAGI-Viz&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Oct 2022 14:28:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241320#M3793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-04T14:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any guild for newbie to create a start project with C++ and Visual Studio 2017?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241321#M3794</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Please download the General API development kit, you'll find plenty of examples there. Our advice is to go through them, and explore what's happening.&lt;BR /&gt;
&lt;BR /&gt;
Best, Akos</description>
      <pubDate>Wed, 17 Jul 2019 06:31:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241321#M3794</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2019-07-17T06:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any guild for newbie to create a start project with C++ and Visual Studio 2017?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241322#M3795</link>
      <description>Hi Akos,&lt;BR /&gt;
Thank you very much. I will do it and learn something from the documents.&lt;BR /&gt;
&lt;BR /&gt;
Best regards, HAI</description>
      <pubDate>Wed, 17 Jul 2019 07:39:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241322#M3795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-17T07:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any guild for newbie to create a start project with C++ and Visual Studio 2017?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241323#M3796</link>
      <description>Hi Akos,&lt;BR /&gt;
&lt;BR /&gt;
Could you please help me to fix my problem in Build example add-on?&lt;BR /&gt;
&lt;BR /&gt;
I cannot Build the Geometry_Test Example, error is below&lt;BR /&gt;
&lt;BR /&gt;
1&amp;gt;------ Build started: Project: Geometry_Test, Configuration: Debug x64 ------&lt;BR /&gt;
1&amp;gt;Geometry_Test.cpp&lt;BR /&gt;
1&amp;gt;c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.15.26726\include\xlocale(485): error C2589: '(': illegal token on right side of '::'&lt;BR /&gt;
1&amp;gt;c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.15.26726\include\xlocale(485): error C2146: syntax error: missing ')' before identifier 'strcmp_DISABLED'&lt;BR /&gt;
1&amp;gt;c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.15.26726\include\xlocale(485): error C2065: 'strcmp_DISABLED': undeclared identifier&lt;BR /&gt;
1&amp;gt;c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.15.26726\include\xlocale(485): error C2143: syntax error: missing ';' before '!'&lt;BR /&gt;
1&amp;gt;c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.15.26726\include\xlocale(485): error C2059: syntax error: ')'&lt;BR /&gt;
1&amp;gt;c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.15.26726\include\xlocale(485): error C2059: syntax error: '=='&lt;BR /&gt;
1&amp;gt;Done building project "Geometry_Test.vcxproj" -- FAILED.&lt;BR /&gt;
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========&lt;BR /&gt;
&lt;BR /&gt;
Please show me how to fix it to build. Thank you.&lt;BR /&gt;
Regards, HAI</description>
      <pubDate>Thu, 25 Jul 2019 04:44:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241323#M3796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-25T04:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any guild for newbie to create a start project with C++ and Visual Studio 2017?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241324#M3797</link>
      <description>Hello,&lt;BR /&gt;
This could probably be because your toolset version does not match the required toolset version.&lt;BR /&gt;
try downloading the vs2015 toolset v140. if the problem is still there do tell here</description>
      <pubDate>Thu, 25 Jul 2019 06:32:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241324#M3797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-25T06:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any guild for newbie to create a start project with C++ and Visual Studio 2017?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241325#M3798</link>
      <description>ARCHICAD 21 and 22 both use the Visual Studio 2015 compiler for building add-on projects. With the appearance of Visual Studio 2017 and 2019 you’ll need to do a few extra hops to be able to build your add-ons.&lt;BR /&gt;
Please read this blog post for further details: &lt;A href="http://archicadapi.graphisoft.com/working-in-visual-studio-2017" target="_blank"&gt;Working in Visual Studio 2017&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Please note that ARCHICAD 23 will use the Visual Studio 2017 toolset for building Add-On projects. So you won't be able to build your add-on projects in Visual Studio 2015.&lt;BR /&gt;
You can check the &lt;A href="http://archicadapi.graphisoft.com/new-api-features-in-archicad-23" target="_blank"&gt;new API features and technical changes in ARCHICAD 23 here&lt;/A&gt;.</description>
      <pubDate>Thu, 25 Jul 2019 07:07:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241325#M3798</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2019-07-25T07:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any guild for newbie to create a start project with C++ and Visual Studio 2017?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241326#M3799</link>
      <description>Hi Tibor and nikhil,&lt;BR /&gt;
&lt;BR /&gt;
Thank so much for your supporting.&lt;BR /&gt;
&lt;BR /&gt;
Regards.</description>
      <pubDate>Mon, 29 Jul 2019 04:04:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241326#M3799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-29T04:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any guild for newbie to create a start project with C++ and Visual Studio 2017?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241327#M3800</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
This tutorial can be really useful for. &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.youtube.com/channel/UCctZprzqwZYcymiog-gbzuw" target="_blank"&gt;&lt;LINK_TEXT text="https://www.youtube.com/channel/UCctZpr ... miog-gbzuw"&gt;https://www.youtube.com/channel/UCctZprzqwZYcymiog-gbzuw&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Fri, 10 Apr 2020 21:56:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Is-there-any-guild-for-newbie-to-create-a-start-project-with-C/m-p/241327#M3800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-10T21:56:59Z</dc:date>
    </item>
  </channel>
</rss>

