<?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 for rajorshi.net</title>
	<atom:link href="http://rajorshi.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rajorshi.net/blog</link>
	<description>My musings on life, movies and technology</description>
	<lastBuildDate>Tue, 17 Aug 2010 14:11:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Using Qt 4.4 opensource with Microsoft Visual C++ Express 2008 by plz guide me</title>
		<link>http://rajorshi.net/blog/2009/01/using-qt-with-msvc-express-2008/comment-page-1/#comment-5222</link>
		<dc:creator>plz guide me</dc:creator>
		<pubDate>Tue, 17 Aug 2010 14:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://rajorshi.net/blog/?p=41#comment-5222</guid>
		<description>sir

i want to know how to use gmp in c prog to implement rsa algo.

i .e. instalation procedure or copying files in windows plotform 

plz reply soon sir 
waiting for ur reply</description>
		<content:encoded><![CDATA[<p>sir</p>
<p>i want to know how to use gmp in c prog to implement rsa algo.</p>
<p>i .e. instalation procedure or copying files in windows plotform </p>
<p>plz reply soon sir<br />
waiting for ur reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Qt 4.4 opensource with Microsoft Visual C++ Express 2008 by dusty</title>
		<link>http://rajorshi.net/blog/2009/01/using-qt-with-msvc-express-2008/comment-page-1/#comment-5186</link>
		<dc:creator>dusty</dc:creator>
		<pubDate>Tue, 10 Aug 2010 23:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://rajorshi.net/blog/?p=41#comment-5186</guid>
		<description>Fantastic tutorial. :D

I read that *.dlls could only be linked to Qt if compiled in the proper compiler ie. GCC *.dll for GCC compiler etc. This makes life a lot easier for windows users making use of native *.dlls.

Nice tip for setting the correct build command line. I just couldn&#039;t get that bit working.

(Noob and proud of it... we all start somewhere ;)</description>
		<content:encoded><![CDATA[<p>Fantastic tutorial. <img src='http://rajorshi.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>I read that *.dlls could only be linked to Qt if compiled in the proper compiler ie. GCC *.dll for GCC compiler etc. This makes life a lot easier for windows users making use of native *.dlls.</p>
<p>Nice tip for setting the correct build command line. I just couldn&#8217;t get that bit working.</p>
<p>(Noob and proud of it&#8230; we all start somewhere <img src='http://rajorshi.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Programming for multicore: An introduction to OpenMP using GCC-4.4 by John</title>
		<link>http://rajorshi.net/blog/2009/05/programming-for-multicore-introduction-openmp-gcc/comment-page-1/#comment-5183</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 10 Aug 2010 08:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://rajorshi.net/blog/?p=52#comment-5183</guid>
		<description>I got some gomp examples going as executables, but the parallel for loop variables don&#039;t increment properly when implemented in Windows DLL code!?</description>
		<content:encoded><![CDATA[<p>I got some gomp examples going as executables, but the parallel for loop variables don&#8217;t increment properly when implemented in Windows DLL code!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Qt 4.4 opensource with Microsoft Visual C++ Express 2008 by jack</title>
		<link>http://rajorshi.net/blog/2009/01/using-qt-with-msvc-express-2008/comment-page-1/#comment-5142</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Mon, 02 Aug 2010 08:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://rajorshi.net/blog/?p=41#comment-5142</guid>
		<description>hey rajorshi, thanks for the tut. but i cant compile it either. dunno what&#039;s the problem :(</description>
		<content:encoded><![CDATA[<p>hey rajorshi, thanks for the tut. but i cant compile it either. dunno what&#8217;s the problem <img src='http://rajorshi.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Qt 4.4 opensource with Microsoft Visual C++ Express 2008 by rajorshi</title>
		<link>http://rajorshi.net/blog/2009/01/using-qt-with-msvc-express-2008/comment-page-1/#comment-5134</link>
		<dc:creator>rajorshi</dc:creator>
		<pubDate>Sat, 31 Jul 2010 13:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://rajorshi.net/blog/?p=41#comment-5134</guid>
		<description>@johnnyturbo3 - that just means you won&#039;t be able to debug your binary. It&#039;s not a problem at all. If you would like to include debugging symbols, be sure to include the appropriate flags to your compiler (&#039;/Zi&#039; etc).</description>
		<content:encoded><![CDATA[<p>@johnnyturbo3 &#8211; that just means you won&#8217;t be able to debug your binary. It&#8217;s not a problem at all. If you would like to include debugging symbols, be sure to include the appropriate flags to your compiler (&#8216;/Zi&#8217; etc).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Qt 4.4 opensource with Microsoft Visual C++ Express 2008 by johnnyturbo3</title>
		<link>http://rajorshi.net/blog/2009/01/using-qt-with-msvc-express-2008/comment-page-1/#comment-5123</link>
		<dc:creator>johnnyturbo3</dc:creator>
		<pubDate>Fri, 30 Jul 2010 08:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://rajorshi.net/blog/?p=41#comment-5123</guid>
		<description>Hi,

Thanks for this tutorial, it&#039;s been a great help to me.

Qt works - but I get a message when I compile and debug:

&quot;Debug information for &#039;Hello.exe&#039; cannot be found or does not match.  Binary was not built with debug information.&quot;

It then asks whether to carry on, and everything runs fine.

I was wondering if this may become a problem further down the line?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for this tutorial, it&#8217;s been a great help to me.</p>
<p>Qt works &#8211; but I get a message when I compile and debug:</p>
<p>&#8220;Debug information for &#8216;Hello.exe&#8217; cannot be found or does not match.  Binary was not built with debug information.&#8221;</p>
<p>It then asks whether to carry on, and everything runs fine.</p>
<p>I was wondering if this may become a problem further down the line?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cube B33HD Review Part 2: A look at a Chinese Portable Media Player by Sourya</title>
		<link>http://rajorshi.net/blog/2010/06/cube-b33hd-review-2/comment-page-1/#comment-4811</link>
		<dc:creator>Sourya</dc:creator>
		<pubDate>Tue, 08 Jun 2010 04:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://rajorshi.net/blog/?p=94#comment-4811</guid>
		<description>Order diye diyechhi....</description>
		<content:encoded><![CDATA[<p>Order diye diyechhi&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cube B33HD Review Part 2: A look at a Chinese Portable Media Player by rajorshi</title>
		<link>http://rajorshi.net/blog/2010/06/cube-b33hd-review-2/comment-page-1/#comment-4792</link>
		<dc:creator>rajorshi</dc:creator>
		<pubDate>Sun, 06 Jun 2010 08:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://rajorshi.net/blog/?p=94#comment-4792</guid>
		<description>@Sujai: The battery life is approx 4-5 hours of video. And hey, these models already support English. Also, they support SRT/SUB subtitles while watching movies. At 3k, they&#039;re a very good deal IMHO.

@Sunny: Thanks so much for the comment. Yes, as I said, most of us are not even aware that such products exist. Video players with an 800x480 screen supporting most common formats, along with subtitle suport - at a Rs 3000 price point - something unheard of in this part of the world.</description>
		<content:encoded><![CDATA[<p>@Sujai: The battery life is approx 4-5 hours of video. And hey, these models already support English. Also, they support SRT/SUB subtitles while watching movies. At 3k, they&#8217;re a very good deal IMHO.</p>
<p>@Sunny: Thanks so much for the comment. Yes, as I said, most of us are not even aware that such products exist. Video players with an 800&#215;480 screen supporting most common formats, along with subtitle suport &#8211; at a Rs 3000 price point &#8211; something unheard of in this part of the world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cube B33HD Review Part 2: A look at a Chinese Portable Media Player by Sunny</title>
		<link>http://rajorshi.net/blog/2010/06/cube-b33hd-review-2/comment-page-1/#comment-4790</link>
		<dc:creator>Sunny</dc:creator>
		<pubDate>Sun, 06 Jun 2010 07:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://rajorshi.net/blog/?p=94#comment-4790</guid>
		<description>Thanks for this detailed and well made review. I hope this will help others to discover these amazing Chinese electronic gadgets overshadowed by mainstream overprices brands. 

BTW. I think this most be one of the very first deep review on B33HD, thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for this detailed and well made review. I hope this will help others to discover these amazing Chinese electronic gadgets overshadowed by mainstream overprices brands. </p>
<p>BTW. I think this most be one of the very first deep review on B33HD, thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cube B33HD Review Part 2: A look at a Chinese Portable Media Player by Sujai</title>
		<link>http://rajorshi.net/blog/2010/06/cube-b33hd-review-2/comment-page-1/#comment-4789</link>
		<dc:creator>Sujai</dc:creator>
		<pubDate>Sun, 06 Jun 2010 07:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://rajorshi.net/blog/?p=94#comment-4789</guid>
		<description>Looks very nice. If its coming to approx 3K nice value for money.
 BTW, how is the battery life ? And do we have models supporting English? 
 I would think of buying one for watching my CSI/Fringe episodes on the go :)

-Sujai.</description>
		<content:encoded><![CDATA[<p>Looks very nice. If its coming to approx 3K nice value for money.<br />
 BTW, how is the battery life ? And do we have models supporting English?<br />
 I would think of buying one for watching my CSI/Fringe episodes on the go <img src='http://rajorshi.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Sujai.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
