I have found a problem porting a Win32 application from Windows NT Workstation to Windows 2000 Pro.
The application has been developed using Microsoft Visual C++ 6.0.
My application issues a LoadLibrary call to load a DLL wich has no other dependencies on the network.
All functions properly on NT, but, if I try to make the same thing under Windows 2000, I get an error if the DLL resides in a network drive.
My application runs under the Administrator account, with all privileges.
Is there around someone which can give me an idea on how to solve this problem?
Many thanks in advance
The application has been developed using Microsoft Visual C++ 6.0.
My application issues a LoadLibrary call to load a DLL wich has no other dependencies on the network.
All functions properly on NT, but, if I try to make the same thing under Windows 2000, I get an error if the DLL resides in a network drive.
My application runs under the Administrator account, with all privileges.
Is there around someone which can give me an idea on how to solve this problem?
Many thanks in advance