Thanks, guess Im doing the same a C DLL and load it into C#
On 7/16/07, Asger Ottar Alstrup <[EMAIL PROTECTED]> wrote:
On 7/16/07, Luis Carrasco <[EMAIL PROTECTED]> wrote: > How has the community done in the subject of embedding NekoVM into C#? > > I am very impressed with the VM and would like to include it in some C# > projects for scripting but as I saw on a previous post there is some memory > and marshalling problems. Has anyone gone around these to implement pure > neko language scripting? I tried to wrap the Neko API using C# marshalling, but it didn't work out for me. In the end, I made a small wrapper DLL with a simplified API that just exposed exactly what I needed, and that worked fine. Regards, Asger -- Neko : One VM to run them all (http://nekovm.org)
-- - Luis Carlos Carrasco
-- Neko : One VM to run them all (http://nekovm.org)
