<?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: Graphisoft Developer Support Program Revived in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51316#M7618</link>
    <description>Stefan,&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;I Graphisoft will ever publish some basic tutorial, these steps are not easy to understand for a beginner and then it's very hard to get started&lt;/BLOCKQUOTE&gt;

Yes. I agree that this is the way to go and we have plans but I cannot give you an exact schedule now...&lt;BR /&gt;
&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Are you positive that the examples are not working in the full version?&lt;/BLOCKQUOTE&gt;

You have to recompile them using your authorization code and then they will be running with the full version of ArchiCAD.</description>
    <pubDate>Thu, 13 May 2004 10:44:10 GMT</pubDate>
    <dc:creator>Akos Pfemeter</dc:creator>
    <dc:date>2004-05-13T10:44:10Z</dc:date>
    <item>
      <title>Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51313#M7615</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I welcome this more open and friendly approach to independent developers, although I still have a few remarks: I started trying to write a simple plugin for Archicad and all I can say is that it stopped at trying. The plugin is compiled but not recognised by Archicad. And I can't seem to find out why.&lt;BR /&gt;I wonder if it would be possible to have a few ready-to-compile examples in the Devkit. The samples are not compiling either... and seem to be made for an older version of the DevKit. In fact, I think the resource compiler is crashing...&lt;BR /&gt;&lt;BR /&gt;I'm sorry to say, but I made my first fully working AutoCAD ObjectARX-plugin after stepping through the included ARX-tutorials just half an hour after downloading the SDK. I can't say that about the Archicad DevKit.&lt;BR /&gt;&lt;BR /&gt;I really hope that I can get it at least to work... I wonder why there is no open forum on Developments for Archicad. After all, it's what made AutoCAD and 3DStudio so popular.&lt;BR /&gt;&lt;BR /&gt;-----------------------&lt;BR /&gt;&lt;BR /&gt;Don't see my mail as completely negative. I see that Graphisoft is trying hard to open up the development for other interested parties (e.g. freelancers, academic research), but since I'm not a fully qualified programmer (I have an architectural degree, not a programming degree), it's hard to get started. It's not that I'm a total newbie, since I have written a few programs allready using C++, MFC and OpenGL, but at the moment it's not working either.&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Dec 2022 21:00:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51313#M7615</guid>
      <dc:creator>stefan</dc:creator>
      <dc:date>2022-12-13T21:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Graphisoft Developer Support Program Revived</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51314#M7616</link>
      <description>Dear Stefan,&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;The plugin is compiled but not recognised by ArchiCAD. And I can't seem to find out why.&lt;/BLOCKQUOTE&gt;

You need an authorization code to run your Add-On with the full version of ArchiCAD. Without this code you can run it with the demo version only. You can get an authorization code via the &lt;A href="http://www.graphisoft.com/support/developer/policy/index.html" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://www.graphisoft.com/support/developer/policy/index.html" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;&amp;lt;LINK_TEXT text=&amp;quot;http://www.graphisoft.com/support/devel ... index.html&amp;quot;&amp;gt;http://www.graphisoft.com/support/developer/policy/index.html&amp;lt;/LINK_TEXT&amp;gt;&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/support/devel ... index.html"&gt;http://www.graphisoft.com/support/developer/policy/index.html&lt;/LINK_TEXT&gt;&lt;E&gt;&lt;/E&gt; for free.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;The samples are not compiling either... and seem to be made for an older version of the DevKit.&lt;/BLOCKQUOTE&gt;

Please note that the examples will also work only with the demo version of ArchiCAD.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;I wonder why there is no open forum on Developments for ArchiCAD.&lt;/BLOCKQUOTE&gt;

There is one since then, so you have a place now to discuss these kinds of problems with fellow developers. You can find the Developer Forum under ArchiCAD+...</description>
      <pubDate>Thu, 13 May 2004 09:18:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51314#M7616</guid>
      <dc:creator>Akos Pfemeter</dc:creator>
      <dc:date>2004-05-13T09:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Graphisoft Developer Support Program Revived</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51315#M7617</link>
      <description>Akos,&lt;BR /&gt;
