Hallo,
I have written some code using Visual C++ 6.0 Enterprise edition, running on Windows NT 4.
This code uses the CFileDialog to allow the user to select one or more files to import.
It works fine on the NT box, either as a debug version or as Release. However, I get errors when running the executable on a Windows 2000 box, but only in the Release build.
On W2k the debug build works fine. The release version gives an 'Access is denied' error and does not import the files.
Any clues?
Thanks,
-Frink
I have written some code using Visual C++ 6.0 Enterprise edition, running on Windows NT 4.
This code uses the CFileDialog to allow the user to select one or more files to import.
It works fine on the NT box, either as a debug version or as Release. However, I get errors when running the executable on a Windows 2000 box, but only in the Release build.
On W2k the debug build works fine. The release version gives an 'Access is denied' error and does not import the files.
Any clues?
Thanks,
-Frink