OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: honkinberry on May 13, 2014, 10:49:40 AM

Title: project-load deprecated
Post by: honkinberry on May 13, 2014, 10:49:40 AM
I happened to notice in the Help that dcl-Project-Load is listed as a Deprecated function.
I can certainly see the additional benefit of the Project-Export and Project-Import functions, but should that necessitate deprecating Project-Load?  Just curious on the thinking behind it, suggested timeline for transitioning, and so on.
Many thanks for any tips!

--J
Title: Re: project-load deprecated
Post by: owenwengerd on May 13, 2014, 10:56:37 AM
(dcl-Project-Load) is not deprecated. You may have seen that the old (dcl_LoadProject) function is deprecated and replaced by (dcl-Project-Load).
Title: Re: project-load deprecated
Post by: honkinberry on May 14, 2014, 08:06:46 AM
Gotcha!
Thank you sir.

--J