SFML community forums
Help => General => Topic started by: The New Guy on June 22, 2012, 09:58:20 pm
-
I am having problems loading images, it can't find the file in VS2010. I have the image saved in the project directory, but its a no go. Any ideas?
-
Answered you there (http://en.sfml-dev.org/forums/index.php?topic=8328.msg55750#msg55750)...
If you haven't changed anything in the project settings about this matter, the default working directory would be next to the .vcxproj. This then only works if you run the application from within VS. If you run it via the explorer you need to put the files next to the .exe.