lua-users home
lua-l archive

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


Thanks for the quick response!
I agree with Reuben, this should be made availeable to all.

Also I just found a newer version of name loadlib (loadlib.c,v 1.2
2001/01/11 17:59:38 ana) here: http://angg.twu.net/lua-4.0/src/libdllua/
which I could actually compile without changes!!

according to the info here: http://angg.twu.net/ this is part of the CGILua
http://www.inf.puc-rio.br/~ana/

I still need to test and verify if it actually work, but so far I'm all
happy!

thx all,
-Martin


----- Original Message -----
From: "Tristan Rybak" <rybak@gorlice.top.pl>
To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
Sent: Saturday, November 21, 2020 10:41 AM
Subject: Re: Lua 4.0 and loadlib


> I made new version of loadlib for lua 4.0, based on that for lua 3.x
> If You are interested email me
> Tristan
>
> ----- Original Message -----
> From: "Martin Spernau" <martin@traumwind.de>
> To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
> Sent: Wednesday, November 21, 2001 10:32 AM
> Subject: Lua 4.0 and loadlib
>
>
> > 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
> >
> >
>
>