&lt;BR /&gt;
I have an authorisation code. It's just that I had trouble using it in the right way (that is, I failed to understand that the code from the AddOn Management tool had to be "exported" into a header file where they are turned into #define statements and that these were the ones that I had to use in the compilation process.&lt;BR /&gt;
&lt;BR /&gt;
I Graphisoft will ever publish some basic tutorial, these steps are not easy to understand for a beginner and then it's very hard to get started &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
I got it working now. At least my simple plugin did compile and was recognised by ArchiCAD 8.1 full version. It still does nothing, but at least I'm up and running, so to speak.&lt;BR /&gt;
&lt;BR /&gt;
Are you positive that the examples are not working in the full version? So I need a demo version to test them out? Seems strange. Anyway, the "resconv"-application is crashing, so I still think that the examples are not fully working at the moment.</description>
      <pubDate>Thu, 13 May 2004 09:54:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51315#M7617</guid>
      <dc:creator>stefan</dc:creator>
      <dc:date>2004-05-13T09:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Graphisoft Developer Support Program Revived</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51316#M7618</link>
      <description>Stefan,&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;I Graphisoft will ever publish some basic tutorial, these steps are not easy to understand for a beginner and then it's very hard to get started&lt;/BLOCKQUOTE&gt;

Yes. I agree that this is the way to go and we have plans but I cannot give you an exact schedule now...&lt;BR /&gt;
&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Are you positive that the examples are not working in the full version?&lt;/BLOCKQUOTE&gt;

You have to recompile them using your authorization code and then they will be running with the full version of ArchiCAD.</description>
      <pubDate>Thu, 13 May 2004 10:44:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51316#M7618</guid>
      <dc:creator>Akos Pfemeter</dc:creator>
      <dc:date>2004-05-13T10:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51317#M7619</link>
      <description>I'm glad to hear that there are plans for a 'getting started' tutorial.  In the meantime, we now have this forum! &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
I agree with Stefan that it is a challenge to get started, even though GS delivers many working sample add-ons with the SDK.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Let me try to summarize for newbies.  (Writing an actual tutorial with screenshots will take more time than I have just now.)  The API SDK samples compile just fine as downloaded, but will only run in the demo version of AC without inserting registered developer ID and add-on codes.&lt;BR /&gt;
&lt;BR /&gt;
You can obtain a developer ID and authorization code at no charge by filling out the application on the page given by Akos:&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/support/developer/policy/index.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/support/devel ... index.html"&gt;http://www.graphisoft.com/support/developer/policy/index.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Once you have your own ID, you can run the AddOnAdmin tool to generate an add-on ID and also get the decimal equivalent of your four-character Developer ID.   For Windows users, the AddOnAdmin tool is by default in&lt;BR /&gt;
&lt;BR /&gt;
Program Files\Graphisoft\API Development Kit 5\Support\Tools\Win\AddOn Management&lt;BR /&gt;
&lt;BR /&gt;
Click Create a New Addon to generate a new ID.  Select the first line of the database tree (shows your Dev ID), click Save Database As, and choose *.h as the file type.  Personally I don't use the names in that file, but grab the numbers.&lt;BR /&gt;
&lt;BR /&gt;
[NOTE:  Keep these numbers to yourself.]&lt;BR /&gt;
&lt;BR /&gt;
You can only create 256 (I think?) add-on ID's from your single Developer ID.  The pairing of DevID/Add-on ID uniquely identifies an add-on and AC will only load one add-on with that pairing.  Of course, it also uniquely identifies your add-ons to Graphisoft should a user ever have a problem because of one.&lt;BR /&gt;
&lt;BR /&gt;
I suggest just generating a single add-on ID and using that one for all of your exploration of the samples and your first real add-on just so you don't have to manage the extra ID's.  Up to you!&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Take the two numbers that were generated in the *.h file and copy them into the *.grc file (Graphisoft Resource Compiler) for the Example add-on which can be found in the sample's RFIX folder.  Part of the *.grc file for the "Goodie_Functions" example add-on reads:&lt;BR /&gt;

&lt;PRE&gt;@ #include "MDIDs_APICD.h"
'MDID' 32500 "Add-On Identifier" {
	MDID_APICD
	MDID_APICD_GoodieFunctions
}&lt;/PRE&gt;

&lt;BR /&gt;
The ID's for the MDID are coming from the MDIDs_APICD.h file.  For quick and dirty testing, ignore that file and edit things to read&lt;BR /&gt;

&lt;PRE&gt;'MDID' 32500 "Add-On Identifier" {
	MyDevID
	MyAddonID
}&lt;/PRE&gt;

