<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Problem installing allegro 5 on vs 2012</title>
		<link>http://www.allegro.cc/forums/view/611478</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Sat, 01 Dec 2012 21:59:23 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Here is my original question: <a href="http://stackoverflow.com/questions/13490085/cant-build-allegro-5-solution-in-msvc-2012">http://stackoverflow.com/questions/13490085/cant-build-allegro-5-solution-in-msvc-2012</a></p><p>I should have posted it here initially but w/e.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (skypower)</author>
		<pubDate>Wed, 21 Nov 2012 19:32:26 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;ve also had this problem with installing Allegro on MSVC 2010</p><p>The EXACT problem actually, with the same errors and everything.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (dauntingButtons)</author>
		<pubDate>Wed, 21 Nov 2012 22:49:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="source-code snippet"><div class="inner"><pre><span class="p">#define ALLEGRO_STATICLINK</span>
</pre></div></div><p>

Before you include any Allegro headers.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Trent Gamblin)</author>
		<pubDate>Wed, 21 Nov 2012 23:32:46 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I tried that but still get the errors.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (dauntingButtons)</author>
		<pubDate>Thu, 22 Nov 2012 00:07:11 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Are you selecting the same runtime as all of your libs (including Allegro)? It&#39;s in C/C++ options-&gt;Code generation.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Trent Gamblin)</author>
		<pubDate>Thu, 22 Nov 2012 00:39:09 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I used the &quot;#define ALLEGRO_STATICLINK&quot; but no luck.</p><p>In my code generation options, in the field &quot;Basic runtime checks&quot; there is a &quot;both&quot; value assigned. In the runtime library field, there is &quot;multi-threaded debug DLL&quot;.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (skypower)</author>
		<pubDate>Thu, 22 Nov 2012 16:03:46 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Make sure you link to the right Allegro library. For multithreaded debug I think it&#39;s called &quot;allegro-&lt;version&gt;-md-debug&quot;. Sounds like you might be linking the &quot;mt&quot; version.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Trent Gamblin)</author>
		<pubDate>Thu, 22 Nov 2012 21:18:29 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Finally!</p><p>The problem was not the md (I already had it like that) but specifing the allegro version:</p><p>From 5.0.? to 5.0.7</p><p>Thanks for helping!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (skypower)</author>
		<pubDate>Fri, 23 Nov 2012 01:03:57 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Yeah that was the fix. Thanks dude.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (dauntingButtons)</author>
		<pubDate>Fri, 23 Nov 2012 02:46:21 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Ooh, that can kinda be considered my fault. When I added info on how to statically link to that article, I replaced all instances of &quot;5.0.6&quot; by &quot;5.0.?&quot;, so the tutorial wouldn&#39;t look like it only works for A5.0.6. But to be honest, I don&#39;t think it&#39;d be hard to understand that the question mark was meant to be replaced. But hey, if anyone has any idea on a better method than a question mark, feel free to say it!
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (André Silva)</author>
		<pubDate>Sun, 25 Nov 2012 00:25:14 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>5.0.X
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Arthur Kalliokoski)</author>
		<pubDate>Sun, 25 Nov 2012 00:26:14 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>5.0.SUBMINORVERSIONNUMBERHERE</p><p><img src="http://www.allegro.cc/forums/smileys/grin.gif" alt=";D" /></p><p>Or really just: &quot;5.0.x (where x is the sub minor version number of the version of allegro you are using)&quot; or something like that.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Sun, 25 Nov 2012 00:50:33 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I was gonna go with 5.0.X, but I figured someone might eventually think it&#39;s referring to a new version. Like uh... I think Genecyst&#39;s last version is X.X.X. Of course this likely wouldn&#39;t happen with Allegro, with <span class="source-code"><a href="http://www.allegro.cc/manual/al_get_allegro_version"><span class="a">al_get_allegro_version</span></a><span class="k2">(</span><span class="k2">)</span></span> and all.<br />But I&#39;ll change it all the same, and add a small warning.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (André Silva)</author>
		<pubDate>Sat, 01 Dec 2012 21:59:23 +0000</pubDate>
	</item>
</rss>
