[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Extension modules in 5.0? [FW: My wish list :)]
- From: "James Hearn" <james.hearn@...>
- Date: Thu, 6 Jun 2002 00:00:35 -0500
> 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