static FILE *fpp_InpData ;
if( (fpp_InpData = fopen("\\TestDir\\Test_Dat.Ini", "w" ) ) == NULL)
{
PrgmErr( "Cannot open output file Test_Dat.Ini.");
}
If I comment these lines out, everything else works.
The folder exists, the file exists, and it's not caused by a problem
in the PrgmErr method; if I comment this out I still get the error.
Does anyone have any ideas?