Problem with textures

Hello all !

I hope you can help me.

I have made a program with textures but I have a strange message:

checker.obj : error LNK2001: unresolved external symbol ___glutInitWithExit@12

checker.obj : error LNK2001: unresolved external symbol ___glutCreateWindowWithExit@8

Debug/Exemple 9_1.exe : fatal error LNK1120: 2 unresolved externals

They appears when I try to link my project.

Have you got ideas ?

PS: I have post a message to know where can i find OpenGL 1.2, have you got an adress ?

PS: Excuse me for my bad English (I am a french man)

THX

Are you sure you’ve added the glut library to the project before compiling?

Just in case you don’t have glut: http://reality.sgi.com/mjk_asd/glut3/glut3.html
and if you want a really nice tutorial on setting up an openGL app: http://www.fatech.com/tech/opengl/glut/

thx
effectly the versions of my .dll and lib are different. know the problem is resolve !

thx