lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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/loadmodule.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.