Autodesk ObjectARX
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Registry keys to load automatic a plugin
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
85 Views, 2 Replies
07-05-2012 06:47 AM
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.
"DESCRIPTION"="MyProject"
"LOADCTRLS"=dword:0000000c
"MANAGED"=dword:00000001
"LOADER"="C:\MyProject\MyProject\bin\Debug\MyProje
Thanks and kind regards,
Diogo
Re: Registry keys to load automatic a plugin
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-05-2012 07:45 AM in reply to:
DiogoSantos
Your LOADCTRLS value needs to set the kOnAutoCADStartup bit (value 2) to automatically load on startup.
--
Owen Wengerd
ManuSoft
Owen Wengerd
ManuSoft
Re: Registry keys to load automatic a plugin
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-05-2012 08:58 AM in reply to:
owenwengerd
Yes that was it. Thanks a lot
