<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Upgrade from Allegro 5.0.10 to Allegro 5.2.5</title>
		<link>http://www.allegro.cc/forums/view/617894</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Mon, 12 Aug 2019 17:55:16 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hi... I used to programing with Allegro 5.0.10 for about 2 years already and everything was working fine... Now I just noticed that theres a 5.2.5 version and im trying to upgrade by draging the new folders and releasing over the old folders and replacing all the files... but after doing that, when i try to compile my code, i get this error:</p><p>D:\CodeBlocks\Projetos\Allegro5\steve.h|134|error: &#39;WIN32_FIND_DATA&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|134|error: &#39;HANDLE&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|135|error: &#39;hFind&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|135|error: &#39;FindFileData&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|135|error: &#39;FindFirstFileA&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|139|error: &#39;INVALID_HANDLE_VALUE&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|141|error: &#39;FILE_ATTRIBUTE_DIRECTORY&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|146|error: &#39;FindNextFile&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|147|error: &#39;FindClose&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|153|error: &#39;INVALID_HANDLE_VALUE&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|155|error: &#39;FILE_ATTRIBUTE_DIRECTORY&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|163|error: &#39;FindNextFile&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|164|error: &#39;FindClose&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|185|error: &#39;DWORD&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|186|error: &#39;attribs&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|186|error: &#39;INVALID_FILE_ATTRIBUTES&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h||In function &#39;bool isFile(const char*)&#39;:|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|190|error: &#39;DWORD&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|191|error: &#39;attribs&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|191|error: &#39;INVALID_FILE_ATTRIBUTES&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1203|error: &#39;OpenClipboard&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1203|error: &#39;EmptyClipboard&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1204|error: &#39;HGLOBAL&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1205|error: &#39;hg&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1205|error: &#39;CloseClipboard&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1206|error: &#39;hg&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1206|error: &#39;GlobalLock&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1207|error: &#39;GlobalUnlock&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1207|error: &#39;CF_TEXT&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1207|error: &#39;SetClipboardData&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1208|error: &#39;CloseClipboard&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1208|error: &#39;GlobalFree&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1212|error: &#39;OpenClipboard&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1213|error: &#39;HANDLE&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1214|error: &#39;hData&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1215|error: &#39;hData&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1215|error: &#39;GlobalLock&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1218|error: &#39;GlobalUnlock&#39; was not declared in this scope|<br />D:\CodeBlocks\Projetos\Allegro5\steve.h|1218|error: &#39;CloseClipboard&#39; was not declared in this scope|</p><p>Can someone help me how to upgrade from Allegro 5.0.10 to Allegro 5.2.5? Btw im using Code::Blocks IDE (17.12)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Silva)</author>
		<pubDate>Sun, 04 Aug 2019 01:23:25 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>on first glance it looks like Allegro 525 doesn&#39;t include the windows header anymore that would explain why you&#39;re missing all those data. Include allegro_windows.h or windows.h .</p><p>Also don&#39;t overwrite the files replace them.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Sun, 04 Aug 2019 03:08:47 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Edgar Reynaldo THANKS VERYMUCH!!! It worked!!! I just added the windows.h
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Silva)</author>
		<pubDate>Sun, 04 Aug 2019 08:15:33 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Cheers mate.<br /><img src="http://www.allegro.cc/forums/smileys/cool.gif" alt="8-)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Sun, 04 Aug 2019 09:24:46 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Edgar Reynald can you help me again? Well, at fact, yesterday i was hurried up with doing stuffs out of home... So I just tested about compiling my code and it really worked fine (the part about compilation)... I dont even tried to run the .exe on that moment... Today, when I finally got some time, I tried to run my program and I faced with a new problem after upgraded from allegro 5.0.10 to 5.2.5: for some reason, the al_init() not loads... Can you help me from 0? I restored everything here, now i have the allegro 5.0.10 running perfectly... what exactly i need to do for upgrade to 5.2.5? aparently just draging the include folder from the 5.2.5 over the include folder from the 5.0.10 is not working...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Silva)</author>
		<pubDate>Sun, 04 Aug 2019 18:59:39 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p><a href="https://wiki.allegro.cc/index.php?title=Windows,_Code::Blocks_and_Allegro_5">https://wiki.allegro.cc/index.php?title=Windows,_Code::Blocks_and_Allegro_5</a></p><p>That should tell you everything you need to get it fixed up. Basically you change your project&#39;s search directories and link options.</p><p><b>EDIT</b><br />After a PM conversation, here are the answers to your questions, Steve :</p><p>1. How to setup your compiler with CodeBlocks :</p><p>https://www.allegro.cc/files/attachment/612115</p><p>If you install to c:\mingw, then it should auto detect it as well.</p><p>Second, you don&#39;t link to every version of the allegro library, only the one you need.</p><p>Third, you need to compile as C++11 to get to_string and stoi.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Wed, 07 Aug 2019 19:39:35 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Well, im almost there... I made the codeblocks recognize the compiler and i removed ALL the linker tags and I just  leave these ones:</p><p>-lallegro_monolith.dll<br />-lphysfs</p><p>Now it compiles without any error, BUT the al_init() returns 0...</p><p>BTW heres the sample code:</p><div class="source-code"><div class="toolbar"><span class="button numbers"><b>#</b></span><span class="button select">Select</span><span class="button expand">Expand</span></div><div class="inner"><span class="number">  1</span><span class="p">#include &lt;cstdio&gt;</span>
