OpenDCL for Autocad 2025

Started by altver, March 01, 2025, 10:33:22 AM

Previous topic - Next topic

altver

Will OPENDCL work with AUTOCAD 2025
where will I find the file OpenDCL.x64.25.arx for AUTOCAD 2025?
Thank!!!

owenwengerd

There is no new binary for Acad 2025. Make sure you're using the latest development build, then it should work.
Owen Wengerd (Outside The Box) / ManuSoft

altver

I wrote the program 10 years ago and it worked in 2024
And now it dont working...

altver

How to make the latest development build?

owenwengerd

Owen Wengerd (Outside The Box) / ManuSoft

altver

error: no function definition: dcl_project_load

Can you explain in detail what I should do?
Thank you very much!

owenwengerd

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.
Owen Wengerd (Outside The Box) / ManuSoft

altver

Do I understand correctly?
Every computer should have OPENDCL installed?
Otherwise, the program will not work???

altver

And how did my program work before?
For example, in Autocad2024:
loaded the OpenDCL.x64.24.arx file
and my program worked correctly