I'm getting strange errors in Visual Studio 2010 when running the "Display a Sprite" tutorial. I'm able to run the "Using rendering windows" sample program, but the title of the window it produces isn't "SFML Graphics". It has some strange characters before SFML.
But when I try to run the "Display a Sprite" tutorial, the program starts beeping and then it stops responding. The console window also displays a lot of weird characters.
Since I can run the "Using rendering windows" sample program, I don't think this error has to do with installing SFML, but correct me if I'm wrong.
And the sprite I'm trying to load is a triangle I drew in paint and saved it as a .png.
Can anyone help me?