If I've made a change in opendcl studio then I always restart AutoCad so I can see the changes of the DCL.
Can this be otherwise
Yes. When you make a change in OpenDCL Studio you hit the save button , then in AutoCAD you run your program again to see the changes.
Hi, Atwist, you can use (dcl_project_load "myfile.odcl" T) at the time of developing. Then the Project file will be reloaded after saving in Studio.
Regards, Fred
Hi Fred,
Thank you
That much work become easier.