An error occur : no function definition: while use old odcl file ?

Started by stephan_35, September 16, 2009, 01:31:13 AM

Previous topic - Next topic

stephan_35

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
OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql

owenwengerd

You either have to disable the events in the .odcl, or define the event handler in your lisp code.

stephan_35

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
OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql