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.


Topics - mohamad1994

Pages: [1]
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 :

#include <SFML\Graphics\Image.hpp>

using namespace sf;

void main(){

        Image i;

        i.loadFromFile("image.jpg");
}

and this exception :


can anyone help me ?  :(

Pages: [1]
anything