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

Started by stephan_35 · 2009-09-16 08:31 UTC · 2 replies · SMF topic #918

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)


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
You either have to disable the events in the .odcl, or define the event handler in your lisp code.
author=owenwengerd link=topic=918.msg4579#msg4579 date=1253094624 wrote:
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