Question about LuaInterface 2.0
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Question about LuaInterface 2.0
- From: Ignacio Burgueño <ignaciob@...>
- Date: 2008年12月30日 18:26:08 -0200
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