Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sujitnag

Pages: [1]
1
General / code block (cpp) ide opengl,glew and sfml
« on: January 15, 2015, 05:44:37 pm »
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.

Pages: [1]