Problem with glew

hi

I am trying to do some simple program using GLSL. I am working in MSVC 2008.I am getting this error

fatal error LNK1104: cannot open file ‘glew32.lib’

I have included the library in additional dependencies also added in the linker but still am getting the error…

Please help!!!

Just to be clear, did you follow the setup instructions at GLEW webpage?

You can also try GLee. I find it simpler on windows because all you need to do is add GLee.h and GLee.c to your project.

@Frodak : with GLEW you have the choice of either adding glew.h and glew.c into your project, or using it as the shader lib. Read the nice link posted by marshats.