Re: ver 4.0 found the BUG in WIN98 code
- Posted by bernie Oct 17, 2008
- 1113 views
mattlewis said...
bernie said...
This is what I get on WIN98 machine running WIN98 binaries.
3217040639
-2147483648
Could you try using the %x, %g and %f formats? Maybe also try poking it into memory, and peeking it out to see what it looks like. Since the '?' operator seems to give the correct result,
This value is suspicious, because the -2147483648 is 0x80000000, which is the mask that euphoria uses to identify a sequence.
I'm on XP, and I haven't found a way to duplicate this (it's a build with MANAGED_MEM turned on, BTW).
Matt
%x returns
3217040639
80000000
%g returns
3217040639
3.21704e+09
%f returns
3217040639
3217040639.000000