2021-03-0911:16 AM - last edited on 2021-09-1409:55 AM by Noemi Balogh
2021-03-0911:16 AM
Hello everyone,
I have created an add-on for ArchiCAD, and all work`s fine. But when I using Amazon Aws SDK for c++, I get a warning when loading the plugin in ArchiCAD. Warning "The file is an outdated Add-On that cannot be used with this ARCHICAD version.". ArchiCAD may already have its own AWS module and I am having conflicts with different AWS modules. Could you help me resolve this problem?
The built Add-On is a special DLL on Windows, and bundle package on macOS. Archicad loads the Add-On into the memory and tries to find the dependencies of the Add-On.
On Windows Archicad searches the dependencies in the same folder as Archicad.exe (so not next to your Add-On).
On macOS Archicad searches the dependencies in the folder named Support next to the Archicad.app.
Please make sure you placed the dependent libraries into the correct folder!