Unresolved external symbol __imp____glewGenerateMipmap
- by Tsvetan
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?