cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Streamline your workflows and master BIM coordination! Program starts April 28!

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

Compile API using Command Line

Hoa Tu
Newcomer
Hi,

Do you have experience in building API programs using command line on DOS window.
Please advice what is the best way to do this.

Thanks in advance.

Regards,
Hoa
3 REPLIES 3
Hoa wrote:
Do you have experience in building API programs using command line on DOS window.
Please advice what is the best way to do this.
It's the same as any other development - you can create a makefile to build the add-on.
Ralph Wessel BArch
Central Innovation
Hoa Tu
Newcomer
Ralph,

Thanks for your reply.
I found the VCBuild.exe in the Microsoft Visual Studio folder. It does the job but bit tricky to get it working.

Regards,
Hoa
Hoa wrote:
I found the VCBuild.exe in the Microsoft Visual Studio folder. It does the job but bit tricky to get it working.
I don't know which version of VS you're using, but perhaps these articles will be relevant: http://msdn.microsoft.com/en-us/library/f35ctcxw.aspx
Ralph Wessel BArch
Central Innovation