[yunqa.de] HTMLParser install error in Delphi 2009

  • From: Jeng-jie Shen <shenjengjie@xxxxxxxxx>
  • To: yunqa@xxxxxxxxxxxxx
  • Date: Tue, 20 Jan 2009 14:13:48 +0800

I tried to install HTMLParser 5.0.0 in Delphi 2009.
When executing 'compile', the message show some error:
[DCC Error] DIUtils.pas(1499): E2072 Number of elements (256) differs
from declaration (63737)
[DCC Error] DIUtils.pas(1517): E2072 Number of elements (256) differs
from declaration (63737)
[DCC Error] DIUtils.pas(1535): E2072 Number of elements (256) differs
from declaration (63737)
[DCC Fatal Error] DIHtmlParserReg.pas(31): F2063 Could not compile
used unit 'DIUtils.pas'

they are about the following const declaration:
ANSI_LOWER_CHAR_TABLE: array[#0..#255] of AnsiChar
ANSI_UPPER_CHAR_TABLE: array[#0..#255] of AnsiChar
ANSI_REVERSE_CHAR_TABLE: array[#0..#255] of AnsiChar

Does anyone who knows how to install HTMLParser in Delphi 2009 successfully?
Please help and Thanks!
_______________________________________________
Delphi Inspiration mailing list
yunqa@xxxxxxxxxxxxx
//www.freelists.org/list/yunqa



Other related posts: