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

Outdated Add-on

Anonymous
Not applicable
Hello,

I developed an add-on that was built using the API DevKit 18 (on a windows 8.1 machine), and works on ArchiCAD 18 on some of my machines. I tried it on two machines using windows 8.1 and it worked. However, when I tried loading the add-on on ArchiCAD 18 on windows 7 and windows 10, I get the error of outdated add-on.

Does anyone know a solution to this problem?

Thank you,
Xylios
2 REPLIES 2
Ralph Wessel
Mentor
Xylios wrote:
I developed an add-on that was built using the API DevKit 18 (on a windows 8.1 machine), and works on ArchiCAD 18 on some of my machines. I tried it on two machines using windows 8.1 and it worked. However, when I tried loading the add-on on ArchiCAD 18 on windows 7 and windows 10, I get the error of outdated add-on.
It might be a problem with the installed VS 2010 runtime - refer to this topic.
Ralph Wessel BArch
Anonymous
Not applicable
Hello,

Thank you for your reply.

I just finished testing a new addon and it worked.

My solution was based on this post:

http://archicad-talk.graphisoft.com/viewtopic.php?t=28755&highlight=outdated

and I was creating the addon using a Debug build, had to switch to a Release build, and it is working!

Once again, thank you for the reply, best regards,
Xylios