am trying to link glew
to my project in code::blocks
by doing the following :
//1- copied all the header files(glew.h....) to C:\Program Files (x86)\CodeBlocks\MinGW\include and
//the libs to C:\Program Files (x86)\CodeBlocks\MinGW\lib
//2-added the libs to the compiler Build Options > Linker Settings > add (considered to add glew32s.lib at the top)
|undefined reference to `glewInit@0'|
not sure what am missing here!