OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: stephan_35 on September 16, 2009, 01:31:13 AM

Title: An error occur : no function definition: while use old odcl file ?
Post by: stephan_35 on September 16, 2009, 01:31:13 AM
Hello,

I update new arx to 6.0.0.3 on an old odcl project.

All look like fine, but when using dialog box, some function seem not be found !!! (Like command not found)

Quote
Une erreur : no function definition: COMMAND_ONCLICKED

But it's C:COMMAND_ONCLICKED ?

That mean i have to update odcl file to use them ???

Thanks
Title: Re: An error occur : no function definition: while use old odcl file ?
Post by: owenwengerd on September 16, 2009, 02:50:24 AM
You either have to disable the events in the .odcl, or define the event handler in your lisp code.
Title: Re: An error occur : no function definition: while use old odcl file ?
Post by: stephan_35 on September 16, 2009, 03:14:26 AM
Quote from: owenwengerd on September 16, 2009, 02:50:24 AM
You either have to disable the events in the .odcl, or define the event handler in your lisp code.

Sorry, i didn't explain myself correctly :

What i mean is when i update the arx for older odcl project, event cannot find lisp command, because of not "C:" before lisp function .

Work fine with 5.1.1.2 arx but not with 6.0.0.3 arx !

Thanks