<?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: Problems trying to compile plug-in on Mac in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Problems-trying-to-compile-plug-in-on-Mac/m-p/215977#M5840</link>
    <description>Hi Les, &lt;BR /&gt;
 &lt;BR /&gt;
if you successfully built an example AddOn's project then the compiled AddOn should be placed to: &lt;BR /&gt;
{Project Folder}/build/{Debug or Release}/{AddOn name}.bundle &lt;BR /&gt;
 &lt;BR /&gt;
This bundle can be copied to ArchiCAD's Add-Ons folder. &lt;BR /&gt;
 &lt;BR /&gt;
Best Regards, &lt;BR /&gt;
Tibor</description>
    <pubDate>Mon, 31 Mar 2014 14:58:13 GMT</pubDate>
    <dc:creator>Tibor Lorantfy</dc:creator>
    <dc:date>2014-03-31T14:58:13Z</dc:date>
    <item>
      <title>Problems trying to compile plug-in on Mac</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Problems-trying-to-compile-plug-in-on-Mac/m-p/215975#M5838</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I have developed a plug-in on Windows for ArchiCAD 16 and it works fine. Now I'd like to create a Mac version of the same and I'm having lots of problems.&lt;BR /&gt;&lt;BR /&gt;My Mac is running OSX 10.7.4 and I'm using XCode 4.6.3. I've also installed the API SDK for ArchiCAD 16.&lt;BR /&gt;&lt;BR /&gt;I opened the DG_Test example project and of course got a bunch of errors. So I selected a 10.6 platform and changed the compiler to the default (LLVM 4.2) and managed to get it to say it had built the project (with only one warning). But I can't find the APX file anywhere on the disk. Is there some magic I need to get it to actually build something?&lt;BR /&gt;&lt;BR /&gt;I did try the 3.2 compiler but it crashed every time I opened any of the example project so I gave up on that.&lt;BR /&gt;&lt;BR /&gt;What I really want to do, of course, is build my own project. On Windows there was a tool to create a default Add-on project but there doesn't seem to be a command for that on the Mac. Is there any information anywhere about how to set up a new project for an ArchiCAD add-on?&lt;BR /&gt;&lt;BR /&gt;I have plenty of Windows dev experience but I haven't developed on a Mac in 15 years or so... So advice and guidance would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Les&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Aug 2023 16:54:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Problems-trying-to-compile-plug-in-on-Mac/m-p/215975#M5838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-01T16:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problems trying to compile plug-in on Mac</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Problems-trying-to-compile-plug-in-on-Mac/m-p/215976#M5839</link>
      <description>Output is not .apx but .bundle &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Mon, 31 Mar 2014 07:36:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Problems-trying-to-compile-plug-in-on-Mac/m-p/215976#M5839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-31T07:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems trying to compile plug-in on Mac</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Problems-trying-to-compile-plug-in-on-Mac/m-p/215977#M5840</link>
      <description>Hi Les, &lt;BR /&gt;
 &lt;BR /&gt;
if you successfully built an example AddOn's project then the compiled AddOn should be placed to: &lt;BR /&gt;
{Project Folder}/build/{Debug or Release}/{AddOn name}.bundle &lt;BR /&gt;
 &lt;BR /&gt;
This bundle can be copied to ArchiCAD's Add-Ons folder. &lt;BR /&gt;
 &lt;BR /&gt;
Best Regards, &lt;BR /&gt;
Tibor</description>
      <pubDate>Mon, 31 Mar 2014 14:58:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Problems-trying-to-compile-plug-in-on-Mac/m-p/215977#M5840</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2014-03-31T14:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems trying to compile plug-in on Mac</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Problems-trying-to-compile-plug-in-on-Mac/m-p/215978#M5841</link>
      <description>&lt;BLOCKQUOTE&gt;LesWoolsey wrote:&lt;BR /&gt;On Windows there was a tool to create a default Add-on project but there doesn't seem to be a command for that on the Mac.  Is there any information anywhere about how to set up a new project for an ArchiCAD add-on?&lt;/BLOCKQUOTE&gt; &lt;BR /&gt;
 &lt;BR /&gt;
A Project Template for Xcode 4+ will be available in API DevKit 18. &lt;BR /&gt;
So similar than on Windows Visual Studio you will be able to generate a skeleton Add-On project on Mac which has the proper build settings.&lt;BR /&gt;
&lt;BR /&gt;
Tibor</description>
      <pubDate>Fri, 16 May 2014 11:27:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Problems-trying-to-compile-plug-in-on-Mac/m-p/215978#M5841</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2014-05-16T11:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problems trying to compile plug-in on Mac</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Problems-trying-to-compile-plug-in-on-Mac/m-p/215979#M5842</link>
      <description>&lt;BLOCKQUOTE&gt;Tibor wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;LesWoolsey wrote:&lt;BR /&gt;On Windows there was a tool to create a default Add-on project but there doesn't seem to be a command for that on the Mac.  Is there any information anywhere about how to set up a new project for an ArchiCAD add-on?&lt;/BLOCKQUOTE&gt; &lt;BR /&gt;
 &lt;BR /&gt;
A Project Template for Xcode 4+ will be available in API DevKit 18. &lt;BR /&gt;
So similar than on Windows Visual Studio you will be able to generate a skeleton Add-On project on Mac which has the proper build settings.&lt;BR /&gt;
&lt;BR /&gt;
Tibor&lt;/BLOCKQUOTE&gt;
That is good news.&lt;BR /&gt;
&lt;BR /&gt;
I strongly advice you to make it dead-easy to get started. I've struggled a lot with it some years ago and mostly gave up on it. I do have several add-in ideas, but lack time and experience to make them reality.&lt;BR /&gt;
&lt;BR /&gt;
In the mean time, I'm now quite fluent in Unity with C# scripting and am learning Revit API as well, which is a more accessible, alas.</description>
      <pubDate>Tue, 27 May 2014 11:02:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Problems-trying-to-compile-plug-in-on-Mac/m-p/215979#M5842</guid>
      <dc:creator>stefan</dc:creator>
      <dc:date>2014-05-27T11:02:24Z</dc:date>
    </item>
  </channel>
</rss>

