<?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: Newbie questions in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119352#M6215</link>
    <description>&lt;BLOCKQUOTE&gt;stefan wrote:&lt;BR /&gt;&lt;A href="http://www.graphisoft.com/support/developer/documentation/index.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/support/devel ... index.html"&gt;http://www.graphisoft.com/support/developer/documentation/index.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Where is the API documentation? It is not visible on that page. Only library, LP_XMLConvertor and ODBC driver&lt;/BLOCKQUOTE&gt;
That page is a bit misleading. The documentation for the API is bundled with the API developer kit at: &lt;A href="http://www.graphisoft.com/support/developer/downloads/" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://www.graphisoft.com/support/developer/downloads/" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;http://www.graphisoft.com/support/developer/downloads/&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;http://www.graphisoft.com/support/developer/downloads/&lt;E&gt;&lt;/E&gt;</description>
    <pubDate>Fri, 10 Jun 2011 10:11:55 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2011-06-10T10:11:55Z</dc:date>
    <item>
      <title>Newbie questions</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119346#M6209</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi there!&lt;BR /&gt;First of all I've got a problem starting the development since I dont really know how to get started.&lt;BR /&gt;I mean, Iv'e got much experience with programming, but no clue when it comes to using programming for archicad.&lt;BR /&gt;Where do I start? I mean, how do I use my code in archicad?&lt;BR /&gt;furthermore, how can I get an access to the project properties, for example how can I actually get the actual number of floors in my project? etc...&lt;BR /&gt;&lt;BR /&gt;thanks!&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Aug 2023 07:51:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119346#M6209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-03T07:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119347#M6210</link>
      <description>First page to visit:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/support/developer/" target="_blank"&gt;http://www.graphisoft.com/support/developer/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Download the API kit from here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/support/developer/downloads/index.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/support/devel ... index.html"&gt;http://www.graphisoft.com/support/developer/downloads/index.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Get the documentation from here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/support/developer/documentation/index.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/support/devel ... index.html"&gt;http://www.graphisoft.com/support/developer/documentation/index.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
.</description>
      <pubDate>Tue, 31 May 2011 21:58:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119347#M6210</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2011-05-31T21:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119348#M6211</link>
      <description>&lt;BLOCKQUOTE&gt;BBman wrote:&lt;BR /&gt;Hi there!&lt;BR /&gt;
First of all I've got a problem starting the development since I dont really know how to get started.&lt;BR /&gt;
I mean, Iv'e got much experience with programming, but no clue when it comes to using programming for archicad.&lt;BR /&gt;
Where do I start? I mean, how do I use my code in archicad?&lt;BR /&gt;
furthermore, how can I get an access to the project properties, for example how can I actually get the actual number of floors in my project? etc...&lt;/BLOCKQUOTE&gt;
You'll need either XCode for the Mac OS or Visual Studio 2005 for Windows, and should be reasonably proficient in C (ideally C++).&lt;BR /&gt;
&lt;BR /&gt;
Laszlo has given you all the relevant links to the API and documentation. It's mostly a matter of reading the documentation and looking through the examples. Your add-on code is ultimately built into a DLL that is loaded by ArchiCAD as required.&lt;BR /&gt;
&lt;BR /&gt;
Information about storys (floors) is retrieved by calling the function &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;ACAPI_Environment&lt;E&gt;&lt;/E&gt; with the identifier &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;APIEnv_GetStorySettingsID&lt;E&gt;&lt;/E&gt;.</description>
      <pubDate>Tue, 31 May 2011 22:27:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119348#M6211</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2011-05-31T22:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119349#M6212</link>
      <description>Thx.&lt;BR /&gt;
Well, Iv'e got the visual studio 2010, will it do the work?</description>
      <pubDate>Wed, 01 Jun 2011 15:46:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119349#M6212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-01T15:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119350#M6213</link>
      <description>&lt;BLOCKQUOTE&gt;BBman wrote:&lt;BR /&gt;Iv'e got the visual studio 2010, will it do the work?&lt;/BLOCKQUOTE&gt;
Possibly, but I don't recommend trying. You will save yourself a lot of trouble if you stick to the specified development environment.</description>
      <pubDate>Wed, 01 Jun 2011 15:48:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119350#M6213</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2011-06-01T15:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119351#M6214</link>
      <description>&lt;A href="http://www.graphisoft.com/support/developer/documentation/index.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/support/devel ... index.html"&gt;http://www.graphisoft.com/support/developer/documentation/index.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Where is the API documentation? It is not visible on that page. Only library, LP_XMLConvertor and ODBC driver</description>
      <pubDate>Fri, 10 Jun 2011 10:01:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119351#M6214</guid>
      <dc:creator>stefan</dc:creator>
      <dc:date>2011-06-10T10:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie questions</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119352#M6215</link>
      <description>&lt;BLOCKQUOTE&gt;stefan wrote:&lt;BR /&gt;&lt;A href="http://www.graphisoft.com/support/developer/documentation/index.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/support/devel ... index.html"&gt;http://www.graphisoft.com/support/developer/documentation/index.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Where is the API documentation? It is not visible on that page. Only library, LP_XMLConvertor and ODBC driver&lt;/BLOCKQUOTE&gt;
That page is a bit misleading. The documentation for the API is bundled with the API developer kit at: &lt;A href="http://www.graphisoft.com/support/developer/downloads/" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://www.graphisoft.com/support/developer/downloads/" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;http://www.graphisoft.com/support/developer/downloads/&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;http://www.graphisoft.com/support/developer/downloads/&lt;E&gt;&lt;/E&gt;</description>
      <pubDate>Fri, 10 Jun 2011 10:11:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Newbie-questions/m-p/119352#M6215</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2011-06-10T10:11:55Z</dc:date>
    </item>
  </channel>
</rss>

