visual studio 2010 - setting up GLEW windows? -
I have Visual Studio 2010 and I want to set glew.h on it. I have this step but I still have the linker error: 1. Download Glew Pack
2.Copy .h files C: \ Program Files (x86) \ Microsoft SDKs \ Windows \ v7.0A \ Include
3.Copy .lib files to C: \ Program Files (x86) \ Microsoft SDKs \ Windows \ v7.0A \ Lib
4.copy glew32.dll C: \ Windows \ SysWOW64
5. Finally, go to your project properties by link-> Add input glew32.lib, glu32.lib, and opengl32.lib for additional dependencies
< P> but I still have this error:Error LNK2001: Unsolved external application __imp ____ glewBlendEquation
I have only one problem today, even though If I have a month late for the answer, just add the GLEW_STATIC to the definitions of your preprocessor.
Comments
Post a Comment