SFML community forums

Help => General => Topic started by: The New Guy on June 22, 2012, 09:58:20 pm

Title: Can't get my project to find my texture(image)
Post 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?
Title: Re: Can't get my project to find my texture(image)
Post by: eXpl0it3r on June 22, 2012, 10:04:33 pm
Answered you there (http://en.sfml-dev.org/forums/index.php?topic=8328.msg55750#msg55750)...

Quote from: eXpl0it3r
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.