<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CRC32 (Cyclic Redundency Check)</title>
	<atom:link href="http://www.delphitips.net/2008/01/01/crc32-cyclic-redundency-check/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delphitips.net/2008/01/01/crc32-cyclic-redundency-check/</link>
	<description>...free Delphi tips &#38; source code repository</description>
	<lastBuildDate>Thu, 22 Sep 2011 09:38:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.delphitips.net/2008/01/01/crc32-cyclic-redundency-check/comment-page-1/#comment-14</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 08 Sep 2008 16:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphitips.net/2008/01/01/crc32-cyclic-redundency-check/#comment-14</guid>
		<description>to gord: The problem is here, on the web, not with the code itself. Source code highlighter on my blog page interprets &lt;&gt; as an HTML tag and replace it with &lt; character. Myabe even here in comment section it will be &quot;converted&quot;. Anyway, the correct part of code should be like this:

if crc&lt;&gt;0 then...</description>
		<content:encoded><![CDATA[<p>to gord: The problem is here, on the web, not with the code itself. Source code highlighter on my blog page interprets <> as an HTML tag and replace it with &lt; character. Myabe even here in comment section it will be &#8220;converted&#8221;. Anyway, the correct part of code should be like this:</p>
<p>if crc<>0 then&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gord</title>
		<link>http://www.delphitips.net/2008/01/01/crc32-cyclic-redundency-check/comment-page-1/#comment-13</link>
		<dc:creator>gord</dc:creator>
		<pubDate>Mon, 08 Sep 2008 03:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphitips.net/2008/01/01/crc32-cyclic-redundency-check/#comment-13</guid>
		<description>Great tip. However:

code:

if crc&lt;&gt;0 then ShowMessage(IntToHex(crc,6));

build:

[Error] Unit1.pas(124): Illegal character in input file: &#039;&amp;&#039; ($26)

on both d5 and d7</description>
		<content:encoded><![CDATA[<p>Great tip. However:</p>
<p>code:</p>
<p>if crc&lt;&gt;0 then ShowMessage(IntToHex(crc,6));</p>
<p>build:</p>
<p>[Error] Unit1.pas(124): Illegal character in input file: &#8216;&amp;&#8217; ($26)</p>
<p>on both d5 and d7</p>
]]></content:encoded>
	</item>
</channel>
</rss>

