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.

User data Problem

Anonymous
Not applicable
hi,
I have create two addons.
The first based on Panel_test to set my user data and the second to read this user data for exporting data to external program.

The problem is that the data is not reading by second addons.

I have used as help Notification_Manager and Panel_test examples

thanks
gerry
1 REPLY 1
Anonymous
Not applicable
I think the reason for that is that the two addons have not the correct local ID
For each addon you must set the Add-On Identifier in the resources
like

'MDID' 32500 "Add-On Identifier"
{
xxxxxxxxxx
xxxxxxxyyy
}

xxxxxxxx is the Vendor ID
yyyyyyyy is the Local ID

Try using the AddOnAdmin Tool to create Local IDs which are in the same
Addon Group.

If iam wrong or any body knows it better pleas correct me

Regards
Learn and get certified!