Started by altver ·
2025-03-01 18:33 UTC ·
8 replies · SMF topic #2950
altver
2025-03-01 18:33 UTC
Will OPENDCL work with AUTOCAD 2025
where will I find the file OpenDCL.x64.25.arx for AUTOCAD 2025?
Thank!!!
owenwengerd
2025-03-01 18:50 UTC
There is no new binary for Acad 2025. Make sure you're using the latest development build, then it should work.
altver
2025-03-01 19:05 UTC
I wrote the program 10 years ago and it worked in 2024
And now it dont working...
altver
2025-03-01 19:12 UTC
How to make the latest development build?
owenwengerd
2025-03-02 15:36 UTC
https://opendcl.com/download/
altver
2025-03-03 12:41 UTC
error: no function definition: dcl_project_load
Can you explain in detail what I should do?
Thank you very much!
owenwengerd
2025-03-03 18:36 UTC
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.
altver
2025-03-04 12:11 UTC
Do I understand correctly?
Every computer should have OPENDCL installed?
Otherwise, the program will not work???
altver
2025-03-04 12:18 UTC
And how did my program work before?
For example, in Autocad2024:
loaded the OpenDCL.x64.24.arx file
and my program worked correctly