lua-users home
lua-l archive

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


On Wed, May 21, 2008 at 3:52 PM, gary ng <garyng2000@yahoo.com> wrote:
> I do want(need) .NET support through luainterface.
> Though to me, .NET support doesn't mean shipped with
> .NET runtime. .NET support for me means any .NET
> application can say "Lua lvm = new Lua()"(which is
> exactly what luainterface provides which requires 2
> DLL).

LuaBinaries does come with a lua51.dll as well, which acts as a proxy.
Does luainterface work with that?

steve d.