<span class="number">  2</span><span class="p">#include &lt;allegro5/allegro.h&gt;</span>
<span class="number">  3</span><span class="p">#include &lt;allegro5/allegro_primitives.h&gt;</span>
<span class="number">  4</span><span class="p">#include "allegro5/allegro_image.h"</span>
<span class="number">  5</span>
<span class="number">  6</span><span class="k1">int</span> main<span class="k2">(</span><span class="k2">)</span> <span class="k2">{</span>
<span class="number">  7</span>  <a href="http://www.allegro.cc/manual/al_init"><span class="a">al_init</span></a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span> 
<span class="number">  8</span>  <a href="http://www.allegro.cc/manual/al_init_primitives_addon"><span class="a">al_init_primitives_addon</span></a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span> 
<span class="number">  9</span>  <a href="http://www.allegro.cc/manual/al_init_image_addon"><span class="a">al_init_image_addon</span></a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span> 
<span class="number"> 10</span>  <a href="http://www.allegro.cc/manual/al_install_keyboard"><span class="a">al_install_keyboard</span></a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span>
<span class="number"> 11</span>  <a href="http://www.allegro.cc/manual/ALLEGRO_DISPLAY"><span class="a">ALLEGRO_DISPLAY</span></a> <span class="k3">*</span>display<span class="k3">=</span><a href="http://www.allegro.cc/manual/al_create_display"><span class="a">al_create_display</span></a><span class="k2">(</span><span class="n">400</span>,<span class="n">225</span><span class="k2">)</span><span class="k2">;</span>
<span class="number"> 12</span>  <a href="http://www.allegro.cc/manual/ALLEGRO_KEYBOARD_STATE"><span class="a">ALLEGRO_KEYBOARD_STATE</span></a> keystate<span class="k2">;</span>
<span class="number"> 13</span>  <a href="http://www.allegro.cc/manual/al_set_window_position"><span class="a">al_set_window_position</span></a><span class="k2">(</span>display,<span class="n">0</span>,<span class="n">0</span><span class="k2">)</span><span class="k2">;</span>
<span class="number"> 14</span>  <a href="http://www.allegro.cc/manual/al_get_keyboard_state"><span class="a">al_get_keyboard_state</span></a><span class="k2">(</span><span class="k3">&amp;</span>keystate<span class="k2">)</span><span class="k2">;</span>
<span class="number"> 15</span>  <a href="http://www.allegro.cc/manual/al_set_target_backbuffer"><span class="a">al_set_target_backbuffer</span></a><span class="k2">(</span>display<span class="k2">)</span><span class="k2">;</span>
<span class="number"> 16</span>  <a href="http://www.allegro.cc/manual/al_draw_filled_rectangle"><span class="a">al_draw_filled_rectangle</span></a><span class="k2">(</span><span class="n">0</span>,<span class="n">0</span>,<span class="n">400</span>,<span class="n">225</span>,<a href="http://www.allegro.cc/manual/al_map_rgb"><span class="a">al_map_rgb</span></a><span class="k2">(</span><span class="n">0</span>,<span class="n">200</span>,<span class="n">0</span><span class="k2">)</span><span class="k2">)</span><span class="k2">;</span>
<span class="number"> 17</span>  <a href="http://www.allegro.cc/manual/al_draw_filled_triangle"><span class="a">al_draw_filled_triangle</span></a><span class="k2">(</span><span class="n">20</span>,<span class="n">117</span>.<span class="n">5</span>,<span class="n">200</span>,<span class="n">20</span>,<span class="n">380</span>,<span class="n">117</span>.<span class="n">5</span>,<a href="http://www.allegro.cc/manual/al_map_rgb"><span class="a">al_map_rgb</span></a><span class="k2">(</span><span class="n">255</span>,<span class="n">255</span>,<span class="n">0</span><span class="k2">)</span><span class="k2">)</span><span class="k2">;</span>
<span class="number"> 18</span>  <a href="http://www.allegro.cc/manual/al_draw_filled_triangle"><span class="a">al_draw_filled_triangle</span></a><span class="k2">(</span><span class="n">20</span>,<span class="n">117</span>.<span class="n">5</span>,<span class="n">200</span>,<span class="n">205</span>,<span class="n">380</span>,<span class="n">117</span>.<span class="n">5</span>,<a href="http://www.allegro.cc/manual/al_map_rgb"><span class="a">al_map_rgb</span></a><span class="k2">(</span><span class="n">255</span>,<span class="n">255</span>,<span class="n">0</span><span class="k2">)</span><span class="k2">)</span><span class="k2">;</span>
<span class="number"> 19</span>  <a href="http://www.allegro.cc/manual/al_draw_filled_circle"><span class="a">al_draw_filled_circle</span></a><span class="k2">(</span><span class="n">200</span>,<span class="n">117</span>.<span class="n">5</span>,<span class="n">50</span>,<a href="http://www.allegro.cc/manual/al_map_rgb"><span class="a">al_map_rgb</span></a><span class="k2">(</span><span class="n">0</span>,<span class="n">0</span>,<span class="n">255</span><span class="k2">)</span><span class="k2">)</span><span class="k2">;</span>
<span class="number"> 20</span>  <a href="http://www.allegro.cc/manual/al_wait_for_vsync"><span class="a">al_wait_for_vsync</span></a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span>
<span class="number"> 21</span>  <a href="http://www.allegro.cc/manual/al_flip_display"><span class="a">al_flip_display</span></a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span>
<span class="number"> 22</span>  <span class="k1">while</span><span class="k2">(</span><span class="k3">!</span><a href="http://www.allegro.cc/manual/al_key_down"><span class="a">al_key_down</span></a><span class="k2">(</span><span class="k3">&amp;</span>keystate,<span class="n">59</span><span class="k2">)</span><span class="k2">)</span> <a href="http://www.allegro.cc/manual/al_get_keyboard_state"><span class="a">al_get_keyboard_state</span></a><span class="k2">(</span><span class="k3">&amp;</span>keystate<span class="k2">)</span><span class="k2">;</span>
<span class="number"> 23</span>  <a href="http://www.allegro.cc/manual/al_uninstall_system"><span class="a">al_uninstall_system</span></a><span class="k2">(</span><span class="k2">)</span><span class="k2">;</span>
<span class="number"> 24</span>  <span class="k1">return</span> <span class="n">0</span><span class="k2">;</span>
<span class="number"> 25</span><span class="k2">}</span>
</div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Silva)</author>
		<pubDate>Wed, 07 Aug 2019 20:15:00 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Now delete the old dlls you were using for 5.0.10 and replace them with the ones that come in the /bin/dlls folder in the distro.</p><p>If that still doesn&#39;t work, you&#39;re compiling against the wrong headers. Make sure you fixed your include path for the compiler.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Thu, 08 Aug 2019 03:15:07 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>OMG... Finally!!! I did what you told about deleting old dlls<br />(i deleted them from C:\Windows\System32\ and C:\Windows\SysWOW64\ folders).</p><p>But i had to do 2 extra-things:<br />First, the MinGW\bin and MinGW\include paths that now are<br />MinGW\i686-w64-mingw32\bin and MinGW\i686-w64-mingw32\include</p><p>and i needed also to copy the libdumb.dll to <br />C:\Windows\System32\ and C:\Windows\SysWOW64\ folders.</p><p>Thanks verymuch for all the help!!!</p><p>Edit: I got a new problem (the test i did was with the sample code, and everything worked, BUT... the sample code uses only allegro stuffs... My main code uses PhysFS and for now i got this error (not when trying to compile, and even not on the fly, when running it just get error on loading the .exe I needed to debug it to find the error, and the error is this:<br />C:\LIBS5303Build\physfs-2.0.3\physfs.c: No such file or directory.</p><p>Why its searching the Physfs on that folder???? I even not added any folder on codeblocks setup like that, the only thing i used to do is doing a #include with the correct folder where the PhysFS are... how to change this location without needing to CREATE that strange folder just to move my PhysFS to there?)</p><p>Edit2: I created that folder on C:\ and moved my PhysFS files to there... now i got a new error (that i need to debug also to find it) there:</p><p><a href="https://puu.sh/E2zBa/08953f2d72.png">https://puu.sh/E2zBa/08953f2d72.png</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Silva)</author>
		<pubDate>Thu, 08 Aug 2019 06:32:55 +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/617894/1043019#target">Steve Silva</a> said:</div><div class="quote"><p>
