linking error

I am pretty new to coding and opengl. I tried an example code and when I try to compile it the following error message appears; error LNK2001: unresolved external symbol _gluScaleImage@36

I linked the glut32.lib and the opengl32.lib to the project. Is there something that i missed out?

thanks it advance,
Markus

gluScaleImage is part of the gl utility library (glu). You need to link with glu32.lib for it.