Hi all,
I am just wondering if this is a bug: Can anyone tell me why I get a
"range check error while evaluating constants" with the following simple
program:
<code>
program Project1;
const
MyVar : UInt64 = $FFFFFFFFFFFFFFFF; // 4 x 2 Bytes or 4 Words
begin
end.
</code>
In Delphi this compiles without warnings/errors even with range checking
enabled.
Ruediger
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal