License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
2004-05-12
09:53 AM
- last edited on
2022-12-13
10:00 PM
by
Daniel Kassai
2008-11-26 11:41 AM
2008-11-26 12:29 PM
2008-11-26 05:06 PM
atila-diffusion wrote:Yes, the examples default to creating the apx in the debug folder. Different project settings result in a release version. Just move the apx into your add-ons folder and restart AC, or load the apx using Options > Add-On Manager.
i forgot to say that i'm using Visual Studio 2008, but I think i found the solution.
When I launch the project , a folder named "debug" is created and it contains the .apx file.
Is this file I have to import in archicad?
I tried to use the helloWorld and to import it in archicad but it still not work, i have a message in the Extension Infos Box which says that the file is already not an extension or it's not updated for using with this version of archicad.
I tried with archicad 9, 10 and 12.
(sorry for my poor english)
2008-12-01 11:28 AM
2008-12-01 02:53 PM
atila-diffusion wrote:What did you use to build the Mac version?
I succeeded to build a Hello World Add-On thanks to your Blank Add On. this one works on windows but not on Mac is that normal? Should I do something to solve it?
2008-12-02 09:41 AM
2008-12-02 10:53 AM
atila-diffusion wrote:Yes, you need to use XCode on a Mac. Fortunately Apple provides a full development suite with the Mac OS (XCode, Interface Builder, etc), so it's quite easy to get started (provided you have a Mac).
I used Visual Studio 2008 to build the apx. Do I have to build differently the mac version from the windows version?
2008-12-02 11:33 AM
2008-12-02 02:28 PM
atila-diffusion wrote:Just one word of caution - if you want to compile on multiple platforms, you must stick to agreed standards. Microsoft is notorious for introducing subtle changes to standards (sometimes called "standards-poisoning") so that moving to another platform seems very difficult. It is very easy to produce cross-platform add-ons if you are aware of this issue from the start.
so i can write mon plugin on Visual studio and at the end i'll will build it With visual and with XCode.
2008-12-02 02:55 PM