lua-users home
lua-l archive

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


Hi. I'd like to use some .net assemblies from Lua and I thought that LuaInterface is what I need, so I downloaded version 2.0.1. How is it supposed to be used? I need to launch it from an unmodified Lua interpreter, so I'd need to do something like:
require "luainterface"
...

But the dll does not export any symbols.
Is it possible to call CLR code from a vanilla Lua interpreter?

Regards,
Ignacio Burgueño