Due to a scheduled maintenance, a maximum 20 minutes license delivery outage may be expected on July 6 2024 (Saturday) between 6PM to 8PM (CEST).
Archicad C++ API
About Archicad add-on development using the C++ API.

Auto run Add-ons when open project

Newbie
Participant

Is there any way to auto load and run add-on once the project is opened?

1 REPLY 1
kuvbur
Enthusiast

Yes, you need to add ACAPI_Notify_CatchProjectEvent with APINotify_Open parameter in Initialize function and catch notify with handler function. Exemple code in Examples\Notification_Manager in DEVKIT

Structural engineer, developer of free addon for sync GDL param and properties