lua-users home
lua-l archive

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


> -----Message d'origine-----
 [...]
> A few things have changed since beta that we'd like to test in the wild.

As a note, I see 'k, m = collectgarbage("count")' now returns only one
value, but this difference is not mentioned in '§ 8.1 ? Changes in the
Language'. 

This RC4 version compiled and tested successfully in my application (MSVC VC
2010 64 bits.)

#define LUA_COMPAT_MODULE
#define LUA_USE_WINDOWS
#define LUA_NOCVTN2S
#define LUA_NOCVTS2N

-- Charles