[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Binary Modules
- From: Peter Drahos <drahos@...>
- Date: Sun, 14 Dec 2003 21:56:25 +0000
Thank you Leandro,
of course I know about loadlib. I'm using it currently but the point is that
I would like to use a somehow standard interface between lua and the binary
module. The approach used in loadmodule looks nice and I think there should
be a standard on this. LuaCheia is probably on the best way. And there is
also the question of portability of loadlib (not ansi c).
Anyway your answer might help someone else :)
Peter.
On Sunday 14 December 2003 20:01, Leandro Candido wrote:
> Hello Peter,
>
> Perhaps loadlib (see the manual.html) is good for you?
>
> God bless you,
>
>
> Leandro.
>
> ----- Original Message -----
> From: "Peter Drahos" <drahos@webcom.sk>
> To: "Lua list" <lua@bazar2.conectiva.com.br>
> Sent: Sunday, December 14, 2003 6:41 PM
> Subject: Binary Modules
>
> > Hi everyone.
> >
> > I've been searching for the loadmodule patch for lua 5.0 but the link on
> > http://lua-users.org/wiki/LuaBinaryModules doesn't work and is for beta
>
> 5.0.
>
> > Can somebody please help me with this. I could write my own dynamic
> > binary package system but I would preffer to use an already existing
> > system which works under linux and windows.
> >
> > Any suggestions ?
> >
> > Thanx.