[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Possible Bug in bitlib under Windows?
- From: Tim Channon <tc@...>
- Date: Fri, 12 Dec 2008 20:45:04 +0000
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?