I am learning OpenGL by following the Redbook.
When I come to around page 90, I need use glGenBuffers();
Then I need to install "glew".
By following the steps in here.
I download glew.zip from glew.sourceforge.net/ and unpack the files.
I put
glew.hinC:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Includeglew32.libinC:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Lib, andglew32.dllinC:\Windows\System32
After that, I build my project in VS 2010 and in Linker->input, I add dependencies glew32.lib.
But when I build it, I have an error:
unresolved external symbol __imp__glewInit