cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Nayan
Booster

Error in loading Add-on in ARCHICAD

I have developed an Add-on. While I have used
ARCHICAD 24 3008 INT TRIAL (Trial version)
API Development Kit 24.3009
and VS2017 (CMake Build)

I have successfully build the code and got the .apx file. I can load the Add-on perfectly in my machine and it works fine.
But when I try to load it in my user's machine it shows error stating "The file is an outdated Add-on that cannot be used with this ARCHICAD version". Can anyone kindly help me understand the issue?

N.B. User is using ARCHICAD 24 3008 FULL and also for Developer ID I'm using the educational license.
1 Solution

Accepted Solutions
Nayan
Booster
Resolved my issue.
When I was trying to build the project in Debug mode there was some problem with the "ACAP_STATD.lib".
But after that I build it in Release mode that added the "ACAP_STAT.lib" and it works fine now.

Go to post

1 Reply 1
Nayan
Booster
Resolved my issue.
When I was trying to build the project in Debug mode there was some problem with the "ACAP_STATD.lib".
But after that I build it in Release mode that added the "ACAP_STAT.lib" and it works fine now.

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!