cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Archicad C++ API
About Archicad add-on development using the C++ API.

This plugin could not be identified. Please contact your distributor.

Vance99910
Participant

I'm currently developing a custom add-on package, but after using it, the add-on displays an exclamation mark and is unusable. This applies to versions 26 and 28. How can I fix this to make it work? I've included the developer ID information in the add-on package.

 

26 : 4019 TAI FULL
28 : 28.2.2(5200)TAI FULL

2 REPLIES 2

Hi Vance,

 

There can be a lot of different reasons.

 

- Are you using Window or macOS?
- What SDK versions do you use?

- What's your build process?

 

Best regards,
Bernd

Automating Archicad with Add-Ons, GDL-Objects & Python Archi-XT.com

Hi Vance,

 

Some other ideas:

- Do you use any external libraries (DLLs/dylibs/frameworks))? Are they accessible to Archicad when the add-on is being loaded?

- Please also check with a resource editor if the MDID resource is in you add-ons binary and it contains non-dummy values.

 

Best,

Akos