#include <allegro.h>
#include <stdlib.h>
#include <stdafx.h>
#include <stdio.h>
int main (void) {
allegro_init();
printf("Allegro version = %s\n", allegro_id);
system("pause");
allegro_exit();
return 0;
}
END_OF_MAIN()
The only output that I get is the "Press any key to continue..." default thing. I know I probably included way more headers than I needed to... But please someone help me. This is driving me insane.
im not sure. I was told that it initializes allegro. This is just a sample code that I copied over to see if allegro was configured properly. the printf is supposed to output the version of allegro that i configured
The only thing though - I don't know anything about allegro, but I managed to find a solution for you by doing a couple of Google searches - why couldn't you have done that?
However, all is forgiven if you don't have access to some sort of web searching program. This is the case for some people who live Iran for example.
Look forward to helping out in the future - Hope all is well at your end. :D