Line 167: `CDS_FULLSCREEN' undeclared (first use this function)
Line 351: ANSI C++ forbids declaration `WinMain' with no type
I'm on Dev-C++. What am I to do?
HTML SIGGIES!!! EVERYONE HAVE A BALL
[edited by - ShadowMetis on March 13, 2004 12:03:50 PM]
change gl/glaux.h to gl/glext.h in the starting of the code. then link ur librarys. go to project, then project options, then parameters, then hit Add Library or object. hold ctrl and select gdi32,glaux,opengl32, and glu32. they each have lb in front of them too i think btw. make sure you opened the .dev file, not the .cpp file before u do this.