lua-users home
lua-l archive

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


Hell List!
has anyone here successfully compiled Lua 4.0 with the loadlib extension
availeble on the Lua-site? (the version # in the .c file says it's
loadlib.c,v 1.18 1999/04/28 23:41:15 rborges)
I get multiple errors and warning complaining about mismatched types,
undefined functions and wrong parameter numbers as soon as I try to call
'loadlib_open();'

Could it be that the loadlib is not for lua 4.0 but an older version (like
3.2?)

I'm compiling with MSVC6 on Win2k, and can succesfully compile Lua 4.0
itself, and also with luaSockets.

As I do have only very minimal knowledge of c and c++, any pointers would
welcome.

Thx and greetings,
-Martin