SOLVED!
Error in loading Add-on in ARCHICAD
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-04-20
01:18 PM
- last edited on
2021-09-14
09:40 AM
by
Noemi Balogh
2021-04-20
01:18 PM
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.
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.
Solved! Go to Solution.
Labels:
- Labels:
-
Add-On (C++)
1 ACCEPTED SOLUTION
Accepted Solutions
Solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-04-23 05:51 AM
2021-04-23
05:51 AM
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.
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.
1 REPLY 1
Solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-04-23 05:51 AM
2021-04-23
05:51 AM
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.
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.