![]() |
Missing Main In Allegro
Hi
I am learning allegro API but whenever i include "allegro.h" in mine code i get the following error Quote:
here is mine code :
#include <iostream> |
Re: Missing Main In Allegro
Read the Allegro documentation. Some libraries require that 'main' have a specific signature. You may also be required to set the entry point.
If you just want to fumble about try: :
int main(int argc, char* argv[]) |
Re: Missing Main In Allegro
http://www.loomsoft.net/resources/al...ut_lesson1.htm
"END_OF_MAIN() // This must be called right after the closing bracket of your MAIN function. // It is Allegro specific." |
| All times are GMT -5. The time now is 4:13 PM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC