Archicad C++ API
About Archicad add-on development using the C++ API.

How can I catch ArchiCAD closing start moment?

Anonymous
Not applicable
I need to add some actions before ArchiCAD closing. My Add-On use COM library and I should unlod it.

How can I catch ArchiCAD closing start moment?
2 REPLIES 2
Ralph Wessel
Mentor
equilibrium wrote:
I need to add some actions before ArchiCAD closing. My Add-On use COM library and I should unlod it.
How can I catch ArchiCAD closing start moment?
Take a look at ACAPI_Notify_CatchProjectEvent
Ralph Wessel BArch
Anonymous
Not applicable
OK, thanks