newlisp DLL external exception C0000029

Q&A's, tips, howto's
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

newlisp DLL external exception C0000029

Post by 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

Locked