Hi,
When I load an image by using "loadFromFile("file.jpg")" the programm outputs to the console:
Failed to load image "image.jpg". Reason : Unable to open file
When I first compile the programm and then start it manually with administrator permissions it works perfectly.
The image and the executable are in the same directory which is not protected..
So is there a way to either do it without administrator permissions or how can I let VS2013 directly start the compiled exe with permission..