• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk ObjectARX

    Reply
    Contributor
    Posts: 17
    Registered: ‎06-19-2012

    Registry keys to load automatic a plugin

    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.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

    Please use plain text.
    Mentor
    Posts: 239
    Registered: ‎08-06-2002

    Re: Registry keys to load automatic a plugin

    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
    Please use plain text.
    Contributor
    Posts: 17
    Registered: ‎06-19-2012

    Re: Registry keys to load automatic a plugin

    07-05-2012 08:58 AM in reply to: owenwengerd

    Yes that was it. Thanks a lot

    Please use plain text.