We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

Multiple commands in same project

LVirone Greisch
Participant

Hello everyone,


I'm new to the Archicad developer community and I have a noob question: Is it possible to have several commands in the same VisualStudio project? I'd like to have all my commands in the "sources" folder. One "apx" for multiple commands, or generate multiple "apx" in the same project.


This way, I can share resources more easily between several commands and I'll not create one project for just one command.

 

Thanks

Virone Lorenzo
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Joel Buehler
Enthusiast

Usually you have a lot of Commands in one Archicad Add-On. A good Example is the Element Example. There you can see a lot of Commands an even Subcommands consolidated into one Add-On. 🙂  

View solution in original post

1 REPLY 1
Solution
Joel Buehler
Enthusiast

Usually you have a lot of Commands in one Archicad Add-On. A good Example is the Element Example. There you can see a lot of Commands an even Subcommands consolidated into one Add-On. 🙂