The Faxman documentation (Version 4, specifically) states that the when specifying the coverpage property, it should be located in the same folder location as the Faxman server (i.e. windows\system32). The other alternative is to fully path the filename.
We currently specify: sf_.szCoverPage = (LPSTR)(LPCSTR)("Cover.pg");
Faxman4 whoever, doesn't seem to find the Cover.pg file in the windows\system32 folder. If we move the cover.pg file to the applications working folder, the cover.pg file is found and faxes correctly.
Has anyone else seen this behavior? Is it the new intended behavior?
Thanks.