<?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: SDL Tutorial Basics</title>
	<atom:link href="http://www.sdltutorials.com/sdl-tutorial-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sdltutorials.com/sdl-tutorial-basics/</link>
	<description>SDL Tutorials - Game Tutorials - Programming Tutorials</description>
	<lastBuildDate>Wed, 10 Mar 2010 21:10:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim Jones</title>
		<link>http://www.sdltutorials.com/sdl-tutorial-basics/comment-page-11/#comment-6919</link>
		<dc:creator>Tim Jones</dc:creator>
		<pubDate>Wed, 10 Mar 2010 21:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://devhub.lostfish.org/3/#comment-6919</guid>
		<description>Can you explain what you did to fix the problem, that might help other people in the future.</description>
		<content:encoded><![CDATA[<p>Can you explain what you did to fix the problem, that might help other people in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://www.sdltutorials.com/sdl-tutorial-basics/comment-page-11/#comment-6915</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://devhub.lostfish.org/3/#comment-6915</guid>
		<description>oops nevermind i didnt read the next part :p</description>
		<content:encoded><![CDATA[<p>oops nevermind i didnt read the next part :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Lavin</title>
		<link>http://www.sdltutorials.com/sdl-tutorial-basics/comment-page-11/#comment-6893</link>
		<dc:creator>Daniel Lavin</dc:creator>
		<pubDate>Mon, 08 Mar 2010 16:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://devhub.lostfish.org/3/#comment-6893</guid>
		<description>Ah, nevermind! I was able to fix the problem. Thanks anyway :D</description>
		<content:encoded><![CDATA[<p>Ah, nevermind! I was able to fix the problem. Thanks anyway <img src='http://www.sdltutorials.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Lavin</title>
		<link>http://www.sdltutorials.com/sdl-tutorial-basics/comment-page-11/#comment-6892</link>
		<dc:creator>Daniel Lavin</dc:creator>
		<pubDate>Mon, 08 Mar 2010 16:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://devhub.lostfish.org/3/#comment-6892</guid>
		<description>Hey. Both of the zip and rar files from the tutorial links are broken. Also, I just finished doing this tutorial, and I get some weird errors. I get &quot;error: syntax error before..&quot; and then it says its wrong.. here:

class CApp {

before CApp and {...

also before every : after private, and an error in syntax again in 
void CApp::OnEvent(SDL_Event* Event) {

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hey. Both of the zip and rar files from the tutorial links are broken. Also, I just finished doing this tutorial, and I get some weird errors. I get &#8220;error: syntax error before..&#8221; and then it says its wrong.. here:</p>
<p>class CApp {</p>
<p>before CApp and {&#8230;</p>
<p>also before every : after private, and an error in syntax again in<br />
void CApp::OnEvent(SDL_Event* Event) {</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phoff</title>
		<link>http://www.sdltutorials.com/sdl-tutorial-basics/comment-page-11/#comment-6421</link>
		<dc:creator>phoff</dc:creator>
		<pubDate>Thu, 04 Feb 2010 22:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://devhub.lostfish.org/3/#comment-6421</guid>
		<description>I found the answer to my own question. On Linux you can use &quot;sdl-config --cflags&quot; to find the path for the includes and &quot;sdl-config --libs&quot; to find the path for the libraries. Just paste the relevant info into the appropriate place and you should be good to go.</description>
		<content:encoded><![CDATA[<p>I found the answer to my own question. On Linux you can use &#8220;sdl-config &#8211;cflags&#8221; to find the path for the includes and &#8220;sdl-config &#8211;libs&#8221; to find the path for the libraries. Just paste the relevant info into the appropriate place and you should be good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phoff</title>
		<link>http://www.sdltutorials.com/sdl-tutorial-basics/comment-page-11/#comment-6420</link>
		<dc:creator>phoff</dc:creator>
		<pubDate>Thu, 04 Feb 2010 22:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://devhub.lostfish.org/3/#comment-6420</guid>
		<description>I&#039;m using Ubuntu Karmic, and I&#039;m getting &quot;undefined reference&quot; errors for all of the SDL_* functions. It seems to be finding the SDL types though, so I&#039;m assuming it&#039;s finding SDL.h (though I can&#039;t seem to figure out where it is). Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Ubuntu Karmic, and I&#8217;m getting &#8220;undefined reference&#8221; errors for all of the SDL_* functions. It seems to be finding the SDL types though, so I&#8217;m assuming it&#8217;s finding SDL.h (though I can&#8217;t seem to figure out where it is). Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jungletek</title>
		<link>http://www.sdltutorials.com/sdl-tutorial-basics/comment-page-11/#comment-6224</link>
		<dc:creator>jungletek</dc:creator>
		<pubDate>Sat, 09 Jan 2010 08:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://devhub.lostfish.org/3/#comment-6224</guid>
		<description>Nevermind... I must have typoed or forgotten something, because I cut&#039;n&#039;paste from your example after originally typing it, and it sorted itself out.</description>
		<content:encoded><![CDATA[<p>Nevermind&#8230; I must have typoed or forgotten something, because I cut&#8217;n'paste from your example after originally typing it, and it sorted itself out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jungletek</title>
		<link>http://www.sdltutorials.com/sdl-tutorial-basics/comment-page-10/#comment-6223</link>
		<dc:creator>jungletek</dc:creator>
		<pubDate>Sat, 09 Jan 2010 06:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://devhub.lostfish.org/3/#comment-6223</guid>
		<description>Hey, thanks for the tutorial. However, trying to compile leads to the following error:

In member function `void CApp::OnEvent(SDL_Event*)&#039;
error: ISO C++ forbids comparison between pointer and integer

Ideas? Using your suggested codeblocks and mingw setup.</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the tutorial. However, trying to compile leads to the following error:</p>
<p>In member function `void CApp::OnEvent(SDL_Event*)&#8217;<br />
error: ISO C++ forbids comparison between pointer and integer</p>
<p>Ideas? Using your suggested codeblocks and mingw setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Jones</title>
		<link>http://www.sdltutorials.com/sdl-tutorial-basics/comment-page-10/#comment-6186</link>
		<dc:creator>Tim Jones</dc:creator>
		<pubDate>Mon, 04 Jan 2010 12:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://devhub.lostfish.org/3/#comment-6186</guid>
		<description>Jayakumar,

It&#039;s pretty much exactly the same, except you don&#039;t need mingw32. 

RetardedProgrammer,
Thanks!</description>
		<content:encoded><![CDATA[<p>Jayakumar,</p>
<p>It&#8217;s pretty much exactly the same, except you don&#8217;t need mingw32. </p>
<p>RetardedProgrammer,<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RetardedProgrammer</title>
		<link>http://www.sdltutorials.com/sdl-tutorial-basics/comment-page-10/#comment-6178</link>
		<dc:creator>RetardedProgrammer</dc:creator>
		<pubDate>Sat, 02 Jan 2010 21:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://devhub.lostfish.org/3/#comment-6178</guid>
		<description>WOW I must say thank you so much!! Our lecturer has gone through all of it allready, but he never explained the structure. When I first saw how your code was split up in these five classes I was confused, but after going through the tutorial I understood the whole thing much better, because now I not only learned what the functions do but also what our purpose is when implementing them. Only by explaining how games are setup (the five functions) and that games are &quot;gigantic loops&quot;, you made me understand what I couldn&#039;t understand for a whole year :P
Thank you very much!!</description>
		<content:encoded><![CDATA[<p>WOW I must say thank you so much!! Our lecturer has gone through all of it allready, but he never explained the structure. When I first saw how your code was split up in these five classes I was confused, but after going through the tutorial I understood the whole thing much better, because now I not only learned what the functions do but also what our purpose is when implementing them. Only by explaining how games are setup (the five functions) and that games are &#8220;gigantic loops&#8221;, you made me understand what I couldn&#8217;t understand for a whole year <img src='http://www.sdltutorials.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
Thank you very much!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
