Hi,

I think the problem might be that I'm marshalling Neko values as a simple Enum, and thus the C# marshaller will not take the following values in memory with it.

Uhm...

Because of GC issues, I think you should instead treat Neko values as opaque C pointers, and write a small C API that reproduces the #define macros that would be accessible from C#.

Nicolas

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

Reply via email to