Hi,

I'm trying to embed the Neko VM in a C# application, using DllImport, but I can't get it to work.

It's possible that for some reason the Boehm GC is unable to access the stack of your C# application. Try storing all your stack variables into a structure that has been alloc_root'ed.

Nicolas

--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to