OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: jtree on February 25, 2008, 05:19:41 PM

Title: Project Load
Post by: jtree on February 25, 2008, 05:19:41 PM
What would prevent a project from being loaded via a network path?
The .ODS file is found using (findfile)
(odcl_loadproject "drive:/path/file.ods") errors, file not found
I'm using ver. 3

Thanks
Title: Re: Project Load
Post by: owenwengerd on February 25, 2008, 05:30:14 PM
I think that was a bug in older versions of ObjectDCL. I recommend to upgrade to a more recent version.
Title: Re: Project Load
Post by: jtree on February 25, 2008, 05:59:03 PM
Ok, thanks.