reload odcl project

Started by DanielJ, December 11, 2012, 03:00:31 AM

Previous topic - Next topic

DanielJ

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

roy_043

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).

owenwengerd

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.