have you tried running the exe on its own with the image in the same dir as the exe? sometimes, if its a path problem, it'll work. I also recommend using slashes instead of backslashes.
Also, if you're using SFML_DYNAMIC, then you dont need to link to the static libs right? (so sfml-window-s.lib should just be sfml-window.lib).