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