<?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: New API developer in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64063#M5083</link>
    <description>&lt;BLOCKQUOTE&gt;yohannAtila wrote:&lt;BR /&gt;It seems to be very difficult to understand all.&lt;BR /&gt;
I don't know how to make  the example add-ons work on ArchiCAD demo.&lt;/BLOCKQUOTE&gt;
Yohann,&lt;BR /&gt;
&lt;BR /&gt;
I've already sent this to you by email (with illustrations) but for the sake of anyone else who might be interested:&lt;BR /&gt;
&lt;BR /&gt;
1) Open an XCode example project file (with the suffix '.xcodeproj')&lt;BR /&gt;
&lt;BR /&gt;
2) Select 'Build' from the 'Build' menu to produce the add-on.&lt;BR /&gt;
&lt;BR /&gt;
3) The completed add-on should be in the build/Release directory for the selected example. Copy this into the ArchiCAD/Add-Ons directory to use it. You will probably have to run ArchiCAD as a demo to use the example add-ons because they have no developer ID assigned to them.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
Ralph.</description>
    <pubDate>Mon, 04 Jun 2007 18:37:47 GMT</pubDate>
    <dc:creator>Ralph Wessel</dc:creator>
    <dc:date>2007-06-04T18:37:47Z</dc:date>
    <item>
      <title>New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64058#M5078</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello; I am a french beginning developer. &lt;BR /&gt;
 &lt;BR /&gt;
I have developed little Java application, and most of my work outside ArchiCAD was on Web Applications using Php. &lt;BR /&gt;
 &lt;BR /&gt;
These two years I have worked on complex GDL object development. &lt;BR /&gt;
But now I have a project on the table for an API for Archicad using a part In GDL and an other part coding API. I think I could handle C or C++ but I really don't know how to start to develop an API. &lt;BR /&gt;
 &lt;BR /&gt;
Could I found some examples that I could Launch on Archicad And Compile it on a Mac without using Software like VS 2003? &lt;BR /&gt;
 &lt;BR /&gt;
Thank you for your answer &lt;BR /&gt;
 &lt;BR /&gt;
PS : I have already begin to fill the graphisoft Application Form to have My own API developer ID; But I have not done anything else &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 May 2023 14:40:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64058#M5078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-23T14:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64059#M5079</link>
      <description>&lt;BLOCKQUOTE&gt;yohannAtila wrote:&lt;BR /&gt;Could I found some examples that I could Launch on Archicad And Compile it on a Mac without using Software like VS 2003?&lt;/BLOCKQUOTE&gt;
The development kit for the ArchiCAD API comes complete with documentation and example projects. The examples cover a wide variety of applications, and could be used as a starting point for your own project.&lt;BR /&gt;
&lt;BR /&gt;
Fortunately the Mac OS comes with a free development environment called XCode, but this is only applicable if you are developing for ArchiCAD 10 or above on Mac OS 10.3 or higher. I wouldn't consider starting development on anything lower than that anyway. If you haven't already done so, install the Developer tools that come with your Mac OS X installation.&lt;BR /&gt;
&lt;BR /&gt;
Take a look at this link too: &lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=2699&amp;amp;start=0&amp;amp;postdays=0&amp;amp;postorder=asc&amp;amp;highlight=" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=2699&amp;amp;start=0&amp;amp;postdays=0&amp;amp;postorder=asc&amp;amp;highlight=" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;&amp;lt;LINK_TEXT text=&amp;quot;http://archicad-talk.graphisoft.com/vie ... highlight=&amp;quot;&amp;gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=2699&amp;amp;start=0&amp;amp;postdays=0&amp;amp;postorder=asc&amp;amp;highlight=&amp;lt;/LINK_TEXT&amp;gt;&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... highlight="&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=2699&amp;amp;start=0&amp;amp;postdays=0&amp;amp;postorder=asc&amp;amp;highlight=&lt;/LINK_TEXT&gt;&lt;E&gt;&lt;/E&gt;</description>
      <pubDate>Thu, 31 May 2007 22:12:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64059#M5079</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2007-05-31T22:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64060#M5080</link>
      <description>&lt;BLOCKQUOTE&gt;yohannAtila wrote:&lt;BR /&gt;
