![]() |
|
Runtime Error? |
ITAmember
Member #10,095
August 2008
|
Hi, #include <allegro.h> int main(void) { It compiles just fine but when I try to run the .exe file I get this error message: Microsoft Visual C++ Runtime Libary Runtime Error! Program: C:\Users\... R6034 I then get a error message saying: allegro.exe - Application Error The application falied to initialize properly (0xc0000142). Click OK to terminate the application. The exact same program worked on my old XP computer. Any ideas? |
Matthew Leverton
Supreme Loser
January 1999
![]() |
You are using the wrong C runtime or Allegro DLL. |
|