Glew in VS 2010: unresolved external symbol __imp__glewInit

后端 未结 5 1780
夕颜
夕颜 2020-12-15 19:40

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

5条回答
  •  -上瘾入骨i
    2020-12-15 20:06

    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.

提交回复
热议问题