OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: altver on March 01, 2025, 10:33:22 AM

Title: OpenDCL for Autocad 2025
Post by: altver on March 01, 2025, 10:33:22 AM
Will OPENDCL work with AUTOCAD 2025
where will I find the file OpenDCL.x64.25.arx for AUTOCAD 2025?
Thank!!!
Title: Re: OpenDCL for Autocad 2025
Post by: owenwengerd on March 01, 2025, 10:50:16 AM
There is no new binary for Acad 2025. Make sure you're using the latest development build, then it should work.
Title: Re: OpenDCL for Autocad 2025
Post by: altver on March 01, 2025, 11:05:05 AM
I wrote the program 10 years ago and it worked in 2024
And now it dont working...
Title: Re: OpenDCL for Autocad 2025
Post by: altver on March 01, 2025, 11:12:21 AM
How to make the latest development build?
Title: Re: OpenDCL for Autocad 2025
Post by: owenwengerd on March 02, 2025, 07:36:39 AM
https://opendcl.com/download/
Title: Re: OpenDCL for Autocad 2025
Post by: altver on March 03, 2025, 04:41:57 AM
error: no function definition: dcl_project_load

Can you explain in detail what I should do?
Thank you very much!
Title: Re: OpenDCL for Autocad 2025
Post by: owenwengerd on March 03, 2025, 10:36:58 AM
You should download and install the Current Build Windows Installer .MSI. After successful installation, start Acad 2025 and enter the OPENDCL command at the command line to load the runtime. From LISP, you should use (command "OPENDCL") to ensure the runtime is loaded. For testing, you can try the command OPENDCLDEMO.
Title: Re: OpenDCL for Autocad 2025
Post by: altver on March 04, 2025, 04:11:22 AM
Do I understand correctly?
Every computer should have OPENDCL installed?
Otherwise, the program will not work???
Title: Re: OpenDCL for Autocad 2025
Post by: altver on March 04, 2025, 04:18:35 AM
And how did my program work before?
For example, in Autocad2024:
loaded the OpenDCL.x64.24.arx file
and my program worked correctly