BIM Coordinator Program (INT) April 22, 2024

Find the next step in your career as a Graphisoft Certified BIM Coordinator!

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

API Devkit Example Project Build Issue

Nayan
Booster
I am trying to Build the example project provided by the API Development kit. But having some issue while trying to Build the code.
Besides this example project structure are different to the Archicad CMake Add-on template.
Any suggestions to build example projects?

I am using:
Archicad 24
API Development Kit 24.3009
Visual Studio 2017
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Anonymous
Not applicable
If you just want to build and test the example, it does not need to use CMake template.
For AC24, just open the project file with Visual Studio 2017 and build it. Normally it does not have any error to build the apx file.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable
Specifically, what is the issue? Can you post screen shot of the error?
Nayan
Booster
When I am trying to build the code it's showing this error.
But the thing I specifically want to know is that "Archicad CMake Add-on template" have CMakeLists.txt file which builds the code. Should I add any CMakeLists.txt file for these example project to build it.
Need to mention that I am new to Archicad Add-on development.
Solution
Anonymous
Not applicable
If you just want to build and test the example, it does not need to use CMake template.
For AC24, just open the project file with Visual Studio 2017 and build it. Normally it does not have any error to build the apx file.
Learn and get certified!