<?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: Recheck your Version Checks</title>
	<atom:link href="http://blog.delphi-jedi.net/2009/10/24/recheck-your-version-checks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.delphi-jedi.net/2009/10/24/recheck-your-version-checks/</link>
	<description>Joint Endeavor of Delphi Innovators of Windows Programming</description>
	<lastBuildDate>Thu, 24 Nov 2011 17:58:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: murphy</title>
		<link>http://blog.delphi-jedi.net/2009/10/24/recheck-your-version-checks/comment-page-1/#comment-28126</link>
		<dc:creator>murphy</dc:creator>
		<pubDate>Sat, 24 Oct 2009 20:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delphi-jedi.net/?p=491#comment-28126</guid>
		<description>You can do this also:

if ((Win32MajorVersion*100+Win32MinorVersion)&gt;=600) then
begin
  // do stuff here
end;

This should also be safe for future versions.

Cheers, murphy</description>
		<content:encoded><![CDATA[<p>You can do this also:</p>
<p>if ((Win32MajorVersion*100+Win32MinorVersion)&gt;=600) then<br />
begin<br />
  // do stuff here<br />
end;</p>
<p>This should also be safe for future versions.</p>
<p>Cheers, murphy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Wimmer</title>
		<link>http://blog.delphi-jedi.net/2009/10/24/recheck-your-version-checks/comment-page-1/#comment-28107</link>
		<dc:creator>Christian Wimmer</dc:creator>
		<pubDate>Sat, 24 Oct 2009 11:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delphi-jedi.net/?p=491#comment-28107</guid>
		<description>Yes, thanks. I had to retype the code because the code highliter recognizes greater and smaller signs as end of code tag.</description>
		<content:encoded><![CDATA[<p>Yes, thanks. I had to retype the code because the code highliter recognizes greater and smaller signs as end of code tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Cram</title>
		<link>http://blog.delphi-jedi.net/2009/10/24/recheck-your-version-checks/comment-page-1/#comment-28105</link>
		<dc:creator>Robert Cram</dc:creator>
		<pubDate>Sat, 24 Oct 2009 10:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.delphi-jedi.net/?p=491#comment-28105</guid>
		<description>I think there is a small typo in the code. Shouldn&#039;t the first term in the boolean expression read:

(Win32MajorVersion &gt; AMajor) instead of (Win32MajorVersion &gt;= AMajor)</description>
		<content:encoded><![CDATA[<p>I think there is a small typo in the code. Shouldn&#8217;t the first term in the boolean expression read:</p>
<p>(Win32MajorVersion &gt; AMajor) instead of (Win32MajorVersion &gt;= AMajor)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

