Tag: glew
Help! GLEW compiles but doesn't link!
October 06, 2011 00:00
When you compile the glew_static project from glew on Visual Studio and link it with your program, you may get something like this:
app_init.obj : error LNK2001: unresolved external symbol __imp__glewInit
worldscene.obj : error LNK2001: unresolved external symbol __imp____glewBufferSubData
worl...
Read post