where MyDevID and MyAddonID are the two numbers you copied from the AddOnAdmin *.h output.  Alternatively (the proper way), edit the MDIDs_APICD.h file that can be found in&lt;BR /&gt;
&lt;BR /&gt;
\Program Files\Graphisoft\API Development Kit 5\Support\Inc&lt;BR /&gt;
&lt;BR /&gt;
and substitute your developer ID for the value of MDID_APICD, and edit the add-on ID's too.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Compile, and the add-on will work in the full version of AC.  If you use the same AddonID for testing each example as I do, then of course you have to unload the previous one before you can load and test the next one.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Other ideas / corrections?  Maybe we can do something prettier with screenshots later if there is demand...&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Fri, 14 May 2004 19:59:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51317#M7619</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2004-05-14T19:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51318#M7620</link>
      <description>Im sorry guys, im really new to this thing. I have been making GDL Objects and accessories for about 2 years and want to explore the greater functionality offered with add-ons. Do i need Microsoft visual C++ or similar to compile or can i do it all through the developer kit?&lt;BR /&gt;
&lt;BR /&gt;
thanks,&lt;BR /&gt;
mark</description>
      <pubDate>Mon, 14 Apr 2008 09:58:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51318#M7620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-14T09:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51319#M7621</link>
      <description>&lt;BLOCKQUOTE&gt;Mark wrote:&lt;BR /&gt;Im sorry guys, im really new to this thing. I have been making GDL Objects and accessories for about 2 years and want to explore the greater functionality offered with add-ons. Do i need Microsoft visual C++ or similar to compile or can i do it all through the developer kit?&lt;BR /&gt;
&lt;BR /&gt;
thanks,&lt;BR /&gt;
mark&lt;/BLOCKQUOTE&gt;
You need Visual Studio (or standalone Visual C++) to compile add-ons if you are using Windows. The SDK provides the headers and libraries.</description>
      <pubDate>Mon, 14 Apr 2008 10:13:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51319#M7621</guid>
      <dc:creator>stefan</dc:creator>
      <dc:date>2008-04-14T10:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51320#M7622</link>
      <description>I have Visual C++ express edition 2005 that should work shouldnt it?&lt;BR /&gt;
Thanks again&lt;BR /&gt;
mark</description>
      <pubDate>Mon, 14 Apr 2008 10:54:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51320#M7622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-14T10:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51321#M7623</link>
      <description>&lt;BLOCKQUOTE&gt;Mark wrote:&lt;BR /&gt;I have Visual C++ express edition 2005 that should work shouldnt it?&lt;BR /&gt;
Thanks again&lt;BR /&gt;
mark&lt;/BLOCKQUOTE&gt;
I haven't tried that...&lt;BR /&gt;
See &lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=15860" target="_blank"&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... hp?t=15860"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=15860&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Mon, 14 Apr 2008 11:02:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51321#M7623</guid>
      <dc:creator>stefan</dc:creator>
      <dc:date>2008-04-14T11:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51322#M7624</link>
      <description>Hi guys,&lt;BR /&gt;
&lt;BR /&gt;
May I make add-ons with Visual Basic 2008.net ? &lt;BR /&gt;
&lt;BR /&gt;
thanks,&lt;BR /&gt;
TAI</description>
      <pubDate>Sat, 16 Aug 2008 13:40:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51322#M7624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-08-16T13:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51323#M7625</link>
      <description>Your best bet would be to contact Graphisoft developer support and ask:&lt;BR /&gt;
&lt;A href="mailto: developer-support@graphisoft.hu"&gt;developer-support@graphisoft.hu&lt;/A&gt;</description>
      <pubDate>Sat, 16 Aug 2008 16:52:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51323#M7625</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2008-08-16T16:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51324#M7626</link>
      <description>&lt;BLOCKQUOTE&gt;TAI wrote:&lt;BR /&gt;Must I make add-ons with Visual Basic 2008.net ?&lt;/BLOCKQUOTE&gt;
I think that would be a very poor choice. It might not even be technically feasible. I recommend sticking to C/C++, either Visual C++ 2005 on Windows or XCode on the Mac.</description>
      <pubDate>Sat, 16 Aug 2008 16:58:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51324#M7626</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2008-08-16T16:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51325#M7627</link>
      <description>I see!&lt;BR /&gt;
I have this idea, because GDL can't meet some demands at work,  &lt;BR /&gt;
And I am not programmer.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again&lt;BR /&gt;
TAI</description>
      <pubDate>Sun, 17 Aug 2008 08:16:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51325#M7627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-08-17T08:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51326#M7628</link>
      <description>&lt;BLOCKQUOTE&gt;TAI wrote:&lt;BR /&gt;
And I am not programmer.
&lt;/BLOCKQUOTE&gt;

There are many programmers on this forum, so just ask someone  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Akos</description>
      <pubDate>Tue, 21 Oct 2008 04:06:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51326#M7628</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2008-10-21T04:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51327#M7629</link>
      <description>Hi!&lt;BR /&gt;
