Hi! I've been using SFML for quite some time, but this is my first time using it with Visual Studio (Express). I got it working, no problem. But I really don't understand how resources, like images and sounds are managed in VC++. I can, of course, add images manually to Release or Debug folders, but that's not really a solution. I should be able to run the program from VC and from the Release folder without any tricks, so that the program can access my images and stuff.