var

var
c: Char;
begin
case c of
Char(#$C0)..Char(#$D6) : begin end;
end;

Why I get error:

[dcc32 Error] E2011 Low bound exceeds high bound

on Delphi Tokyo?

Comments

  1. Jeroen Wiert Pluimers high or low, it's an explicit value. should $80 be a high-byte with a value that depends on the weather ?

    ReplyDelete
  2. Paul TOTH that's life with ANSI character sets. You can out that behind you with the directive.

    ReplyDelete
  3. Anybody happen to know how this sh...tuff works in FP / Lazarus?

    ReplyDelete

Post a Comment