Hello! I'm new to SFML but so far it looks great, except that I can't get my images to load properly.
The program Builds just fine but it always returns the "Failed to load image from file" error.
I get the same error if I use release libraries in debug mode. To be honest it should not make a difference, but it does.
My problem is that I cannot build the release vesion of my app because I get:
fatal error C1047: The object or library file 'D:\SFML-1.0\lib\vc2005\static\sfml-window.lib' was created with an older compiler than other objects; rebuild old objects and libraries
What should I do?