janko metelko a écrit :
For the record, I did check out the code of xcross and swhx becasue I suspected they embed the VM. but I fould no fiddling with loadprim in any of them. Either they embed it but don't call-in functions into same c++ runtime, or they do it somehow completely different and I can't recognise it in the code.
When NekoVM is compiled with NEKO_STANDALONE mode (which is what xcross is using), the default loader load the primitives into the current exe instead of loading them into a separate NDLL.
Nicolas -- Neko : One VM to run them all (http://nekovm.org)
