hm...I only have 4 so that wont work :(<p>
the thing is that I'm going to use opengl (as far as I know it doesn't work with djgpp) so I dont think I can write it in dos format first.<p>
heres the exact error I get C:\MSDEVSTD\INCLUDE\allegro.h(2993) : error C2094: label '_errno' was undefined<p>
this was running the demo program in msdev 4 with allegro compiled in djgpp.<p>
maybe that'll be clearer.<p>
thanks,<br>
tef<br>
: : been having some problems with this. anyone know how to compile it in msdev 4?<p>
: : I cant get it to work, I tried compiliing it in djgpp but when I tried to run a program in msdev after compiling it that way it gave me an error in one of the .h files. I'm assuming it was because I compiled it in djgpp.<p>
: : thanks<br>
: : tef<p>
: You may want to program your stuff in regular Allegro and then transfer it to WinAllegro when you've got it working. The modifications aren't too hard to make it work with WinAllegro.<p>
: Did you download RSXNTDJ for DJGPP? It contains all the headers and such for the Windows compiling part of DJGPP. You may also want to check out the new Work in Progress version of Allegro. It works for DirectX also. Soon version 4.0 will be coming out which will really rock (support for many OSes).<p>
: Oh yeah, I found that Visual C++ 5.0 works great for WinAllegro. If you have it use it.<p>
: -Xotor-<p>