Hi, I have a VC++ 6.0 application that calls a DLL created using the same version of VC++. Inside the dll, there is a fopen command to read from a file which is located in a particular drive specified within the dll.
If the directory exists, then my system works fine. However, when I remove...