<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 6: XE7 fix</title><link>https://sourceforge.net/p/htmlp/bugs/6/</link><description>Recent changes to 6: XE7 fix</description><atom:link href="https://sourceforge.net/p/htmlp/bugs/6/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 21 Aug 2015 11:14:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/htmlp/bugs/6/feed.rss" rel="self" type="application/rss+xml"/><item><title>XE7 fix</title><link>https://sourceforge.net/p/htmlp/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In XE7 I get this compilation error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;[dcc32 Error]&lt;/span&gt; HtmlReader.pas(602): E2010 Incompatible types: 'Integer' and 'TStringSplitOptions'&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Line 602 looks like this:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;FNodeType := NONE;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;XE7 thinks that System.SysUtils.TStringSplitOptions.None is meant, so my fix was to change line 602 to:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;FNodeType := DomCore.NONE;
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wouter van Nifterick</dc:creator><pubDate>Fri, 21 Aug 2015 11:14:37 -0000</pubDate><guid>https://sourceforge.netb29f8f6da1c12eb4f1ed786d71e6f83f33654109</guid></item></channel></rss>