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.h
inC:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include
glew32.lib
inC:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Lib
, andglew32.dll
inC:\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