Registry keys to load automatic a plugin

Registry keys to load automatic a plugin

Anonymous
Not applicable
2,227 Views
2 Replies
Message 1 of 3

Registry keys to load automatic a plugin

Anonymous
Not applicable

Hello,

 

I would like to know which registry keys do I need to add to the registry so that the AutoCAD 2013 will load my plugin without me needing to invoke the command netload.

 

I've tried this, but with no luck

[HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\AutoCAD\R19.0\ACAD-B001:409\Applications\MyProject]
"DESCRIPTION"="MyProject"
"LOADCTRLS"=dword:0000000c
"MANAGED"=dword:00000001
"LOADER"="C:\MyProject\MyProject\bin\Debug\MyProject.dll"

 

Thanks and kind regards,

Diogo

0 Likes
2,228 Views
2 Replies
Replies (2)
Message 2 of 3

owenwengerd
Advisor
Advisor

Your LOADCTRLS value needs to set the kOnAutoCADStartup bit (value 2) to automatically load on startup.

--
Owen Wengerd
ManuSoft
0 Likes
Message 3 of 3

Anonymous
Not applicable

Yes that was it. Thanks a lot

0 Likes