![]() |
|
allegro compiles, but wont work |
KaBlammyman
Member #455
June 2000
![]() |
I've installed allegro many times, and used it to make many games. this time, I get a streange problem after installing it on my laptop. The lib compiles fine with no complaints. I have dev-cpp 4.9.9.2 and allegro 4.20. on win xp sp2, on a laptop (800mhz, 256 mb ram) I tried to recompile some games i made, but for somne reason, i got some wierd errors. So, I tried to run this test program to help me figure out the problem:
and i just like with my games, teh test program gives me errors: Quote:
Compiler: Default compiler In file included from C:/Dev-Cpp/include/allegro/base.h:27, In file included from C:/Dev-Cpp/include/allegro/system.h:23, make.exe: *** [main.o] Error 1 Execution terminated ive never seen this problem before, what does this mean? thanx.
|
Matthew Leverton
Supreme Loser
January 1999
![]() |
Other people have had this problem, although there's never been a clear solution. It would seem that Dev-C++ is not installed correctly. Perhaps you have mismatched components. |
BAF
Member #2,981
December 2002
![]() |
Wasn't/isn't the easiest solution to delete Dev-C++'s mingw, and install your own? |
KaBlammyman
Member #455
June 2000
![]() |
thanks for the help guys. After reading the other threads, I did what others did...installed dev-cpp4. It then worked. I didn't like the IDE, so i installed dev-cpp5 (4.9.9.2 or something) on top of it without installing the compilers. So now i have dev-cpp 5 IDe with the working version of dev-cpp 4 and allegro.
|
|