<?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: Draughts Game Complete</title>
	<atom:link href="http://nexfinity.net/projects/draughts-game-complete/feed/" rel="self" type="application/rss+xml" />
	<link>http://nexfinity.net/projects/draughts-game-complete/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=draughts-game-complete</link>
	<description>A blog about life, programming and games</description>
	<lastBuildDate>Mon, 02 Nov 2009 02:00:32 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nexus</title>
		<link>http://nexfinity.net/projects/draughts-game-complete/comment-page-1/#comment-1176</link>
		<dc:creator>Nexus</dc:creator>
		<pubDate>Fri, 19 Jun 2009 05:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://nexfinity.net/?p=93#comment-1176</guid>
		<description>Hi Tubi,

I used Vim as my text editor of choice but I suspect you want to know how I compiled it all together. I used GCC to compile my code. I provided a make file with the source code that can be used to compile it all together.

Since you mentioned that you used Dev C++ I&#039;ll take a guess and say that you are using Windows. If that is the case then you&#039;ll need to do either one of two things to get it working. 

You&#039;ll need to setup SDL through Dev C++ go here to find out how, http://lazyfoo.net/SDL_tutorials/lesson01/windows/devcpp/index.php, you&#039;ll also need to setup SDL_ttf, SDL_mixer and SDL_image which is explained in a later tutorial on that same site. Once you have SDL up and running then you&#039;ll need to compile it through Dev C++. I&#039;m not sure if it will automatically resolve the file dependencies or not. If it doesn&#039;t have a look at my makefile to get an idea.

Alternatively you can install Cygwin or MinGW on your machine and then install SDL via that as detailed here http://lazyfoo.net/SDL_tutorials/lesson01/windows/mingw/index.php . You can then run my make file and presto it should compile.

Best of luck Chris

I also need to slightly touch up that code I am reincluding header files which I don&#039;t need to do. Not sure why I did that. :\</description>
		<content:encoded><![CDATA[<p>Hi Tubi,</p>
<p>I used Vim as my text editor of choice but I suspect you want to know how I compiled it all together. I used GCC to compile my code. I provided a make file with the source code that can be used to compile it all together.</p>
<p>Since you mentioned that you used Dev C++ I&#8217;ll take a guess and say that you are using Windows. If that is the case then you&#8217;ll need to do either one of two things to get it working. </p>
<p>You&#8217;ll need to setup SDL through Dev C++ go here to find out how, <a href="http://lazyfoo.net/SDL_tutorials/lesson01/windows/devcpp/index.php" rel="nofollow">http://lazyfoo.net/SDL_tutorials/lesson01/windows/devcpp/index.php</a>, you&#8217;ll also need to setup SDL_ttf, SDL_mixer and SDL_image which is explained in a later tutorial on that same site. Once you have SDL up and running then you&#8217;ll need to compile it through Dev C++. I&#8217;m not sure if it will automatically resolve the file dependencies or not. If it doesn&#8217;t have a look at my makefile to get an idea.</p>
<p>Alternatively you can install Cygwin or MinGW on your machine and then install SDL via that as detailed here <a href="http://lazyfoo.net/SDL_tutorials/lesson01/windows/mingw/index.php" rel="nofollow">http://lazyfoo.net/SDL_tutorials/lesson01/windows/mingw/index.php</a> . You can then run my make file and presto it should compile.</p>
<p>Best of luck Chris</p>
<p>I also need to slightly touch up that code I am reincluding header files which I don&#8217;t need to do. Not sure why I did that. :\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tubi</title>
		<link>http://nexfinity.net/projects/draughts-game-complete/comment-page-1/#comment-1175</link>
		<dc:creator>Tubi</dc:creator>
		<pubDate>Fri, 19 Jun 2009 03:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://nexfinity.net/?p=93#comment-1175</guid>
		<description>Hi, I just wanted to ask on what you create the code? Because I had Borland C, so i just downloaded DEV-C++. I liked that you created all objects in a new file. 
pls send me immediately your answer.
TUBI</description>
		<content:encoded><![CDATA[<p>Hi, I just wanted to ask on what you create the code? Because I had Borland C, so i just downloaded DEV-C++. I liked that you created all objects in a new file.<br />
pls send me immediately your answer.<br />
TUBI</p>
]]></content:encoded>
	</item>
</channel>
</rss>
