problem in lesson1

Started by
11 comments, last by moinho_vlt 17 years, 9 months ago
I there :)

I downloaded the source code from lesson 1 and when I run the cpp file from the zip file, it compile, build and work good.

When I copy-paste it to a new cpp file I get an error saying that can't create a GL Rendering Context.

This is the 1st time I actually program with OpenGL, untill now I just had read some infos about it, so I don't recognize most of the cmd's.

About the error... I add the libraries in the Project->Settings->Link;
I choosed Win32 Application when starting the new project;
...well...i guess I've done everything all right but I keep receveing the error and the Window doesn't appear :(

Hope you guys can help me

thanks, and take care [[[]]]
Advertisement
When you are compiling do you get any warnings?
That's the strange thing..no warnings, no errors :S

I've been using the lesson1 source code I downloaded for my experiences, and everything runs fine, but when I try to make a new opengl window it keeps retrieving that GL rendering context error

This topic is closed to new replies.

Advertisement