&lt;BR /&gt;
I'm beginner in creating AC add-ons and I have a little problem. I understand that to run plug-ins on any other, than testing version of ArchiCAD I need my own developer ID. And that is my problem. I don't have developer ID, and when I compile sample add-on I can't run it even on testing version. All that I see is "This add-on cannot be validated. Please contact the distributor." in add-on manager. Could You help my someway?&lt;BR /&gt;
&lt;BR /&gt;
Best regards&lt;BR /&gt;
&lt;BR /&gt;
kshyshieck</description>
      <pubDate>Fri, 31 Oct 2008 12:44:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51327#M7629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-31T12:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51328#M7630</link>
      <description>&lt;BLOCKQUOTE&gt;kshyshieck wrote:&lt;BR /&gt;I don't have developer ID, and when I compile sample add-on I can't run it even on testing version. All that I see is "This add-on cannot be validated. Please contact the distributor." in add-on manager. Could You help my someway&lt;/BLOCKQUOTE&gt;
There are several possible reasons for this. Could you provide more detail: &lt;UL&gt;&lt;LI&gt;- The ArchiCAD version&lt;BR /&gt;
- Your platform (mac/win and OS version)&lt;BR /&gt;
- The compiler &amp;amp; version&lt;/LI&gt;&lt;/UL&gt;Double check that you have the correct devkit version and required compiler version. There have been several similar queries, so it may be worthwhile to look through the problems and solutions presented there too.</description>
      <pubDate>Fri, 31 Oct 2008 19:15:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51328#M7630</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2008-10-31T19:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51329#M7631</link>
      <description>I've searched in here for a solution, but I couldn't find it:/ Maybe because I'm newbie.&lt;BR /&gt;
I'm using ArchiCAD 11 with API Dev Kit 11.21 on Windows XP with SP2. I'm using MS Visual Studio 2005. I've had few problems with compiling add-on, but I've found solution, but this one I couldn't find.&lt;BR /&gt;
Thanks for your reply.&lt;BR /&gt;
&lt;BR /&gt;
Best regards&lt;BR /&gt;
&lt;BR /&gt;
kshyshieck</description>
      <pubDate>Sun, 02 Nov 2008 18:42:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51329#M7631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-02T18:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51330#M7632</link>
      <description>You say the 'testing version' of ArchiCAD.  Without a Developer ID it is "Demo Mode" that will work with all add-ons.  All of the add-ons in the dev kit compile normally and will work in Demo mode.  When you start ArchiCAD, you should not have a keyplug plugged in - you will then be prompted for if you want to run in Demo mode.&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Sun, 02 Nov 2008 19:11:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51330#M7632</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2008-11-02T19:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51331#M7633</link>
      <description>&lt;BLOCKQUOTE&gt;kshyshieck wrote:&lt;BR /&gt;I've searched in here for a solution, but I couldn't find it:/ Maybe because I'm newbie.&lt;BR /&gt;
I'm using ArchiCAD 11 with API Dev Kit 11.21 on Windows XP with SP2. I'm using MS Visual Studio 2005. I've had few problems with compiling add-on, but I've found solution, but this one I couldn't find.&lt;BR /&gt;
Thanks for your reply.&lt;/BLOCKQUOTE&gt;
The compiler may be the problem. The requirements for that devkit include VS 2003. It doesn't necessarily follow that it will run even if it will compile and link with another compiler. I use VS 2005 for AC12 development and VS 2003 for everything earlier, so I can't comment on whether other combinations will work or not.</description>
      <pubDate>Sun, 02 Nov 2008 19:42:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51331#M7633</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2008-11-02T19:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with the API DevKit</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51332#M7634</link>
      <description>I don't have commercial version of ArchiCAD, so I don't have keyplug. I've requested serial number for 30 days testing version of AC so, correct me if I'm wrong, I have only "Demo Mode". As I understand, everything should work, but it doesn't.&lt;BR /&gt;
I know that this dev kit requires VS 2003, but my friend used this one with VS 2005. Unfortunetly I'm unable to contact with him. I couldn't find VS 2003 and my internet connection prevents me from downloading ArchiCAD 12, but I'll try to download it at work tomorow and check AC 12 with VS 2005.&lt;BR /&gt;
&lt;BR /&gt;
Best regards&lt;BR /&gt;
&lt;BR /&gt;
kshyshieck</description>
      <pubDate>Sun, 02 Nov 2008 23:40:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Getting-Started-with-the-API-DevKit/m-p/51332#M7634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-02T23:40:07Z</dc:date>
    </item>
  </channel>
</rss>

