lua-users home
lua-l archive

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


> As far as I know, simply having lualib as a dll/so and creating your
module
> with it is sufficient. There's a Unix example that does this in my
> bare-bones loadlib tarball. I don't know how this would work in Windows,
> but I recall that someone in the list tested my Windows module and it
worked.
> --lhf

I believe that was me. I ran it in both cygwin unix-compatibility mode and
straight win32 api mode. Worked flawlessly as long as the dll had lua.dll as
a dependency. Pretty cool stuff.

--James Hearn