Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Network Drive Access

Reply
Thread Tools

Network Drive Access

 
 
mikeb
Guest
Posts: n/a
 
      08-28-2006
I am using VIsual 6 C++ with older style C access routines. When
attempting to access files on a network drive, the files appear
un-available. Is this due to the version of access routines <stdio> ?
Thanks - Mike B.

 
Reply With Quote
 
 
 
 
mlimber
Guest
Posts: n/a
 
      08-28-2006
mikeb wrote:
> I am using VIsual 6 C++ with older style C access routines. When
> attempting to access files on a network drive, the files appear
> un-available. Is this due to the version of access routines <stdio> ?


Doubtful, but you should ask on a group that deals with Microsoft
products (see the list at
http://www.parashift.com/c++-faq-lit....html#faq-5.9).

BTW, there is no <stdio>. There is <cstdio> and <stdio.h>, however.

Cheers! --M

 
Reply With Quote
 
 
 
 
Bart
Guest
Posts: n/a
 
      08-28-2006

mikeb wrote:
> I am using VIsual 6 C++ with older style C access routines. When
> attempting to access files on a network drive, the files appear
> un-available. Is this due to the version of access routines <stdio> ?
> Thanks - Mike B.


There is no fundamental difference between the C standard IO and C++ IO
streams in the VC++ implementation. In fact they are both implemented
using the same code base. If you screwed up something in your
implementation's libraries then that's another story. In any case, the
problem is most certainly not a C++ language issue, so you should
rather ask in a MS newsgroup.

Regards,
Bart.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there any module to map a network drive and remove a mapped network drive in perl king Perl Misc 1 10-22-2007 05:25 PM
making a new drive the boot drive in a 2 hard drive system hi2u Computer Support 3 07-30-2007 08:45 PM
how to check whether a drive is a network drive or drive from attached hard-disk shailesh Python 1 03-28-2007 12:57 PM
Adding a external usb drive to network as network storage? Ed Computer Support 6 03-14-2005 12:38 AM
How do I let people access the internet via an access point but not allow them access to my network yar Wireless Networking 4 09-21-2004 03:48 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57