Why doesn't OpenGL work?

Hello everyone! :slight_smile:

I’ve got notebook Fujitsu-Siemens AMILO M 1437G with ATI Radeon Mobility X700 video card.

I write programs in Delphi and use standard Windows’ library OpenGL.

I downloaded and installed the latest video card’s drivers to avoid any problems.

When I try to compile/run my projects still I have this problem with such
message - “Application Error. Exception EOpenGLError in module Project1 (it’s the name of my program) at 0007EE79. Need at least OpenGL version 1.1”.

I tried to install the latest OpenGL library files from computers (not notebooks, PCs) where it works. But it still doesn’t work

Now I don’t know what to do :confused:

Please, help me to solve this problem!

Thanks a lot! :slight_smile:

And what is your OpenGL version? Use glGetString(GL_VERSION)
Who print’s that message?
Look at the code which checks the version and make sure it can handle the curretn OpenGL version 2.0!

There are extension helper libraries which broke when the major number changed and the minor number is only zero again.
If it is in a library, like GLEW, update that to the newest version.