Undefined reference to `_imp__glewInit@0'
Save yourself a lot of trouble and just add the glew.c
to your project directly. I do not understand why people fight so hard to link to it externally. The license is friendly, and it is only one source file. Just remember to #define GLEW_STATIC
.