newlisp DLL external exception C0000029

Started by HPW, June 09, 2012, 08:53:44 AM

Previous topic - Next topic

HPW

Hello,



Running newLISP.DLL from a neobook host application gave me an 'external exception C0000029'.

Googling the error let me guess that it is somewhat stack-related.

It happend in my project where a OnChange-event triggers a newLISP call which fired the OnChange-events from other objects with their own newLISP-calls.

This seems the problem and my workaround was to implement a switch that avoid this OnChange-chain.



Just want to post for others who might get this error.



Regards
Hans-Peter