Hi
in my project I need load and show an image , I programming with VS 2013 .
the simple code below :
#include <SFML\Graphics\Image.hpp>
using namespace sf;
void main(){
Image i;
i.loadFromFile("image.jpg");
}
and this exception :
can anyone help me ?