C:\LIBS5303Build\physfs-2.0.3\physfs.c: No such file or directory.
</p></div></div><p>
That is really old. Where did you download that from?</p><p>These are the binaries :</p><p><a href="https://bitbucket.org/bugsquasher/unofficial-allegro-5-binaries/downloads/Allegro525_GCC81_MinGW_W64_i686_posix_dwarf.7z">https://bitbucket.org/bugsquasher/unofficial-allegro-5-binaries/downloads/Allegro525_GCC81_MinGW_W64_i686_posix_dwarf.7z</a></p><p>and they go with the compiler I pointed out here :</p><p><a href="https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/8.1.0/threads-posix/dwarf/i686-8.1.0-release-posix-dwarf-rt_v6-rev0.7z">https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/8.1.0/threads-posix/dwarf/i686-8.1.0-release-posix-dwarf-rt_v6-rev0.7z</a></p><p>You don&#39;t need physfs.c, or any .c file. Use the libs like normal. You shouldn&#39;t have to compile anything, only link it.</p><p>Either your project is messed up, or you downloaded the wrong thing.</p><p>Also, don&#39;t copy .dll files to your system folders. They don&#39;t belong there. Leave them next to your executable file.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Thu, 08 Aug 2019 17:07:07 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title"><a href="http://">Edgar Reynaldo</a> said:</div><div class="quote"><p>That is really old. Where did you download that from?</p></div></div><p>

