2018-01-2902:05 PM - last edited on 2023-07-1208:36 PM by Doreena Deng
2018-01-2902:05 PM
Hi all.
I am trying to run my add-on in archicad 21.
I created it by project template in Visual Studio 2015. I put only MessageBox'es in every functions like: CheckEnvironment, RegisterInterface and Initialize. Just for testing.
But when I put it into folder Add-Ons of archicad it runs only CheckEnvironment and RegisterInterface functions.
Command name text has blue color in customize menu. Command is disabled in the menu bar.
I recommend you to start from Examples, not from scratch.
Compile and build all examples 'as is' and start ARCHICAD in demo mode (to load example add-ons without Developer ID).
ARCHICAD SDK is the worst documented API set, unfortunately, many functions, constants, classes are completely missing in documentation, so you could guess how some classes work only by examining samples.