lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


hello..
i´m looking for a good way to implement lua into c#. i want to provide the user of my application with the chance to use the c# methods with lua.
i´ve tried luadotnet, but it didn´t work.
i wan´t to use lua via unmanaged code implementation.. there are many lua dll versions out there, but i don´t know how to implement them in c#.
anyone who can help me?