<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Allegro 4 + Codeblocks problem</title>
		<link>http://www.allegro.cc/forums/view/611484</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Fri, 23 Nov 2012 10:05:42 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Can anyone help with this Allegro-related StackExchange question: <a href="http://gamedev.stackexchange.com/questions/44115/full-screen-blackout-using-allegro-in-codeblocks/">Full screen blackout using allegro in codeblocks</a></p><p>My guess is it&#39;s specific to Code::Blocks (and maybe Windows). I&#39;ve never used Code::Blocks before...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (wonsungi)</author>
		<pubDate>Thu, 22 Nov 2012 14:58:51 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>This problem is in no way related to Code::Blocks.</p><p>As has been mentioned in that article, if you use GFX_AUTODETECT your program  will most likely run full screen, so use GFX_AUTODETECT_WINDOWED instead.</p><p>With that change made, your second program works exactly as expected for me.  So your issue is elsewhere, possibly with your display drivers.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Thu, 22 Nov 2012 19:47:17 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Well, is there any possibility to edit a source file in Codeblocks, but execute a different program?</p><p>This guy is an Allegro/Codeblocks newbie.</p><p>Theory:</p><ol><li><p>newbie started Codeblocks project and got his first project to run
</p></li><li><p>newbie adds second file to project, also with its own main() and END_OF_MAIN()
</p></li><li><p>newbie runs project, expecting second file to run, but first file continues to run
</p></li></ol></div>]]>
		</description>
		<author>no-reply@allegro.cc (wonsungi)</author>
		<pubDate>Fri, 23 Nov 2012 07:13:04 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>You can&#39;t have two main() functions in a C or C++ project.  Just copy the contents of the second file and paste it over the first then remove the second one from the project.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (LennyLen)</author>
		<pubDate>Fri, 23 Nov 2012 10:05:42 +0000</pubDate>
	</item>
</rss>
