<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Partical systems</title>
		<link>http://www.allegro.cc/forums/view/591103</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Mon, 23 Apr 2007 14:41:24 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hello</p><p>Can anyone please point me to a tutorial on particle systems using allegro I have tried this one: <br /><a href="http://pixwiki.bafsoft.com/wiki/index.php/Issue2:ParticleTutorial">http://pixwiki.bafsoft.com/wiki/index.php/Issue2:ParticleTutorial</a> <br />( but for some reason it wont compile )
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (meinaW)</author>
		<pubDate>Sat, 21 Apr 2007 08:23:07 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>what exactly is the problem?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ixilom)</author>
		<pubDate>Sat, 21 Apr 2007 09:21:18 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hi meinaW,</p><p>it would be nice, if you could post the compiler errors. I think you had just minor mistake in you code.</p><p>greetz <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Marcel)</author>
		<pubDate>Sat, 21 Apr 2007 17:06:17 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Sorry that i hvnt answered in a while (i got tight school work heading into exams)</p><p>anyways these are the compiler errors that i get:</p><p>tmp-&gt;x = float(rand()%(SCREEN_W+40))-20; <br />conversion from `double&#39; to non-scalar type `fix&#39; requested </p><p>tmp-&gt;dx = r*sin(direction);<br />conversion from `double&#39; to non-scalar type `fix&#39; requested </p><p>i use dev-c++ on windows
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (meinaW)</author>
		<pubDate>Mon, 23 Apr 2007 13:18:22 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;d write the first one like this instead (but I don&#39;t know if that solves the problem):
</p><div class="source-code snippet"><div class="inner"><pre>tmp-&gt;x <span class="k3">=</span> <span class="k2">(</span><span class="k1">float</span><span class="k2">)</span><span class="k2">(</span><a href="http://www.delorie.com/djgpp/doc/libc/libc_637.html" target="_blank">rand</a><span class="k2">(</span><span class="k2">)</span>%<span class="k2">(</span><a href="http://www.allegro.cc/manual/SCREEN_W" target="_blank"><span class="a">SCREEN_W</span></a> <span class="k3">+</span> <span class="n">40</span><span class="k2">)</span><span class="k2">)</span> <span class="k3">-</span> <span class="n">20</span><span class="k2">;</span>
</pre></div></div><p>

The second one should be solved by including math.h.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Johan Peitz)</author>
		<pubDate>Mon, 23 Apr 2007 14:29:57 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Thanks Johan Peitz</p><p>adding math.h solved both errors
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (meinaW)</author>
		<pubDate>Mon, 23 Apr 2007 14:41:24 +0000</pubDate>
	</item>
</rss>
