Hey all,
I'm having difficulty finishing the "displaying a sprite" tutorial while using VS Studio 2012. I've just copied and pasted the source code that the tutorial provides
here. The project builds successfully, but no matter where I put the "sprite.tga" file in the directory, I get this error message.
"Failed to load image 'sprite.tga'. Reason: Unable to open file"
I've tried other tutorials that utilize the sfml-graphics and everything goes just fine, but if I try opening the .exe directly and not from the IDE, I get an error saying that sfml-graphics-d.dll is missing.
What am I doing wrong? Any help would be appreciated.