By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!I have found this in 12.00.42 x64 on Win 7 pro> Using Windows XP Pro, SP3,
>
> TCC 11.00.52 :
>> echo %@eval[0x04a0bd]
> 303293
>
> (with or without the leading 0 after the 0x)
>
>
> TCC 12.00.42 :
>> echo %@eval[0x4a0bd]
> TCC: Syntax error "0x4a0bd"
>
> (with or without a leading 0 after the 0x)
>
>
>
>
>
I believe I've narrowed it down to the occurrence of the string "0b" or "0B" within the hexadecimal digit string following the "0x".Using Windows XP Pro, SP3,
TCC 11.00.52 :
>echo %@eval[0x04a0bd]
303293
(with or without the leading 0 after the 0x)
TCC 12.00.42 :
> echo %@eval[0x4a0bd]
TCC: Syntax error "0x4a0bd"
(with or without a leading 0 after the 0x)
Tested with precision set to 0.10 and also 1.20.
> TCC: Syntax error "0x4a0bd"
Thanks for the quick action, Rex. Unfortunately, using Help-->Update told me I already had the latest version, and a new download gave me build 42 again, which still has the error.Fixed in build 43. (@EVAL was confused about the "0B" and thought it was a
binary number.)
Thanks for the quick action, Rex. Unfortunately, using Help-->Update told me I already had the latest version, and a new download gave me build 42 again, which still has the error.
Ah, sorry. I was lacking sleep and judgment when I wrote that.Correct, because build 43 hasn't been uploaded yet. I will make an announcement here when it is available.
Verified that this is fixed in build 44. Thanks for the fix, Rex.Fixed in build 43. (@EVAL was confused about the "0B" and thought it was a
binary number.)