OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Atwist on August 24, 2012, 04:59:06 AM

Title: Restart AutoCad
Post by: Atwist on August 24, 2012, 04:59:06 AM
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
Title: Re: Restart AutoCad
Post by: vladgothe on August 24, 2012, 05:05:21 AM
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.
Title: Re: Restart AutoCad
Post by: Fred Tomke on August 24, 2012, 07:43:05 AM
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
Title: Re: Restart AutoCad
Post by: Atwist on August 24, 2012, 10:15:20 AM
Hi Fred,

Thank you

That much work become easier.