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: Renato Borges <rborges@...>
- Date: 1999年5月18日 13:29:07 -0300
>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.
--Renato