<?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: XNA Framework GameEngine Development.  (Part 1)</title>
	<atom:link href="http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/</link>
	<description>The few things I know, I like to share.</description>
	<lastBuildDate>Wed, 04 Nov 2009 15:43:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Iltar van der Berg</title>
		<link>http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-807</link>
		<dc:creator>Iltar van der Berg</dc:creator>
		<pubDate>Thu, 15 Oct 2009 19:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-807</guid>
		<description>If I&#039;m not mistaken:

if (resolutionWidth &lt;= 0 &#124;&#124; resolutionWidth &lt;= 0)
Has to be
if (resolutionWidth &lt;= 0 &#124;&#124; resolutionHeight &lt;= 0)

On line 189 of the first code part.</description>
		<content:encoded><![CDATA[<p>If I&#8217;m not mistaken:</p>
<p>if (resolutionWidth &lt;= 0 || resolutionWidth &lt;= 0)<br />
Has to be<br />
if (resolutionWidth &lt;= 0 || resolutionHeight &lt;= 0)</p>
<p>On line 189 of the first code part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-780</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Mon, 31 Aug 2009 18:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-780</guid>
		<description>Does anyone know anything about visual studio freaking out when attempting to add second xna projects to a solution?  For some reason, when I do it, visual studio says there was a corrupt memory problem.  I know my ram and hard drives are in decent condition.  When I restart the solution, both projects are there, but I&#039;m missing the content portion of the second project that was added.  I&#039;m using visual studio 2k5 professional with sp1.</description>
		<content:encoded><![CDATA[<p>Does anyone know anything about visual studio freaking out when attempting to add second xna projects to a solution?  For some reason, when I do it, visual studio says there was a corrupt memory problem.  I know my ram and hard drives are in decent condition.  When I restart the solution, both projects are there, but I&#8217;m missing the content portion of the second project that was added.  I&#8217;m using visual studio 2k5 professional with sp1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Acedia</title>
		<link>http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-608</link>
		<dc:creator>Acedia</dc:creator>
		<pubDate>Sun, 30 Nov 2008 17:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-608</guid>
		<description>I have fixed this issue by adding the reference to System.Windows.Forms in the solution explorer.</description>
		<content:encoded><![CDATA[<p>I have fixed this issue by adding the reference to System.Windows.Forms in the solution explorer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Acedia</title>
		<link>http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-607</link>
		<dc:creator>Acedia</dc:creator>
		<pubDate>Sun, 30 Nov 2008 17:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-607</guid>
		<description>I&#039;m using XNA 3.0 GSE and i have a the error

&quot;The type or namespace name &#039;Windows&#039; does not exist in the namespace &#039;System&#039; (are you missing an assembly reference&quot;	

this error comes up in my Program.cs

any suggestions</description>
		<content:encoded><![CDATA[<p>I&#8217;m using XNA 3.0 GSE and i have a the error</p>
<p>&#8220;The type or namespace name &#8216;Windows&#8217; does not exist in the namespace &#8216;System&#8217; (are you missing an assembly reference&#8221;	</p>
<p>this error comes up in my Program.cs</p>
<p>any suggestions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-605</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 26 Nov 2008 02:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-605</guid>
		<description>I have two error that i don&#039;t know how to fix,(i&#039;m a noob)
can some one help me?

error one -&#039;ReoEngine2&#039; is a &#039;namespace&#039; but is used like a &#039;type&#039; &#124; EngineManager.cs &#124;line 6 &#124;column 34

error two - Metadata file &#039;C:\Users\Rseifert\Documents\Visual Studio 2008\Projects\ReoEngine\ReoEngine\bin\x86\Debug\ReoEngine.dll&#039; could not be found</description>
		<content:encoded><![CDATA[<p>I have two error that i don&#8217;t know how to fix,(i&#8217;m a noob)<br />
can some one help me?</p>
<p>error one -&#8217;ReoEngine2&#8242; is a &#8216;namespace&#8217; but is used like a &#8216;type&#8217; | EngineManager.cs |line 6 |column 34</p>
<p>error two &#8211; Metadata file &#8216;C:\Users\Rseifert\Documents\Visual Studio 2008\Projects\ReoEngine\ReoEngine\bin\x86\Debug\ReoEngine.dll&#8217; could not be found</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TianYu</title>
		<link>http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-597</link>
		<dc:creator>TianYu</dc:creator>
		<pubDate>Mon, 17 Nov 2008 06:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-597</guid>
		<description>To pay tribute to you! 
I will always follow the course you go on learning. 
Thanks again!</description>
		<content:encoded><![CDATA[<p>To pay tribute to you!<br />
I will always follow the course you go on learning.<br />
Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roecode</title>
		<link>http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-581</link>
		<dc:creator>roecode</dc:creator>
		<pubDate>Mon, 13 Oct 2008 13:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-581</guid>
		<description>You can take a look at one of the later sections to find the source code to download.

Not certain about the subscription to replys to your comments though.  Glad you enjoy the series though.</description>
		<content:encoded><![CDATA[<p>You can take a look at one of the later sections to find the source code to download.</p>
<p>Not certain about the subscription to replys to your comments though.  Glad you enjoy the series though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guyguy</title>
		<link>http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-580</link>
		<dc:creator>guyguy</dc:creator>
		<pubDate>Sat, 11 Oct 2008 11:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-580</guid>
		<description>Hi,
I just ran into this series and wanted to say thanks for the &quot;effort for the public&quot; and the great work.
I didn&#039;t find a link to entire source code project.
Is it availabe?
If so, where/how can I get?

Thanks, and keep it up!
Guy.

BTW,
Can I subscribe to recieve email-notifications when someone replies to my comments?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I just ran into this series and wanted to say thanks for the &#8220;effort for the public&#8221; and the great work.<br />
I didn&#8217;t find a link to entire source code project.<br />
Is it availabe?<br />
If so, where/how can I get?</p>
<p>Thanks, and keep it up!<br />
Guy.</p>
<p>BTW,<br />
Can I subscribe to recieve email-notifications when someone replies to my comments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roecode</title>
		<link>http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-576</link>
		<dc:creator>roecode</dc:creator>
		<pubDate>Fri, 03 Oct 2008 14:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-576</guid>
		<description>That is Microsoft Visio.</description>
		<content:encoded><![CDATA[<p>That is Microsoft Visio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari</title>
		<link>http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-575</link>
		<dc:creator>Ari</dc:creator>
		<pubDate>Fri, 03 Oct 2008 14:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://roecode.wordpress.com/2008/01/09/xna-framework-gameengine-development-part-1/#comment-575</guid>
		<description>I recently ran across this series and have found the information you&#039;re providing very helpful to a project I am currently working on. One thing I am wondering is what program you used to generate the diagram at the top of this article.
Thank you for your time!</description>
		<content:encoded><![CDATA[<p>I recently ran across this series and have found the information you&#8217;re providing very helpful to a project I am currently working on. One thing I am wondering is what program you used to generate the diagram at the top of this article.<br />
Thank you for your time!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