I downloaded both MinGW and A5.2.5 from a link posted from you in anywhere i just dont remember where... But ok, ill download again, these ones you posted right now and ill try again, ill come back later to tell you if it worked or not...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Silva)</author>
		<pubDate>Thu, 08 Aug 2019 18:15:53 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>MinGW 5.3.0.3 is from like 10 years ago...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Thu, 08 Aug 2019 18:17:48 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Im back, i recorded a very short video (its about 1 min) to show you all the configs, the code im trying to run (its just a sample, but uses both allegro and physfs)</p><p>OFC using your new files</p><p><a href="https://youtu.be/KbOeIP3vBxE">https://youtu.be/KbOeIP3vBxE</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Silva)</author>
		<pubDate>Thu, 08 Aug 2019 18:47:12 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Okay, things I saw.</p><p>1) You don&#39;t need to link to libgdi32.a unless you&#39;re linking statically.</p><p>2) Link to libphysfs.dll (-lphysfs.dll) .</p><p>3) You&#39;re still compiling against an old version of allegro. Otherwise it wouldn&#39;t be looking for the source in LIBS5303Build.</p><p>If you installed an old version of allegro it must be removed, especially if it&#39;s in c:\mingw\bin and c:\mingw\include.</p><p>I tested a PHYSFS example with the same binaries and same compiler you&#39;re using and it works fine.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Thu, 08 Aug 2019 19:03:06 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I swear i fully deleted both MinGW and Allegro folders BEFORE extracting your ones dude... But ok, the only thing left to test is about:</p><p>1) You don&#39;t need to link to libgdi32.a unless you&#39;re linking statically.<br />2) Link to libphysfs.dll (-lphysfs.dll) .</p><p>Edit: WOW!!! Really these 2 last steps fixed the problem and now even my main code is running fine!!! Thanks very much!!! Specially for your great patience!!! I hope this post can help all people who have the same problem (upgrading from 5.0.10 to 5.2.5) =)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Silva)</author>
		<pubDate>Thu, 08 Aug 2019 19:06:14 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>When your exe crashes, could you type &#39;bt&#39; and post the results?</p><p>You must have been linking to an old version of PHYSFS. That is the only thing that could explain it.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Thu, 08 Aug 2019 19:11:26 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>As i told before, everything is working fine for now just doing the steps 1 and 2... Thanks again =))))))))</p><p>Edit: Just to tell you, my PhysFS was downloaded from there<br /><a href="https://icculus.org/pipermail/physfs/2019-March/001280.html">https://icculus.org/pipermail/physfs/2019-March/001280.html</a>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Silva)</author>
		<pubDate>Thu, 08 Aug 2019 19:19:54 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I provided PhysFS along with allegro. That version of physfs is older.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Sat, 10 Aug 2019 13:21:38 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Oh nice, I just tested it right now... Its there, thanks...<br />Well, can you answer me something about PhysFS?<br />There&#39;s anyway how to temporarily disable PhysFS for save things on disc?<br />For example, when i want to use a al_save_bitmap() to save a screenshot to disk... while using PhysFS it don&#39;t work...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Silva)</author>
		<pubDate>Mon, 12 Aug 2019 06:50:43 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>From <a href="https://liballeg.org/a5docs/trunk/physfs.html#al_set_physfs_file_interface">https://liballeg.org/a5docs/trunk/physfs.html#al_set_physfs_file_interface</a> :</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
This function sets both the ALLEGRO_FILE_INTERFACE and ALLEGRO_FS_INTERFACE for the calling thread.
</p></div></div><p>
Which means you need to call both ;</p><p><a href="https://liballeg.org/a5docs/trunk/file.html#al_set_standard_file_interface">https://liballeg.org/a5docs/trunk/file.html#al_set_standard_file_interface</a></p><p>and</p><p><a href="https://liballeg.org/a5docs/trunk/fshook.html#al_set_standard_fs_interface">https://liballeg.org/a5docs/trunk/fshook.html#al_set_standard_fs_interface</a></p><p>to restore the normal disk function.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Mon, 12 Aug 2019 16:52:11 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Thanks verymuch!!! you are a great person =)))
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Steve Silva)</author>
		<pubDate>Mon, 12 Aug 2019 17:55:16 +0000</pubDate>
	</item>
</rss>
