dev-cpp + nehe OpenGL lessons + XP
Hello!
I've downloaded the latest Dev-Cpp and tried to run lesson 1 from NeHe tutorial. Unfortunately, I get an error "Can't Create A GL Rendering Context." after being asked if I want to use fullscreen (regardless of the answer). OpenGL package for Dev-cpp is installed. I've linked glaux, glu32, opengl32 and gdi32 libs to the project.
I have WinXP OS and GF4 Ti4600 video card with latest drivers installed.
What can be done to make it work?
FoRK
that's weird, I have DevC++ and XP and almost the same video card as you and to get lesson 1 to work all I have to do is either change #include <gl/glaux.h> to #include <gl/glext.h> or comment the line out all together and it works perfectly fine
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement