OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: DanielJ on December 11, 2012, 03:00:31 AM

Title: reload odcl project
Post by: DanielJ on December 11, 2012, 03:00:31 AM
Hi
I have annoying problem
in project lsp file im calling odcl

(command "OPENDCL")
(dcl_Project_Load "Programy" T)
the problem is that odcl doesn't reload, so if I do any changes in Programy.odcl i have to turn off and on again bricscad
im using briscad v12
Title: Re: reload odcl project
Post by: roy_043 on December 11, 2012, 06:21:01 AM
I have had the same issue with a project. Reloading the Lisp-file (once or twice) after every change to the odcl-file usually solved the problem. But I cannot reproduce this now. You could also try (dcl_Project_Unload).
Title: Re: reload odcl project
Post by: owenwengerd on December 11, 2012, 09:31:42 AM
I have not see any other reports of a problem like this. If you can narrow down a reproducible case where (dcl_Project_Load <project> T) returns NIL, please post details so I can try to reproduce it here.