opengl,glew and sfml
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.