I am learning OpenGL by following the redbook.
When I come to around page 90, I need use glGenBuffers();
Then I need install \"glew\".
By following the steps in
www.cs.uiowa
I struggled with this too for a few hours. Then I realized my program is win32 instead of x64. I was including the glew.lib under the x64 folder when I should be using the glew.lib under the win32 folder.