BIM Coordinator Program (INT) April 22, 2024
Find the next step in your career as a Graphisoft Certified BIM Coordinator!
Archicad C++ API
About Archicad add-on development using the C++ API.

AddOnAdmin.exe say "DevKit Version: Undefined (Undefined rel

Anonymous
Not applicable
Hello!
Please help me.
On win DevKit for AC 17,18,19
when i use GX::Image(..., i have e message on AddOnAdmin.exe
"DevKit Version: Undefined (Undefined release)"
When i comment GX::Image(... line - all in green.

And this message in gray i resived when compile example "Element_Test" wehe is record GX::ImageBase(...
But all my addons loaded and work properly.
Only AddOnAdmin.exe say in gray.

On Mac all work in green. Only in win i have gray.
3 REPLIES 3
Akos Somorjai
Graphisoft
Graphisoft
Tsepov wrote:
Hello!
Please help me.
On win DevKit for AC 17,18,19
when i use GX::Image(..., i have e message on AddOnAdmin.exe
"DevKit Version: Undefined (Undefined release)"
When i comment GX::Image(... line - all in green.

And this message in gray i resived when compile example "Element_Test" wehe is record GX::ImageBase(...
But all my addons loaded and work properly.
Only AddOnAdmin.exe say in gray.

On Mac all work in green. Only in win i have gray.
You'll have to put the GXImage.DLL (and probably GX.DLL and GXImageBase.DLL as well) beside the AddOnManager tool.
The AddOnManager tries to load the add-on (which refers to the GXImage.DLL), but it can only find the DLLs beside itself.

Best, Akos
Anonymous
Not applicable
Thank you very much!
It works!
Akos Somorjai
Graphisoft
Graphisoft
Tsepov wrote:
Thank you very much!
It works!
You are welcome!

Akos
Learn and get certified!