Re: New release of IntToStr and Sort Benchmark and validation tools



> If you place a breakpoint on the line:-
>
> for I := Low(Integer) to High(Integer) do
>
> Lo(Integer) should be -2147483648
>
> and
>
> High(Integer) should be 2147483647
>
> Is this the case under D5/D6?
>
> I vaguely remember having to cast the values into DWORD's instead, a
> long time ago.

I vaguely recall very bad experience with unsigned loop counter
variables, but i don't know if that's Delpih 7 or if it was Delphi 4.

I should probably replace this with a while loop, even though it
compiles and works fine in Delphi 7.
.