We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2004-05-12 09:53 AM - last edited on 2022-12-13 10:00 PM by Daniel Kassai
2004-05-13 11:18 AM
The plugin is compiled but not recognised by ArchiCAD. And I can't seem to find out why.You need an authorization code to run your Add-On with the full version of ArchiCAD. Without this code you can run it with the demo version only. You can get an authorization code via the
The samples are not compiling either... and seem to be made for an older version of the DevKit.Please note that the examples will also work only with the demo version of ArchiCAD.
I wonder why there is no open forum on Developments for ArchiCAD.There is one since then, so you have a place now to discuss these kinds of problems with fellow developers. You can find the Developer Forum under ArchiCAD+...
Akos Pfemeter
VP Global Cross-Brand Sales, Graphisoft
2004-05-13 11:54 AM
2004-05-13 12:44 PM
I Graphisoft will ever publish some basic tutorial, these steps are not easy to understand for a beginner and then it's very hard to get startedYes. I agree that this is the way to go and we have plans but I cannot give you an exact schedule now...
Are you positive that the examples are not working in the full version?You have to recompile them using your authorization code and then they will be running with the full version of ArchiCAD.
Akos Pfemeter
VP Global Cross-Brand Sales, Graphisoft
2004-05-14 09:59 PM
@ #include "MDIDs_APICD.h" 'MDID' 32500 "Add-On Identifier" { MDID_APICD MDID_APICD_GoodieFunctions }
'MDID' 32500 "Add-On Identifier" { MyDevID MyAddonID }where MyDevID and MyAddonID are the two numbers you copied from the AddOnAdmin *.h output. Alternatively (the proper way), edit the MDIDs_APICD.h file that can be found in
2008-04-14 11:58 AM
2008-04-14 12:13 PM
Mark wrote:You need Visual Studio (or standalone Visual C++) to compile add-ons if you are using Windows. The SDK provides the headers and libraries.
Im sorry guys, im really new to this thing. I have been making GDL Objects and accessories for about 2 years and want to explore the greater functionality offered with add-ons. Do i need Microsoft visual C++ or similar to compile or can i do it all through the developer kit?
thanks,
mark
2008-04-14 12:54 PM
2008-04-14 01:02 PM
Mark wrote:I haven't tried that...
I have Visual C++ express edition 2005 that should work shouldnt it?
Thanks again
mark
2008-08-16 03:40 PM