SOLVED!
API Devkit Example Project Build Issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-03-19
04:44 AM
- last edited on
2021-09-14
09:53 AM
by
Noemi Balogh
2021-03-19
04: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
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
Solved! Go to Solution.
Labels:
- Labels:
-
Add-On (C++)
1 ACCEPTED SOLUTION
Accepted Solutions
Solution
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-03-20 07:48 AM
2021-03-20
07:48 AM
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.
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.
3 REPLIES 3
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-03-19 08:35 AM
2021-03-19
08:35 AM
Specifically, what is the issue? Can you post screen shot of the error?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-03-19 08:55 AM
2021-03-19
08:55 AM
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.
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-03-20 07:48 AM
2021-03-20
07:48 AM
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.
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.