LoadCtrls in AutoCAD 2015

Started by velasquez · 2014-11-19 22:07 UTC · 3 replies · SMF topic #2203

In all versions of OpenDCL the value of LoadCtrls in HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R20.0\ACADE001:409\Applications\OpenDCL\
is 12

In AutoCAD 2015 this value is  14.
Is there any rule for the modification?
Does it change after you restart AutoCAD? If so, then the setting is written by the installer to run the OpenDCL demo on the initial run after installing OpenDCL.
After looking at the code, I see that there is a bug. AutoCAD 2015 was not added to the hard-coded list of registry keys to disable auto-loading. I will get that fixed for the next build.
author=owenwengerd link=topic=2203.msg11051#msg11051 date=1416438894 wrote:
After looking at the code, I see that there is a bug. AutoCAD 2015 was not added to the hard-coded list of registry keys to disable auto-loading. I will get that fixed for the next build.


Thank you Owen.