Will OPENDCL work with AUTOCAD 2025
where will I find the file OpenDCL.x64.25.arx for AUTOCAD 2025?
Thank!!!
There is no new binary for Acad 2025. Make sure you're using the latest development build, then it should work.
I wrote the program 10 years ago and it worked in 2024
And now it dont working...
How to make the latest development build?
https://opendcl.com/download/
error: no function definition: dcl_project_load
Can you explain in detail what I should do?
Thank you very much!
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.
Do I understand correctly?
Every computer should have OPENDCL installed?
Otherwise, the program will not work???
And how did my program work before?
For example, in Autocad2024:
loaded the OpenDCL.x64.24.arx file
and my program worked correctly