02-23-2006 01:45 AM
02-23-2006 03:11 AM
Hi.
You may find some useful information here.
This is how I worked around this bug:
char ProgramFolder[MAX_PATHNAME_LEN];
...
// Set the working directory to the location of the executable
GetProjectDir (ProgramFolder);
SetDir (ProgramFolder);
Good luck,
Colin.