cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Vance99910
Participant

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

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

6 Replies 6

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
Akos Somorjai
Graphisoft
Graphisoft

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

vtomaz
Booster

hello.

are there any clear instructions on how to write the code or where to insert the developer and addon information so that the addon will work (would be validated)?

Tamas Polyak
Graphisoft
Graphisoft

Hi,

You can find all information on the Archicad 29 C++ API: Archicad 29 C++ API development site.

 

Redards,

Tamás

vtomaz
Booster

Done all that, still not working. All samples dont have IDs inside and are only for DEMO use. 

Tamas Polyak
Graphisoft
Graphisoft

Hi,

Samples only work in Demo mode, but you can use your own developer id, and create or reuse a local id to load it in full mode.

 

If you're using the Examples API Development Kit, then change the MDID resource in <AddOnName>Fix.grc in the RFIX folder, or if you're using the cmake tools, in the RFIX/AddOnFix.grc  resource.

 

Regards,

Tamás

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!