lua-users home
lua-l archive

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


KHMan wrote:

> Fascinating, I tried the just-announced LuaDist 0.9.5/Windows-x86
> (MinGW) with the bit.dll built for it, and bit.cast(0xffffffff) returned
> -1, bit.cast(0x80000001) returned -2147483647 and so on. Appears to
> work... What compiler did you use?
> 

Watcom
Not built a mingw setup for this version of Lua.

Just to really put the cat amongst, this is static lib with register
calling, nothing to do with dynamic libs. Has it's own .h

I could go local linked, makes it easier to trace debug. Any idea what
we are looking for?