| Install | acdkx::com::ComObject man | acdkx::com::AcdkObject | Type mappings |
To use ACDK Objects from COM the COM server has to be registered.
You can use regsvr32 to registere the DLL as COM server:
regsvr32 acdkx_com_d.dll
To unregister the ACDK COM server just run
regsvr32 with flag /u
regsvr32 /u acdkx_com_d.dll
|