[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:30:16 +0000
Thank you Martin.
I'm keeping track of LuaCheia for some time now but I never found time to
browse the sources. I sure will now.
btw. Is there any "standard" for this in lua ?
On Sunday 14 December 2003 20:22, Martin Spernau wrote:
> Hi Peter!
> you might want to check out the latest source release of the LuaCheia
> project:
> http://sourceforge.net/project/showfiles.php?group_id=73737
> which containt a working loadmodule for Lua 5.0 (along with a lot of
> other things)
>
> You can also take a look at it in the CVS:
> http://cvs.sourceforge.net/viewcvs.py/luacheia/luacheia/src/libcheia/loadmo
>dule.c?rev=1.23&view=auto
>
> Hope that helps,
> -Martin
>
> Peter Drahos wrote:
> >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.