Hi,
I'm getting an error with the following code. It works on the computer I'm developing on, but it fails when I run it on a different computer. Is there some documentation about this somewhere where I can get more detailed information on why LoadFromFile isn't working, or the possible reasons why it would fail?
if(!BackgoundImage.LoadFromFile(path))
{
MessageBox(NULL, path, "Error loading backgroundFax.jpg", MB_OK);
return false;
}