2004-05-12 12:53 AM
2004-05-13 02: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+...
2004-05-13 02:54 AM
2004-05-13 03:44 AM
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.
2004-05-14 12: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 02:58 AM
2008-04-14 03:13 AM
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 03:54 AM
2008-04-14 04:02 AM
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 06:40 AM
2008-08-16 09:52 AM
2008-08-16 09:58 AM
TAI wrote:I think that would be a very poor choice. It might not even be technically feasible. I recommend sticking to C/C++, either Visual C++ 2005 on Windows or XCode on the Mac.
Must I make add-ons with Visual Basic 2008.net ?
2008-08-17 01:16 AM
2008-10-20 09:06 PM
TAI wrote:There are many programmers on this forum, so just ask someone
And I am not programmer.
2008-10-31 05:44 AM
2008-10-31 12:15 PM
kshyshieck wrote:There are several possible reasons for this. Could you provide more detail:
I don't have developer ID, and when I compile sample add-on I can't run it even on testing version. All that I see is "This add-on cannot be validated. Please contact the distributor." in add-on manager. Could You help my someway
2008-11-02 10:42 AM
2008-11-02 11:11 AM
2008-11-02 11:42 AM
kshyshieck wrote:The compiler may be the problem. The requirements for that devkit include VS 2003. It doesn't necessarily follow that it will run even if it will compile and link with another compiler. I use VS 2005 for AC12 development and VS 2003 for everything earlier, so I can't comment on whether other combinations will work or not.
I've searched in here for a solution, but I couldn't find it:/ Maybe because I'm newbie.
I'm using ArchiCAD 11 with API Dev Kit 11.21 on Windows XP with SP2. I'm using MS Visual Studio 2005. I've had few problems with compiling add-on, but I've found solution, but this one I couldn't find.
Thanks for your reply.
2008-11-02 03:40 PM