<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Managed DirectX C# Graphics Tutorial 1: Getting Started</title>
	<atom:link href="http://gregs-blog.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregs-blog.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/</link>
	<description>A Blog about Graphics Programming, Game Programming, Tips and Tricks</description>
	<lastBuildDate>Mon, 16 Jan 2012 05:05:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: ashton</title>
		<link>http://gregs-blog.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-2432</link>
		<dc:creator><![CDATA[ashton]]></dc:creator>
		<pubDate>Fri, 02 Dec 2011 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://gregdolleysblog.wordpress.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-2432</guid>
		<description><![CDATA[private Device m_device = null;  //Device says its missing reference :(?]]></description>
		<content:encoded><![CDATA[<p>private Device m_device = null;  //Device says its missing reference <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tutoriale cs</title>
		<link>http://gregs-blog.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-2311</link>
		<dc:creator><![CDATA[tutoriale cs]]></dc:creator>
		<pubDate>Sat, 13 Aug 2011 18:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://gregdolleysblog.wordpress.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-2311</guid>
		<description><![CDATA[&lt;strong&gt;pluginuri CS...&lt;/strong&gt;

Managed DirectX C# Graphics Tutorial 1: Getting Started &#171; Greg Dolley&#8217;s Weblog...]]></description>
		<content:encoded><![CDATA[<p><strong>pluginuri CS&#8230;</strong></p>
<p>Managed DirectX C# Graphics Tutorial 1: Getting Started &laquo; Greg Dolley&#8217;s Weblog&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SonicMisora</title>
		<link>http://gregs-blog.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-2262</link>
		<dc:creator><![CDATA[SonicMisora]]></dc:creator>
		<pubDate>Tue, 05 Jul 2011 00:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://gregdolleysblog.wordpress.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-2262</guid>
		<description><![CDATA[good, I love this.
but i found i couldn&#039;t load this library in .NET Framework 4.]]></description>
		<content:encoded><![CDATA[<p>good, I love this.<br />
but i found i couldn&#8217;t load this library in .NET Framework 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://gregs-blog.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-2236</link>
		<dc:creator><![CDATA[mark]]></dc:creator>
		<pubDate>Fri, 20 May 2011 08:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://gregdolleysblog.wordpress.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-2236</guid>
		<description><![CDATA[Many are probably already aware, but I wasn&#039;t able to run this in debug mode in visual studio 2010 at first under win7, it just would hang indefinitely while trying to start the debugger.  Running visual studio as administrator solved the problem, hope that saves some time for people who encounter the same problem.]]></description>
		<content:encoded><![CDATA[<p>Many are probably already aware, but I wasn&#8217;t able to run this in debug mode in visual studio 2010 at first under win7, it just would hang indefinitely while trying to start the debugger.  Running visual studio as administrator solved the problem, hope that saves some time for people who encounter the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josema</title>
		<link>http://gregs-blog.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-2191</link>
		<dc:creator><![CDATA[josema]]></dc:creator>
		<pubDate>Tue, 08 Mar 2011 15:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://gregdolleysblog.wordpress.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-2191</guid>
		<description><![CDATA[Hi!
Thanks for these tutorials. They are very helpful for beginners like me.
I found one issue: &quot;Mixed mode assembly is built against version&quot;, 
but I solved it thanks to this post 
(http://social.msdn.microsoft.com/Forums/eu/vcgeneral/thread/5d1186ec-ad55-4929-b1e4-8806cdc758af)
, in case anybody else found the same thing.

Thanks again and keep up with this good work!]]></description>
		<content:encoded><![CDATA[<p>Hi!<br />
Thanks for these tutorials. They are very helpful for beginners like me.<br />
I found one issue: &#8220;Mixed mode assembly is built against version&#8221;,<br />
but I solved it thanks to this post<br />
(<a href="http://social.msdn.microsoft.com/Forums/eu/vcgeneral/thread/5d1186ec-ad55-4929-b1e4-8806cdc758af" rel="nofollow">http://social.msdn.microsoft.com/Forums/eu/vcgeneral/thread/5d1186ec-ad55-4929-b1e4-8806cdc758af</a>)<br />
, in case anybody else found the same thing.</p>
<p>Thanks again and keep up with this good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitri</title>
		<link>http://gregs-blog.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-2009</link>
		<dc:creator><![CDATA[Dmitri]]></dc:creator>
		<pubDate>Sun, 10 Oct 2010 10:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://gregdolleysblog.wordpress.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-2009</guid>
		<description><![CDATA[Cool info for a beginner! I have x64 Vista. When set platform target as x86 works lake a charm for me! :)]]></description>
		<content:encoded><![CDATA[<p>Cool info for a beginner! I have x64 Vista. When set platform target as x86 works lake a charm for me! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai</title>
		<link>http://gregs-blog.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-1778</link>
		<dc:creator><![CDATA[Mihai]]></dc:creator>
		<pubDate>Fri, 09 Apr 2010 10:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://gregdolleysblog.wordpress.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-1778</guid>
		<description><![CDATA[Sorry! I resolved the problems. It was my fault! Excellent tutorial for a beginner!]]></description>
		<content:encoded><![CDATA[<p>Sorry! I resolved the problems. It was my fault! Excellent tutorial for a beginner!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai</title>
		<link>http://gregs-blog.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-1777</link>
		<dc:creator><![CDATA[Mihai]]></dc:creator>
		<pubDate>Fri, 09 Apr 2010 09:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://gregdolleysblog.wordpress.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-1777</guid>
		<description><![CDATA[I receive two errors:
&#039;MDX_Tutorial1.MainClass.OnPoint(System.Windows.Forms.PaintEventArgs)&#039;: no suitable method found to override
&#039;System.ApplicationException&#039; does not contain a definition for &#039;Run&#039;

What are about?]]></description>
		<content:encoded><![CDATA[<p>I receive two errors:<br />
&#8216;MDX_Tutorial1.MainClass.OnPoint(System.Windows.Forms.PaintEventArgs)&#8217;: no suitable method found to override<br />
&#8216;System.ApplicationException&#8217; does not contain a definition for &#8216;Run&#8217;</p>
<p>What are about?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pely</title>
		<link>http://gregs-blog.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-1756</link>
		<dc:creator><![CDATA[pely]]></dc:creator>
		<pubDate>Sat, 20 Mar 2010 07:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://gregdolleysblog.wordpress.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-1756</guid>
		<description><![CDATA[It&#039;s work perfect without error ! Thanks !]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s work perfect without error ! Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregd1024</title>
		<link>http://gregs-blog.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-1737</link>
		<dc:creator><![CDATA[gregd1024]]></dc:creator>
		<pubDate>Wed, 03 Mar 2010 08:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://gregdolleysblog.wordpress.com/2008/02/26/managed-directx-c-graphics-tutorial-1-getting-started/#comment-1737</guid>
		<description><![CDATA[Mark - cool, thanks for the info. :-)]]></description>
		<content:encoded><![CDATA[<p>Mark &#8211; cool, thanks for the info. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

