<?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: Create basic AddOn for Archicad 22 in Visual Studio in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297379#M3668</link>
    <description>the compilation works fine but I couldn't see the Hello world on Archicad. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
Menu loaded, but When I click it, nothing happened.&lt;BR /&gt;
&lt;BR /&gt;
When I finished the compilation first time, the tool showed me a warning. Second time, it didn't.&lt;BR /&gt;
&lt;BR /&gt;
&lt;IMG src="https://community.graphisoft.com/" /&gt;&lt;S&gt;&lt;IMG src="&amp;lt;/s&amp;gt;&amp;lt;e&amp;gt;" /&gt;&lt;/S&gt;</description>
    <pubDate>Tue, 14 Apr 2020 19:04:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-14T19:04:27Z</dc:date>
    <item>
      <title>Create basic AddOn for Archicad 22 in Visual Studio</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297367#M3656</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello. Please very good if you can help me. I want to create an AddOn for Archicad 22 that is similar to Eptar Reinforcement as design.&lt;BR /&gt;&lt;BR /&gt;I installed Visual Studio 2017, Archicad 22, I have the Archicad developer key, but I can not compile a code and install it as an addon in Archicad.&lt;BR /&gt;&lt;BR /&gt;I want to learn how to make a very simplified addon, to see in Archicad that a window with a function opens and to go.&lt;BR /&gt;&lt;BR /&gt;I looked at c ++ tutorials, c # .. but in vain.&lt;BR /&gt;&lt;BR /&gt;I saw the extension of an addon is *. APX. do I have to do a Setup.exe for addon or how to do it? Interface in Archicad I create in C #?&lt;BR /&gt;&lt;BR /&gt;I've been trying to see the examples from Archicad, but I get errors.&lt;BR /&gt;&lt;BR /&gt;Some print screens would be very useful if you can not do a basic tutorial.&lt;BR /&gt;&lt;BR /&gt;Please be very nice if you can help me. Bogdan&lt;BR /&gt;&lt;BR /&gt;Sorry for my bad enlish &lt;IMG style="display: inline;" src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" border="0" /&gt; i hope you understand&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Oct 2022 11:26:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297367#M3656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-05T11:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create basic AddOn for Archicad 22 in Visual Studio</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297368#M3657</link>
      <description>I think i must uninstall VS 2017 and install VS 2015 update 3.&lt;BR /&gt;
I succeeded to create data base with my ID, i save data base *.h file. &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I found an example with hello world but did not load the * .grc source code.&lt;BR /&gt;
&lt;BR /&gt;
do I need to install Windows SDK?&lt;BR /&gt;
&lt;BR /&gt;
I would like to see an example that works. I will install VS 2015 and try again.&lt;BR /&gt;
&lt;BR /&gt;
it was a good video or a few print screens</description>
      <pubDate>Fri, 19 Apr 2019 23:13:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297368#M3657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-19T23:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create basic AddOn for Archicad 22 in Visual Studio</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297369#M3658</link>
      <description>&lt;BLOCKQUOTE&gt;silazion wrote:&lt;BR /&gt;
I think i must uninstall VS 2017 and install VS 2015 update 3.&lt;BR /&gt;
I succeeded to create data base with my ID, i save data base *.h file. &lt;/BLOCKQUOTE&gt;
You can use VS2017 provided you select the VS2015 toolset for building the add-on. There is a blog article on the API Developer website &lt;A href="http://archicadapi.graphisoft.com/working-in-visual-studio-2017" target="_blank"&gt;here&lt;/A&gt;.&lt;BR /&gt;
&lt;BR /&gt;
Try building one of the example add-ons using the VS2015 toolset first. If you can get that working, you have taken a big step forward.</description>
      <pubDate>Fri, 19 Apr 2019 23:56:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297369#M3658</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2019-04-19T23:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create basic AddOn for Archicad 22 in Visual Studio</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297370#M3659</link>
      <description>Windows SDK Version: 10.0.17134.0&lt;BR /&gt;
Platform toolset: No Upgrade&lt;BR /&gt;
Archicad: 22&lt;BR /&gt;
Visual Studio: 2015&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I'm getting 647 errors for DG_Test.cpp. "Can not open source file ... and more"&lt;BR /&gt;
Do I have to change something at Include Directory to work?&lt;BR /&gt;
After I can solve this problem, can I see the examples in archicad? Or, in the examples, only the code is written. I do not understand how I can modify the user interface, should I use C # for this or directly in Archicad?&lt;BR /&gt;
&lt;A href="http://archicadapi.graphisoft.com/hello-world-part-2-dialog-with-text-svg-icon-and-button" target="_blank"&gt;&lt;LINK_TEXT text="http://archicadapi.graphisoft.com/hello ... and-button"&gt;http://archicadapi.graphisoft.com/hello-world-part-2-dialog-with-text-svg-icon-and-button&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thank you!</description>
      <pubDate>Sat, 20 Apr 2019 13:44:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297370#M3659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-20T13:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create basic AddOn for Archicad 22 in Visual Studio</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297371#M3660</link>
      <description>&lt;BLOCKQUOTE&gt;silazion wrote:&lt;BR /&gt;