I have already begin to fill the graphisoft Application Form to have My own API developer ID; But I have not done anything else &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;&lt;/BLOCKQUOTE&gt;

When you receive your developer ID and authorization code, you'll be able to create your own MDID resource. In the meantime, you can still play with the example add-ons; just start ArchiCAD in Demo mode.&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
&lt;BR /&gt;
Akos</description>
      <pubDate>Mon, 04 Jun 2007 09:08:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64060#M5080</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2007-06-04T09:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64061#M5081</link>
      <description>Hello Ralph, &lt;BR /&gt;
Thank you for your answer.&lt;BR /&gt;
&lt;BR /&gt;
I have read the web pages. I opened Xcode and graphisoft developer kit.&lt;BR /&gt;
It seems to be very difficult to understand all.&lt;BR /&gt;
&lt;BR /&gt;
I don't know how to make  the example add-ons work on ArchiCAD demo.</description>
      <pubDate>Mon, 04 Jun 2007 09:46:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64061#M5081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-04T09:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64062#M5082</link>
      <description>&lt;BLOCKQUOTE&gt;Akos wrote:&lt;BR /&gt; In the meantime, you can still play with the example add-ons; just start ArchiCAD in Demo mode.&lt;/BLOCKQUOTE&gt;

XScuse me, i just dont understand how to compile it to see it works in archicad.</description>
      <pubDate>Mon, 04 Jun 2007 12:45:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64062#M5082</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-04T12:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64063#M5083</link>
      <description>&lt;BLOCKQUOTE&gt;yohannAtila wrote:&lt;BR /&gt;It seems to be very difficult to understand all.&lt;BR /&gt;
I don't know how to make  the example add-ons work on ArchiCAD demo.&lt;/BLOCKQUOTE&gt;
Yohann,&lt;BR /&gt;
&lt;BR /&gt;
I've already sent this to you by email (with illustrations) but for the sake of anyone else who might be interested:&lt;BR /&gt;
&lt;BR /&gt;
1) Open an XCode example project file (with the suffix '.xcodeproj')&lt;BR /&gt;
&lt;BR /&gt;
2) Select 'Build' from the 'Build' menu to produce the add-on.&lt;BR /&gt;
&lt;BR /&gt;
3) The completed add-on should be in the build/Release directory for the selected example. Copy this into the ArchiCAD/Add-Ons directory to use it. You will probably have to run ArchiCAD as a demo to use the example add-ons because they have no developer ID assigned to them.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
Ralph.</description>
      <pubDate>Mon, 04 Jun 2007 18:37:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64063#M5083</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2007-06-04T18:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64064#M5084</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;yohannAtila wrote:&lt;BR /&gt;It seems to be very difficult to understand all.&lt;BR /&gt;
I don't know how to make  the example add-ons work on ArchiCAD demo.&lt;/BLOCKQUOTE&gt;
Yohann,&lt;BR /&gt;
&lt;BR /&gt;
I've already sent this to you by email (with illustrations) but for the sake of anyone else who might be interested:&lt;BR /&gt;
&lt;BR /&gt;
1) Open an XCode example project file (with the suffix '.xcodeproj')&lt;BR /&gt;
&lt;BR /&gt;
2) Select 'Build' from the 'Build' menu to produce the add-on.&lt;BR /&gt;
&lt;BR /&gt;
3) The completed add-on should be in the build/Release directory for the selected example. Copy this into the ArchiCAD/Add-Ons directory to use it. You will probably have to run ArchiCAD as a demo to use the example add-ons because they have no developer ID assigned to them.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
Ralph.&lt;/BLOCKQUOTE&gt;
Does the XCode compile process work on PPC as well? Or do you need CodeWarrior for that? Since I don't have it and don't intend to buy it...</description>
      <pubDate>Tue, 05 Jun 2007 08:27:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64064#M5084</guid>
      <dc:creator>stefan</dc:creator>
      <dc:date>2007-06-05T08:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64065#M5085</link>
      <description>&lt;BLOCKQUOTE&gt;stefan wrote:&lt;BR /&gt;Does the XCode compile process work on PPC as well? Or do you need CodeWarrior for that? Since I don't have it and don't intend to buy it...&lt;/BLOCKQUOTE&gt;
