SFML community forums

Help => Graphics => Topic started by: Mr_Blame on March 28, 2015, 09:53:08 am

Title: Texture error(solved)
Post by: Mr_Blame on March 28, 2015, 09:53:08 am
Hello :) and have a huge problem with SFML I created a project, setuped it.

Than I wrote it
sf::RenderWindow Wind(sf::VideoMode(800,600), "main");
sf::Texture tex;
tex.loadFromFile("image.png");
 
So when I load a texture some creepy stuff appears in console in speed of sound and than my program crashes! What does that means?
Title: Re: Texture error
Post by: Laurent on March 28, 2015, 09:54:50 am
You're using release libs in debug mode.