Bernhard Geyer
Member²
When NONVISUAL is defined, the application can't be compiled when rangechecks are active.
It stop on the line
TColor = $80000000..$7FFFFFFF;
This must be changed to
TColor = -$7FFFFFFF..$7FFFFFFF;
It stop on the line
TColor = $80000000..$7FFFFFFF;
This must be changed to
TColor = -$7FFFFFFF..$7FFFFFFF;