XCode can compile for PPC, but unfortunately there is no develoment kit for Archicad add-ons to support that route. Even it was technically feasible, I suspect the cost would outweigh the benefits. PPC development is a legacy exercise now as far as Macs are concerned.&lt;BR /&gt;
&lt;BR /&gt;
I've been corresponding with Yohann by email and he had the same question. I forgot that some will be still be working exclusively with PPC Macs. As you noted, CodeWarrior is required for this but I have no idea where you could purchase it now even if you wanted to. Motorola bought Metrowerks (inc. CodeWarrior) before Apple announced the shift to Intel, and abandoned CodeWarrior for Mac development to avoid supporting a rival processor.</description>
      <pubDate>Tue, 05 Jun 2007 09:01:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64065#M5085</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2007-06-05T09:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64066#M5086</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;As you noted, CodeWarrior is required for this but I have no idea where you could purchase it now even if you wanted to. &lt;/BLOCKQUOTE&gt;

I Googled "codewarrior" and found a couple. The first is for an educational copy of version 8 the second seems to offer a free demo download of version 9 with an option to buy for $99. I can't vouch for their legitimacy.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.diskovery.com/codewarrior.html" target="_blank"&gt;www.diskovery.com/codewarrior.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://mac.softpedia.com/get/Developer-Tools/CodeWarrior-Development-Studio.shtml" target="_blank"&gt;mac.softpedia.com/get/Developer-Tools/CodeWarrior-Development-Studio.shtml&lt;/A&gt;</description>
      <pubDate>Tue, 05 Jun 2007 15:38:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64066#M5086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-05T15:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64067#M5087</link>
      <description>An announcement at our road show last evening said that GS support for PPC Mac will end at 12. Therefore from 13 on it will be Intel only.</description>
      <pubDate>Tue, 05 Jun 2007 21:47:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64067#M5087</guid>
      <dc:creator>Rod Jurich</dc:creator>
      <dc:date>2007-06-05T21:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64068#M5088</link>
      <description>&lt;BLOCKQUOTE&gt;Rod wrote:&lt;BR /&gt;An announcement at our road show last evening said that GS support for PPC Mac will end at 12. Therefore from 13 on it will be Intel only.&lt;/BLOCKQUOTE&gt;
