<?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: Archicad 23 API Template for Windows Visual Studio 2017 in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256503#M3102</link>
    <description>Thanks Gerry for the video.&lt;BR /&gt;
&lt;BR /&gt;
Important points noted were:&lt;BR /&gt;
&lt;BR /&gt;
The VC++ project must be saved in the API-Kit examples directory, and not in AchiCAD's Add-ons (or elsewhere), to compile successfully using the template.&lt;BR /&gt;
&lt;BR /&gt;
In &lt;B&gt;RegisterInterface&lt;/B&gt; function, &lt;B&gt;MenuCode_Tools&lt;/B&gt; (default in template) places the menu under Options menu, and &lt;B&gt;MenuCode_UserDef&lt;/B&gt; makes it as a new menu.&lt;BR /&gt;
&lt;BR /&gt;
Dushyant</description>
    <pubDate>Mon, 06 Jan 2020 05:51:39 GMT</pubDate>
    <dc:creator>dushyant</dc:creator>
    <dc:date>2020-01-06T05:51:39Z</dc:date>
    <item>
      <title>Archicad 23 API Template for Windows Visual Studio 2017</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256497#M3096</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I installed the Archicad 23 API package and also checked the box for the installation of the Visual Studio template. But i can not find the template. It is not located under the Support folder. Any ideas on how to get it?&lt;BR /&gt;&lt;BR /&gt;On windows 10 with Visual Studio Community 2017&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2022 08:16:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256497#M3096</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2022-09-29T08:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Archicad 23 API Template for Windows Visual Studio 2017</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256498#M3097</link>
      <description>Hi Gerry,&lt;BR /&gt;
&lt;BR /&gt;
The template will be installed directly into the Visual Studio. So it will be placed into your VS templates folder, by default:
&lt;PRE&gt;&amp;lt;user documents&amp;gt;\Visual Studio 2017\Templates\ProjectTemplates\Visual C++ Project&lt;/PRE&gt;
You should find the ARCHICAD_Add-On_Template_For_VS.zip file here.&lt;BR /&gt;
&lt;BR /&gt;
Yes, it's a zip and that's correct, Visual Studio will unpack it at runtime and it will be listed in the C++ project templates in the "New Project" dialog:</description>
      <pubDate>Mon, 23 Sep 2019 06:47:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256498#M3097</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2019-09-23T06:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Archicad 23 API Template for Windows Visual Studio 2017</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256499#M3098</link>
      <description>Please note that you can install not only Template Project for Visual Studio, but there is an option to install Debugger Visualizers too.&lt;BR /&gt;
&lt;BR /&gt;
Those Debugger Visualizers will be installed directly to your Visual Studio's Visualizers folder also:
&lt;PRE&gt;&amp;lt;user documents&amp;gt;\Visual Studio 2017\Visualizers&lt;/PRE&gt;

&lt;BR /&gt;
Thanks to those visualizers you will be able to debug the content of objects with type GS::UniString, IO::Location and many others.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Sep 2019 07:36:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256499#M3098</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2019-09-23T07:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Archicad 23 API Template for Windows Visual Studio 2017</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256500#M3099</link>
      <description>Is the Debugger Visualiser by the name "GS.natvis" ? &lt;BR /&gt;
&lt;BR /&gt;
If it is missed to install it during the API devkit installation, can it be installed separately?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Mon, 16 Dec 2019 13:48:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256500#M3099</guid>
      <dc:creator>dushyant</dc:creator>
      <dc:date>2019-12-16T13:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Archicad 23 API Template for Windows Visual Studio 2017</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256501#M3100</link>
      <description>Thanks for showing where this template is. I had been looking for something like this.&lt;BR /&gt;
&lt;BR /&gt;
Looking in the Src dir of the template project, why are the source files in C and not C++?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Dushyant&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Tibor wrote:&lt;BR /&gt;
Hi Gerry,&lt;BR /&gt;
&lt;BR /&gt;
The template will be installed directly into the Visual Studio. So it will be placed into your VS templates folder, by default:
&lt;PRE&gt;&amp;lt;user documents&amp;gt;\Visual Studio 2017\Templates\ProjectTemplates\Visual C++ Project&lt;/PRE&gt;
You should find the ARCHICAD_Add-On_Template_For_VS.zip file here.&lt;BR /&gt;
&lt;BR /&gt;
Yes, it's a zip and that's correct, Visual Studio will unpack it at runtime and it will be listed in the C++ project templates in the "New Project" dialog:&lt;BR /&gt;
VS_AC_Template.png
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 16 Dec 2019 13:52:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256501#M3100</guid>
      <dc:creator>dushyant</dc:creator>
      <dc:date>2019-12-16T13:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Archicad 23 API Template for Windows Visual Studio 2017</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256502#M3101</link>
      <description>I suggest you look at the Blog instructions by Archicad. They are fairly complete.&lt;BR /&gt;
&lt;BR /&gt;
I did a three video series  on YouTube which Demos the "Hello_World" Add_on"&lt;BR /&gt;
&lt;BR /&gt;
That should get you started&lt;BR /&gt;
&lt;BR /&gt;
&lt;IFRAME width="640" height="360" src="https://www.youtube.com/embed/DbEGRXv8Ddc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""&gt;&lt;/IFRAME&gt;</description>
      <pubDate>Tue, 17 Dec 2019 06:17:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256502#M3101</guid>
      <dc:creator>poco2013</dc:creator>
      <dc:date>2019-12-17T06:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Archicad 23 API Template for Windows Visual Studio 2017</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256503#M3102</link>
      <description>Thanks Gerry for the video.&lt;BR /&gt;
&lt;BR /&gt;
Important points noted were:&lt;BR /&gt;
&lt;BR /&gt;
The VC++ project must be saved in the API-Kit examples directory, and not in AchiCAD's Add-ons (or elsewhere), to compile successfully using the template.&lt;BR /&gt;
&lt;BR /&gt;
In &lt;B&gt;RegisterInterface&lt;/B&gt; function, &lt;B&gt;MenuCode_Tools&lt;/B&gt; (default in template) places the menu under Options menu, and &lt;B&gt;MenuCode_UserDef&lt;/B&gt; makes it as a new menu.&lt;BR /&gt;
&lt;BR /&gt;
Dushyant</description>
      <pubDate>Mon, 06 Jan 2020 05:51:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Archicad-23-API-Template-for-Windows-Visual-Studio-2017/m-p/256503#M3102</guid>
      <dc:creator>dushyant</dc:creator>
      <dc:date>2020-01-06T05:51:39Z</dc:date>
    </item>
  </channel>
</rss>

