2016-11-18 16:17 UTC
Hi
I'm updating some routines that work well, from AutoCAD 2008 to AutoCAD 2015,
I ask, in addition to the "command" problem that sometimes becomes "command-s",
for AutoLISP, you have other indications?
OpenDcl gives me the following errors:
error: no function definition:
C:MCCOPRIGIUNTI/FORM1/COMBOBOX2#ONSELCHANGED;
in fact I find in my old lisp
C: MCCOPRIGIUNTI_FORM1_COMBOBOX2_ONSELCHANGED;
different "_" with / and #
exists a way to update automatically ?
you can set OpenDCL keep the same format?
for OpenDCL i downloaded the 8.1.1.1 version, what are the steps to do?
example: open file.odcl to save them on new system, or reviewing Events and Properties
thank you
I'm updating some routines that work well, from AutoCAD 2008 to AutoCAD 2015,
I ask, in addition to the "command" problem that sometimes becomes "command-s",
for AutoLISP, you have other indications?
OpenDcl gives me the following errors:
error: no function definition:
C:MCCOPRIGIUNTI/FORM1/COMBOBOX2#ONSELCHANGED;
in fact I find in my old lisp
C: MCCOPRIGIUNTI_FORM1_COMBOBOX2_ONSELCHANGED;
different "_" with / and #
exists a way to update automatically ?
you can set OpenDCL keep the same format?
for OpenDCL i downloaded the 8.1.1.1 version, what are the steps to do?
example: open file.odcl to save them on new system, or reviewing Events and Properties
thank you