lua-users home
lua-l archive

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


--- steve donovan <steve.j.donovan@gmail.com> wrote:

> 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?
> 
I failed to make that work. I tried to make it load
'lua5.1.dll', it doesn't like it. I tried to make it
load the proxy 'lua51.dll', it doesn't like it. I used
the 'lua51.dll' compiled from source, it worked.

Unfortunately, I am not too proficient in the C#
loading things and have no idea why it didn't work.