Menu

#6 XE7 fix

v1.0_(example)
open
nobody
None
1
2015-08-21
2015-08-21
No

In XE7 I get this compilation error:

[dcc32 Error] HtmlReader.pas(602): E2010 Incompatible types: 'Integer' and 'TStringSplitOptions'

Line 602 looks like this:

FNodeType := NONE;

XE7 thinks that System.SysUtils.TStringSplitOptions.None is meant, so my fix was to change line 602 to:

FNodeType := DomCore.NONE;

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.