Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LoadLibrary and DLL residing on a network drive

Status
Not open for further replies.

mgazzeri

Programmer
Jul 11, 2003
1
IT
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top