VC++ 6.0 dll can not access a network drive
- From: DBC User <dbcuser@xxxxxxxxx>
- Date: Tue, 25 Sep 2007 08:43:41 -0700
Hi All,
I have a VC 6.0 dll, which is called from one another exe. This dll in
turn will execute couple of programs in a network with CreateProcess.
When I ran the CreateProcess, my getlast error returned with error
code 3 (directory not found). I opened a dos box and I was able to
switch to the network drive without any problem.
I checked and made sure the user has full permission to the drive
where he is trying to access the files.
The program is running under vista OS. The server is Windows 2K3.
I wrote a simple console application in VC 6.0, which does nothing but
do a lookup on a file on the network and it successfully finding the
file. Doesn't have any problem in identifying the network, what could
be the problem in this one?
Any ideas why would this happen?
Thanks.
.
- Follow-Ups:
- Re: VC++ 6.0 dll can not access a network drive
- From: David Lowndes
- Re: VC++ 6.0 dll can not access a network drive
- From: Joseph M . Newcomer
- Re: VC++ 6.0 dll can not access a network drive
- Prev by Date: Re: Future of MFC?
- Next by Date: Re: VC 2003 - Adding a windows variable member .. never terminate!
- Previous by thread: Re: Visual C++ 6.0 & MFC memory leaks
- Next by thread: Re: VC++ 6.0 dll can not access a network drive
- Index(es):
Relevant Pages
|
Loading