<?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: vhdTools v0.3.1 Released</title>
	<atom:link href="http://kelley.ca/wordpress/2006/11/30/vhdtools-v031-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://kelley.ca/wordpress/2006/11/30/vhdtools-v031-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vhdtools-v031-released</link>
	<description>The incoherent babblings of Little John</description>
	<lastBuildDate>Sun, 14 Nov 2010 16:53:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Dav</title>
		<link>http://kelley.ca/wordpress/2006/11/30/vhdtools-v031-released/comment-page-1/#comment-9079</link>
		<dc:creator>Dav</dc:creator>
		<pubDate>Sat, 24 Feb 2007 21:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelley.ca/wordpress/2006/11/30/vhdtools-v031-released/#comment-9079</guid>
		<description>Congratulations for this program, I was looking for something like this. 
Now one question: Are you evaluating wrong parameters given by the user from the console? If not this probably a bug: when i typped &quot;vhdConvert -help&quot; the aplication did terminate in an unusual way... So well, i&#039;ll give you the job of making a default routine for handling unexpected parameters :) .
Well for now i do not have anything else to say you, so again thanks for your hard work.</description>
		<content:encoded><![CDATA[<p>Congratulations for this program, I was looking for something like this.<br />
Now one question: Are you evaluating wrong parameters given by the user from the console? If not this probably a bug: when i typped &#8220;vhdConvert -help&#8221; the aplication did terminate in an unusual way&#8230; So well, i&#8217;ll give you the job of making a default routine for handling unexpected parameters <img src='http://kelley.ca/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .<br />
Well for now i do not have anything else to say you, so again thanks for your hard work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://kelley.ca/wordpress/2006/11/30/vhdtools-v031-released/comment-page-1/#comment-5840</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 10 Jan 2007 18:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelley.ca/wordpress/2006/11/30/vhdtools-v031-released/#comment-5840</guid>
		<description>Thanks for the heads up Seppo - it&#039;s all fixed now.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up Seppo &#8211; it&#8217;s all fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seppo</title>
		<link>http://kelley.ca/wordpress/2006/11/30/vhdtools-v031-released/comment-page-1/#comment-5838</link>
		<dc:creator>Seppo</dc:creator>
		<pubDate>Wed, 10 Jan 2007 18:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelley.ca/wordpress/2006/11/30/vhdtools-v031-released/#comment-5838</guid>
		<description>Not related to this blog entry, but I entered your site via the amd64 page (www.kelley.ca/amd64/), where you have putty x64 and that some other software I&#039;ve never heard of. Anyways, the link for FileDisk points to a dubious site... Needs cleanup.</description>
		<content:encoded><![CDATA[<p>Not related to this blog entry, but I entered your site via the amd64 page (www.kelley.ca/amd64/), where you have putty x64 and that some other software I&#8217;ve never heard of. Anyways, the link for FileDisk points to a dubious site&#8230; Needs cleanup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://kelley.ca/wordpress/2006/11/30/vhdtools-v031-released/comment-page-1/#comment-4761</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 12 Dec 2006 23:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelley.ca/wordpress/2006/11/30/vhdtools-v031-released/#comment-4761</guid>
		<description>Yeah I&#039;m now using uint64_t where I need 64bit unsigned integers. I usually use this style of typing but bowed to size_t to get rid of some warnings with the mistaken assumption that it was 64-bit - who knows where I got that thought from.</description>
		<content:encoded><![CDATA[<p>Yeah I&#8217;m now using uint64_t where I need 64bit unsigned integers. I usually use this style of typing but bowed to size_t to get rid of some warnings with the mistaken assumption that it was 64-bit &#8211; who knows where I got that thought from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Phu</title>
		<link>http://kelley.ca/wordpress/2006/11/30/vhdtools-v031-released/comment-page-1/#comment-4760</link>
		<dc:creator>Bill Phu</dc:creator>
		<pubDate>Tue, 12 Dec 2006 22:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelley.ca/wordpress/2006/11/30/vhdtools-v031-released/#comment-4760</guid>
		<description>haha.  you&#039;re right, size_t isn&#039;t 64-bit - but that depends on the compiler!  It&#039;s unsigned long, by default.   I think that most compilers interpret &#039;long&#039; to be 32-bit, but that&#039;s not guaranteed.  I am surprised you&#039;re not abstracting the data types even more so that there&#039;s never any ambiguity  - in case you actually want to start porting your code ;-)</description>
		<content:encoded><![CDATA[<p>haha.  you&#8217;re right, size_t isn&#8217;t 64-bit &#8211; but that depends on the compiler!  It&#8217;s unsigned long, by default.   I think that most compilers interpret &#8216;long&#8217; to be 32-bit, but that&#8217;s not guaranteed.  I am surprised you&#8217;re not abstracting the data types even more so that there&#8217;s never any ambiguity  &#8211; in case you actually want to start porting your code <img src='http://kelley.ca/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

