License Delivery maintenance is expected to occur on Saturday, November 30, between 8 AM and 11 AM CET. This may cause a short 3-hours outage in which license-related tasks: license key upload, download, update, SSA validation, access to the license pool and Graphisoft ID authentication may not function properly. We apologize for any inconvenience.
Archicad C++ API
About Archicad add-on development using the C++ API.
2021-03-1904:44 AM - last edited on 2021-09-1409:53 AM by Noemi Balogh
2021-03-1904:44 AM
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
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.
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.
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.