Hello, once again i get problems, but this time there isn't any errors. The LoadFromFile() function simply fails to do what it's supposed to do.
if(!this->Image.LoadFromFile("back.jpg"))
{
MessageBox(ghWnd,L"Doesnt Work",L"Cant Load",MB_OK);
}
Yes, back.jpg is in the same directory as the exe compiled. I have tried to run it from there too, same thing.
Suggestions?
Release Static
SFML 2
Windows 7
MSVC++ Express 2010