The error message suggests, that you have linked against glew32.dll
instead of glew32.lib
. One always has to link against the lib file and copy the dll to a place where it can be found at runtime.
The error message suggests, that you have linked against glew32.dll
instead of glew32.lib
. One always has to link against the lib file and copy the dll to a place where it can be found at runtime.