core opengl libraries

Hello,

when I compile my opengl project, there is this linker error displayed:
Opengl32.lib couldn´t be openend. It is in the right library path and the path is set in the visual studio.
Has somebody an idea?

with kind regards,
Robert

First check and make sure the library is in the correct directory.

If the librar is there, then make sure you have the correct library for the compiler that you are using, not all librarys will work with each compiler.

also please post the compiler and the version that you are using, so we can point you to the correct library for your compiler.

Originally posted by Robert-:
[b]Hello,

when I compile my opengl project, there is this linker error displayed:
Opengl32.lib couldn´t be openend. It is in the right library path and the path is set in the visual studio.
Has somebody an idea?

with kind regards,
Robert

[/b]

I use MS Visual C++ 6 with SP 5 under Win XP.
The lib is in the correct directory.

with kind regards,
Robert

You have the core library’s shiped with MSVC++, so it must be something you are not entering correcty or for some reason the file it courpted…

Originally posted by Robert-:
[b]I use MS Visual C++ 6 with SP 5 under Win XP.
The lib is in the correct directory.

with kind regards,
Robert[/b]