lua-users home
lua-l archive

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


On 14/01/2010 06:25, Enrico Colombini wrote:
Luiz Henrique de Figueiredo wrote:
Lua 5.2.0 (work2) is now available at
http://www.lua.org/work/lua-5.2.0-work2.tar.gz

Compilation both in C and C++ mode now seems to be OK with no warnings
in Dev-C++ 4.9.9.2 (mingw32), Windows XP.


Also under VC6 compiled fine (just one warning, detailed below).
I've uploaded the resulting binaries (exe and dll) here:

http://www.mediafire.com/file/mz5jdmt0rtq/lua-5.2.0-work2.vc6.msvcrt.zip

The warning is this:
lua-5.2.0-work2\src\ldo.c(412) : warning C4244: '=' : conversion from 'long ' to 'unsigned char ', possible loss of data

Regards,
Ignacio