sfml with glew in C::B

in code block, when I try to include glew in sfml it so me
Warning: .drectve `/DEFAULTLIB:"LIBCMT" /DEFAULTLIB:"OLDNAMES" ' unrecognized

and output is blank window

header is
#define GLEW_STATIC

// Headers
#include <GL/glew.h>
#include <SFML/Window.hpp>
#include <SFML/Graphics.hpp>
//#include<SFML/Opengl.hpp>

#include <iostream>

I need your help.

Topic archived. No new replies allowed.