1
Graphics / Unhandled exception in VS 2013 for load image
« on: May 13, 2014, 09:36:02 pm »
Hi
in my project I need load and show an image , I programming with VS 2013 .
the simple code below :
and this exception :
can anyone help me ?
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");
}
using namespace sf;
void main(){
Image i;
i.loadFromFile("image.jpg");
}
and this exception :
can anyone help me ?