Hello, I have created a Dialog Box with the last version of OPENDCL (9.0.6.1). I made the codding for AutoCAD 2020 and it has not problem running, but when I fixed the code for the arx for AutoCAD 2013 (loading opendcl.x64.19.arx) using the same .odcl file, the project cannot be loaded. Should I do the Dialog box in OPENDCL V7.0 if i want to assure compatibility with ACAD 2013 and 2020?
There is some different syntax in the functions for the different arx. For example:
ACAD 2020 arx ---> (dcl-Project-Load "STDB" T)
ACAD 2013 arx ---> (dcl_Project_Load "STDB" T)
The Paths for the files are already in ACAD search paths.
Thanks in advance.