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

Outdated version of addon error.

Mihalcea Bogdan
Contributor
Hi!
I created an AddOn and it works fine on the PC at the office and at my home PC.
The office PC and my Home PC both have installed the Archicad 24 SDK.
When I try to start it on another PC/Laptop on Archicad 24 it give an error in the Addon Manager "Outdated AddOn ... ". On this PC I don't have installed the Archicad 24 SDK.
What could be the reason for this?

I checked with Dependency Walker and it seems fine the versions. [attachment=0]2021-08-04 18_00_50-Dependency Walker - [GISDownloader.apx].jpg[/attachment] I am using the Archicad 24 build 5000 on all PCs.
I have an include library - rapidjson for this AddOn.
10 REPLIES 10
Mihalcea Bogdan
Contributor
Thank you for a new suggestion Viktor!
I was compiling it with VS2017 as it is suggested in the documentation.
I will investigate on this lead.