Unresolved external symbol __imp____glewGenerateMipmap

Posted by Tsvetan on Game Development See other posts from Game Development or by Tsvetan
Published on 2011-11-17T11:10:20Z Indexed on 2011/11/17 18:10 UTC
Read the original article Hit count: 622

Filed under:
|
|
|

This error is given by Visual Studio 2010, when I want to compile my C++ code.

I have added 'glew32.lib' and 'freeglut.lib' in Additional Dependencies, both release and debug. Also included the header files.

I have searched the Internet and found only one forum post, but it isn't the solution I am searching for... My library is dynamic, so GLEW_STATIC is not an option.

So, can you give me a solution for this problem?

© Game Development or respective owner

Related posts about c++

Related posts about opengl