Re: dynamic loading of windows dll's in lua as plugins?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: dynamic loading of windows dll's in lua as plugins?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 1999年5月18日 17:56:26 -0300 (EST)
>From rborges@tecgraf.puc-rio.br Tue May 18 15:37:39 1999
>>There is a guy here (Renato Borges) that already implemented a cross
>>platform load package facility (for Linux, Solaris, Windows and others). It
>>is called "loadlib: Dynamic library loading facilities for use with the Lua
>>language".
>
>Ok, here I am.
>I put loadlib at http://www.tecgraf.puc-rio.br/~rborges/loadlib/.
>As Roberto already said, it's a library for dynamic library loading
>in Lua (CGILua currently uses loadlib).
>It supports dll (ms-windows) and dlfcn (most unix flavors) APIs.
>It also has the implementation for shl (hp-ux) and rld (NeXT) APIs,
>although not tested.
I've addded a link to loadlib in the addons page.
--lhf