Where do i put the .lib; .dll?

I i have downloaded the opengl 1.1 librairies but i dont know where to put the .lib and .dll?

Is there some newer (newer than 1.1) version of opengl available. (because i have bought a book for version 1.2 but i was not able to find the 1.2 librairies…)

thanks!

There is no opengl1.2 library. You need to get the function entry points through wglGetProcAdress or something.
Put the lib into the lib directory of your compiler. The h into the include directory.
But what .dll have you got?

i had GLu32.dll
glut.dll
openGL32.dll

but i finally found where to put them; it was in c:\windows\system

thx a lot for your help!