<?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: Upgrading an Add-on to AC10 in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Upgrading-an-Add-on-to-AC10/m-p/100644#M7330</link>
    <description>&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;I did not see anything in the API docs, so I'm asking here:&lt;BR /&gt;
&lt;BR /&gt;
What do I need to do to "update" an add-on from AC9 to AC10?&lt;BR /&gt;
&lt;BR /&gt;
I already switched the Support folders. I'm using CodeWarrior and saw that I need to use their Perl script to compile now... is there anything else?&lt;/BLOCKQUOTE&gt;

Hello Tom,&lt;BR /&gt;
&lt;BR /&gt;
There are "manythings" else...  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
You'll also have to&lt;BR /&gt;
- switch the runtime model to Mach-O&lt;BR /&gt;
- modify the include paths accordingly (see the example projects)&lt;BR /&gt;
- replace the libraries with their Mach-O equivalents&lt;BR /&gt;
- add the frameworks from the Support folder&lt;BR /&gt;
&lt;BR /&gt;
As add-ons are not 'monolithic' any more, but bundles from now on, so:&lt;BR /&gt;
- you'll have to add the necessary .plist file (optionally a PkgInfo file as well)&lt;BR /&gt;
- if you have your own resource handling, you'll have to load resources from the bundle instead of the resource fork&lt;BR /&gt;
&lt;BR /&gt;
As usual, I'd recommend studying the examples closely, and copying the necessary settings and project layout if necessary.&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
&lt;BR /&gt;
Akos</description>
    <pubDate>Tue, 03 Oct 2006 09:39:18 GMT</pubDate>
    <dc:creator>Akos Somorjai</dc:creator>
    <dc:date>2006-10-03T09:39:18Z</dc:date>
    <item>
      <title>Upgrading an Add-on to AC10</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Upgrading-an-Add-on-to-AC10/m-p/100643#M7329</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I did not see anything in the API docs, so I'm asking here:&lt;BR /&gt;&lt;BR /&gt;What do I need to do to "update" an add-on from AC9 to AC10?&lt;BR /&gt;&lt;BR /&gt;I already switched the Support folders. I'm using CodeWarrior and saw that I need to use their Perl script to compile now... is there anything else?&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Aug 2023 09:02:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Upgrading-an-Add-on-to-AC10/m-p/100643#M7329</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2023-08-07T09:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading an Add-on to AC10</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Upgrading-an-Add-on-to-AC10/m-p/100644#M7330</link>
      <description>&lt;BLOCKQUOTE&gt;TomWaltz wrote:&lt;BR /&gt;I did not see anything in the API docs, so I'm asking here:&lt;BR /&gt;
&lt;BR /&gt;
What do I need to do to "update" an add-on from AC9 to AC10?&lt;BR /&gt;
&lt;BR /&gt;
I already switched the Support folders. I'm using CodeWarrior and saw that I need to use their Perl script to compile now... is there anything else?&lt;/BLOCKQUOTE&gt;

Hello Tom,&lt;BR /&gt;
&lt;BR /&gt;
There are "manythings" else...  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
You'll also have to&lt;BR /&gt;
- switch the runtime model to Mach-O&lt;BR /&gt;
- modify the include paths accordingly (see the example projects)&lt;BR /&gt;
- replace the libraries with their Mach-O equivalents&lt;BR /&gt;
- add the frameworks from the Support folder&lt;BR /&gt;
&lt;BR /&gt;
As add-ons are not 'monolithic' any more, but bundles from now on, so:&lt;BR /&gt;
- you'll have to add the necessary .plist file (optionally a PkgInfo file as well)&lt;BR /&gt;
- if you have your own resource handling, you'll have to load resources from the bundle instead of the resource fork&lt;BR /&gt;
&lt;BR /&gt;
As usual, I'd recommend studying the examples closely, and copying the necessary settings and project layout if necessary.&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
&lt;BR /&gt;
Akos</description>
      <pubDate>Tue, 03 Oct 2006 09:39:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Upgrading-an-Add-on-to-AC10/m-p/100644#M7330</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2006-10-03T09:39:18Z</dc:date>
    </item>
  </channel>
</rss>

