|
|
| Alleggl Teething Troubles |
|
govind
Member #3,067
December 2002
|
After successfully(!) installing Allegro and AllegroGL with commands "vcvars32.bat", "mingw32-make DEBUGMODE=1" AND "mingw32-make install DEBUGMODE=1" calls, building the very first tutorial "agl01.cpp" Moe |
|
the_y_man
Member #1,770
December 2001
|
you probably forgot to link the lib |
|
Goodbytes
Member #448
June 2000
|
What libraries are you linking with? The agl, alleg, opengl32 and glu32 libraries are required to compile AllegroGL programs. |
|
govind
Member #3,067
December 2002
|
Thanks to your valuable suggestions, I have now linked alleg.lib, agl.lib, openl32.lib and glu32.lib and as a result the whole bunch of errors has now shrunk to the following, just two which I am unable to eliminate: "Output Window Linking... Results Looking forward to your further help. Moe |
|
Bob
Free Market Evangelist
September 2000
|
Make sure your project is a Windows Application and not a Windows Console Application. -- |
|
govind
Member #3,067
December 2002
|
Thaks Bob. Now I get "0" warnings and "0" errors as indicated below: However, on clicking agl01.exe icon in debug folder, I do not see anything. Moe |
|
Zaphos
Member #1,468
August 2001
|
As in, you see an empty window?
|
|
govind
Member #3,067
December 2002
|
I have just tried the code from the suggested site but it produces the same execute file which on clicking flicks and disappears. I forgot to mention that even though I am building the project as "Windows Application", what I get as an end product is a "Console execute" file with rectangular icon!!! This is the first time I am seeing this phenomenon. Moe |
|
|