Advertisement

Probs w/ OpenGL tutorial

Started by March 13, 2004 10:12 AM
5 comments, last by ShadowMetis 20 years, 11 months ago
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]

HTML SIGGIES!!! EVERYONE HAVE A BALL
how bout a little more info like the actual source code

"A soldier is a part of the 1% of the population that keeps the other 99% free" - Lt. Colonel Todd, 1/38th Infantry, Ft. Benning, GA
Advertisement
http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=01


HTML SIGGIES!!! EVERYONE HAVE A BALL

[edited by - ShadowMetis on March 13, 2004 12:03:26 PM]

HTML SIGGIES!!! EVERYONE HAVE A BALL
Are you using the source code supplied?
Yes, I''m using the code I downloaded at the bottom for my compiler.



HTML SIGGIES!!! EVERYONE HAVE A BALL
This is the link


HTML SIGGIES!!! EVERYONE HAVE A BALL


[edited by - ShadowMetis on March 13, 2004 12:06:48 PM]


HTML SIGGIES!!! EVERYONE HAVE A BALL
Advertisement
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.
C++ ProgrammerOpenGL Programmer

This topic is closed to new replies.

Advertisement