<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>[Help] How to incorporate the sprites inside the .exe.</title>
		<link>http://www.allegro.cc/forums/view/612055</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Tue, 19 Feb 2013 18:32:25 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>How can I put all the sprites inside the .exe file so that the game is only the .exe insted of the .exe and the folder with all the sprites and sfx?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Igorrr)</author>
		<pubDate>Sun, 17 Feb 2013 00:50:59 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p><a href="http://code.google.com/p/bin2h/">http://code.google.com/p/bin2h/</a></p><p>Basically you convert the data to an array in C. You&#39;ll need to provide your own custom loading routines, but that&#39;s not too hard to do.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (beoran)</author>
		<pubDate>Sun, 17 Feb 2013 00:53:29 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://www.allegro.cc/forums/thread/612055/976832#target">beoran</a> said:</div><div class="quote"><p> You&#39;ll need to provide your own custom loading routines, but that&#39;s not too hard to do.</p></div></div><p>You use the memfile addon for this (<span class="source-code"><a href="http://www.allegro.cc/manual/al_open_memfile"><span class="a">al_open_memfile</span></a></span>).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (SiegeLord)</author>
		<pubDate>Sun, 17 Feb 2013 03:00:46 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Sorry but I don&#39;t really get, what am I supose to do with the array I get from bin2h?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Igorrr)</author>
		<pubDate>Sun, 17 Feb 2013 06:15:48 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Pass it as the first argument of <span class="source-code"><a href="http://www.allegro.cc/manual/al_open_memfile"><span class="a">al_open_memfile</span></a></span>.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (SiegeLord)</author>
		<pubDate>Sun, 17 Feb 2013 07:05:31 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;m currently using Allegro 4 and that function doesn&#39;t exist. Is there any other function for this?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Igorrr)</author>
		<pubDate>Tue, 19 Feb 2013 17:30:51 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Allegro 4 has its own data file format that you can use.  And there&#39;a a tool called exedat that adds the data file to the executable.</p><p>EDIT: Look at the examples, etc.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (torhu)</author>
		<pubDate>Tue, 19 Feb 2013 18:30:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>With Allegro 4, the simplest is to store all the resources in a datafile, and then for release you use the exedat utility to append the datafile at the end of the executable. See example &quot;exexedat.c&quot;
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Audric)</author>
		<pubDate>Tue, 19 Feb 2013 18:32:25 +0000</pubDate>
	</item>
</rss>