I'm getting 647 errors for DG_Test.cpp. "Can not open source file ... and more"&lt;BR /&gt;
Do I have to change something at Include Directory to work?&lt;/BLOCKQUOTE&gt;
The project seems to be damaged. There should be paths to the required API directories listed there. Try downloading the API dev-kit again.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;silazion wrote:&lt;BR /&gt;
After I can solve this problem, can I see the examples in archicad? Or, in the examples, only the code is written. I do not understand how I can modify the user interface, should I use C # for this or directly in Archicad?&lt;BR /&gt;
&lt;A href="http://archicadapi.graphisoft.com/hello-world-part-2-dialog-with-text-svg-icon-and-button" target="_blank"&gt;&lt;LINK_TEXT text="http://archicadapi.graphisoft.com/hello ... and-button"&gt;http://archicadapi.graphisoft.com/hello-world-part-2-dialog-with-text-svg-icon-and-button&lt;/LINK_TEXT&gt;&lt;/A&gt;
&lt;/BLOCKQUOTE&gt;
Yes, when it builds you can see the examples in ARCHICAD.&lt;BR /&gt;
&lt;BR /&gt;
I wouldn't recommend trying to use C# in this context. It's unlikely to work.</description>
      <pubDate>Sat, 20 Apr 2019 22:59:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297371#M3660</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2019-04-20T22:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create basic AddOn for Archicad 22 in Visual Studio</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297372#M3661</link>
      <description>Thank you very much! I succeeded !</description>
      <pubDate>Sun, 21 Apr 2019 12:44:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297372#M3661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-21T12:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create basic AddOn for Archicad 22 in Visual Studio</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297373#M3662</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I try to implement HelloWorld(simplest one) example. I got 2 errors. How can I find out?&lt;BR /&gt;
(I have VS 2017 and api dev 23)&lt;BR /&gt;
&lt;BR /&gt;
&lt;IMG src="https://community.graphisoft.com/" /&gt;&lt;S&gt;&lt;IMG src="&amp;lt;/s&amp;gt;&amp;lt;e&amp;gt;" /&gt;&lt;/S&gt;</description>
      <pubDate>Mon, 13 Apr 2020 16:22:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297373#M3662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-13T16:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create basic AddOn for Archicad 22 in Visual Studio</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297374#M3663</link>
      <description>For the error shown in the first image, can you scroll down a bit further to reveal the explanation for the warning?&lt;BR /&gt;
&lt;BR /&gt;
For the other errors in the second image, can you tell me which platform toolset you are using for the project? You can find this in the project properties under &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;General &amp;gt; Platform Toolset&lt;E&gt;&lt;/E&gt;. Also, which version of ARCHICAD are you targeting?</description>
      <pubDate>Mon, 13 Apr 2020 18:05:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297374#M3663</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-13T18:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create basic AddOn for Archicad 22 in Visual Studio</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297375#M3664</link>
      <description>Hi Ralph,&lt;BR /&gt;
&lt;BR /&gt;
&lt;IMG src="https://community.graphisoft.com/" /&gt;&lt;S&gt;&lt;IMG src="&amp;lt;/s&amp;gt;&amp;lt;e&amp;gt;" /&gt;&lt;/S&gt;</description>
      <pubDate>Mon, 13 Apr 2020 19:51:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297375#M3664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-13T19:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create basic AddOn for Archicad 22 in Visual Studio</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297376#M3665</link>
      <description>Try changing this line:&lt;PRE&gt;const size_t    hwLen  = strlen (hwText) + 1;&lt;/PRE&gt;
…to this:&lt;PRE&gt;const GSSize    hwLen  = strlen (hwText) + 1;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Apr 2020 08:54:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297376#M3665</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-14T08:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create basic AddOn for Archicad 22 in Visual Studio</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297377#M3666</link>
      <description>&lt;IMG src="https://community.graphisoft.com/" /&gt;&lt;S&gt;&lt;IMG src="&amp;lt;/s&amp;gt;&amp;lt;e&amp;gt;" /&gt;&lt;/S&gt;</description>
      <pubDate>Tue, 14 Apr 2020 15:52:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297377#M3666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-14T15:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create basic AddOn for Archicad 22 in Visual Studio</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297378#M3667</link>
      <description>Try making that:&lt;PRE&gt;const GSSize    hwLen  = static_cast&amp;lt;GSSize&amp;gt;(strlen (hwText) + 1);&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Apr 2020 16:05:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297378#M3667</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-14T16:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create basic AddOn for Archicad 22 in Visual Studio</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297379#M3668</link>
      <description>the compilation works fine but I couldn't see the Hello world on Archicad. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
Menu loaded, but When I click it, nothing happened.&lt;BR /&gt;
&lt;BR /&gt;
When I finished the compilation first time, the tool showed me a warning. Second time, it didn't.&lt;BR /&gt;
&lt;BR /&gt;
&lt;IMG src="https://community.graphisoft.com/" /&gt;&lt;S&gt;&lt;IMG src="&amp;lt;/s&amp;gt;&amp;lt;e&amp;gt;" /&gt;&lt;/S&gt;</description>
      <pubDate>Tue, 14 Apr 2020 19:04:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297379#M3668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-14T19:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create basic AddOn for Archicad 22 in Visual Studio</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297380#M3669</link>
      <description>That's a link warning, but you can ignore that one - it's only advice (and irrelevant in this case). It will only show up when you rebuild following a change.</description>
      <pubDate>Tue, 14 Apr 2020 21:17:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Create-basic-AddOn-for-Archicad-22-in-Visual-Studio/m-p/297380#M3669</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2020-04-14T21:17:09Z</dc:date>
    </item>
  </channel>
</rss>

