Started by velasquez ·
2014-11-19 22:07 UTC ·
3 replies · SMF topic #2203
velasquez
2014-11-19 22:07 UTC
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?
owenwengerd
2014-11-19 23:02 UTC
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.
owenwengerd
2014-11-19 23:14 UTC
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.
velasquez
2014-11-20 10:47 UTC
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.