That's sweet... My machine will be three years old then. It was the top-of-the line when I bought it (one of the last updates before the intel-upgrade). I assume that AC13 on Windows will drop support for XP and Vista by then, too?&lt;BR /&gt;
&lt;BR /&gt;
At least, they are so kind to make the dongle cross-platform when you buy it (even if it's internally still registered for ArchiCAD Windows version, in Dutch... a language for which support was dropped at about ArchiCAD 7 or &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_cool.gif" style="display : inline;" /&gt;.</description>
      <pubDate>Wed, 06 Jun 2007 07:17:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64068#M5088</guid>
      <dc:creator>stefan</dc:creator>
      <dc:date>2007-06-06T07:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64069#M5089</link>
      <description>&lt;BLOCKQUOTE&gt;Rod wrote:&lt;BR /&gt;An announcement at our road show last evening said that GS support for PPC Mac will end at 12. Therefore from 13 on it will be Intel only.&lt;/BLOCKQUOTE&gt;

Presuming that there will actually be an Archicad 13.&lt;BR /&gt;
&lt;BR /&gt;
Like, it might be bad luck. &lt;BR /&gt;
&lt;BR /&gt;
Go straight to Archicad 14. &lt;BR /&gt;
&lt;BR /&gt;
I wonder what the software world will do when all software versions enter their teens.</description>
      <pubDate>Wed, 06 Jun 2007 07:42:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64069#M5089</guid>
      <dc:creator>Dwight</dc:creator>
      <dc:date>2007-06-06T07:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64070#M5090</link>
      <description>&lt;BLOCKQUOTE&gt;Dwight wrote:&lt;BR /&gt;Presuming that there will actually be an Archicad 13.&lt;/BLOCKQUOTE&gt;

ArchiCAD 2009?</description>
      <pubDate>Wed, 06 Jun 2007 13:05:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64070#M5090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-06T13:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64071#M5091</link>
      <description>Been done before.&lt;BR /&gt;
They aren't the innovators but i guess they did make more versions.</description>
      <pubDate>Wed, 06 Jun 2007 16:58:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64071#M5091</guid>
      <dc:creator>Dwight</dc:creator>
      <dc:date>2007-06-06T16:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64072#M5092</link>
      <description>may be ancient roman numbers would do: Archicad XIII&lt;BR /&gt;
or talking about year 2009: Archicad MMIX</description>
      <pubDate>Wed, 06 Jun 2007 22:25:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64072#M5092</guid>
      <dc:creator>Rob</dc:creator>
      <dc:date>2007-06-06T22:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64073#M5093</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
since gcc included in Xcode is able to produce both ppc and i386 code, it would be quite appealing to produce ArchiCAD add-ons for both architectures with gcc. The only problem is, that the ppc version of ACAP_STAT.lib seems to be in a (proprietary, google did not tell?) object format of CodeWarrior, which the gnu linker (ld) doesn't understand.&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to convert this static library to the object format that ld accepts?&lt;BR /&gt;
&lt;BR /&gt;
Jyrki</description>
      <pubDate>Wed, 17 Oct 2007 10:59:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64073#M5093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-17T10:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64074#M5094</link>
      <description>&lt;BLOCKQUOTE&gt;jyrki.saarinen wrote:&lt;BR /&gt;since gcc included in Xcode is able to produce both ppc and i386 code, it would be quite appealing to produce ArchiCAD add-ons for both architectures with gcc. The only problem is, that the ppc version of ACAP_STAT.lib seems to be in a (proprietary, google did not tell?) object format of CodeWarrior, which the gnu linker (ld) doesn't understand.&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to convert this static library to the object format that ld accepts?&lt;/BLOCKQUOTE&gt;
Sorry - that's not possible. You have to use CodeWarrior for Mac PPC development and XCode for Mactel.</description>
      <pubDate>Wed, 17 Oct 2007 11:03:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64074#M5094</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2007-10-17T11:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64075#M5095</link>
      <description>Any ideas why Graphisoft won't provide libACAP_STAT.a for ppc, since CodeWarrior is now obsolete and Xcode  is "the official" development platform?&lt;BR /&gt;
&lt;BR /&gt;
Jyrki</description>
      <pubDate>Wed, 17 Oct 2007 11:18:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64075#M5095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-17T11:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64076#M5096</link>
      <description>&lt;BLOCKQUOTE&gt;jyrki.saarinen wrote:&lt;BR /&gt;Any ideas why Graphisoft won't provide libACAP_STAT.a for ppc, since CodeWarrior is now obsolete and Xcode  is "the official" development platform?&lt;/BLOCKQUOTE&gt;
Unfortunately it isn't a simple change to make ArchiCAD and the relevant libraries build for PPC with XCode, and I believe it would be an expensive task which would significantly hamper development of new/improved features in ArchiCAD.&lt;BR /&gt;
&lt;BR /&gt;
This would be OK if the PPC platform was on ongoing concern, but of course Apple has made a complete transition to Intel and they haven't sold PPC-based Macs for some time now. I think GS has already announced that ArchiCAD development on PPC Macs will cease after the next version (don't quote me on that - I can't remember if there was an official statement to that effect).</description>
      <pubDate>Wed, 17 Oct 2007 11:30:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64076#M5096</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2007-10-17T11:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: New API developer</title>
      <link>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64077#M5097</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;I think GS has already announced that ArchiCAD development on PPC Macs will cease after the next version (don't quote me on that - I can't remember if there was an official statement to that effect).&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/company/press_zone/ppcout.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/company/press ... pcout.html"&gt;http://www.graphisoft.com/company/press_zone/ppcout.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Wed, 17 Oct 2007 15:31:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/New-API-developer/m-p/64077#M5097</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2007-10-17T15:31:32Z</dc:date>
    </item>
  </channel>
</rss>

