Results 1 to 6 of 6

Thread: Network problem

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 1999
    Location
    Ilirska Bistrica, Slovenia
    Posts
    242

    Question

    Hello!

    I'm currently developing one network related program that uses network drives. But at home I don't have network. Is there any way to simulate network drives?

    Zvonko
    Zvonko Bostjancic
    Ilirska Bistrica, Slovenia
    [email protected]
    Using VS6 Professional with SP3
    Programming mostly in VB and I've started to learn VC++ & MFC

  2. #2
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Auckland, NZ
    Posts
    411

    What network, what OS?

    I still won't know the answer, but I am sure potential help is just around the corner if you advise these things.

    At a guess, if you are using WindowsNT or maybe even any Windows OS, you ought to be able to set up Shared mount points on your local disks and in your code, access them via the "network" name rather than the real path. In fact, if you use UNC, perhaps it won't even matter if you are using a Microsoft network or Novell network...

    Regards
    Paul

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 1999
    Location
    Ilirska Bistrica, Slovenia
    Posts
    242
    I'm using Win2k and MS network.
    Does this help?
    Zvonko Bostjancic
    Ilirska Bistrica, Slovenia
    [email protected]
    Using VS6 Professional with SP3
    Programming mostly in VB and I've started to learn VC++ & MFC

  4. #4
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Auckland, NZ
    Posts
    411

    I think it will help

    I am sure someone who has already done this before might be able to help you.

    I am sure that the WIndows OS will treat a local share point the same as a network share point. The only possible difference I thin would be that you are less likely to fail to connect to a local share point because your login credentials are more certain (from your server's point of view).

    If I'm not right in thinking that Windows treats local shares the same as network shares then I guess I would be stuck. It just doesn't make sense to me to treat them any different.

    Sorry I can't give you specifics but if you try to do it, what happens? Have to set up a share point on your win2k machine and tried to access it "as if it were a network resource"?

    Regards
    Paul Lewis

  5. #5
    Addicted Member nota141's Avatar
    Join Date
    Feb 2000
    Location
    The place down there under everyone else.
    Posts
    224
    i have had the same problem and i found a program which was part of dos which is still in the windows/command dir called subst.exe which will make a local directory have it's own drive letter.
    On Error wake up and try again ;-)
    ___________________________
    ICQ # 65392645
    email - [email protected]

    Visual Studio 6 ent with SP5 Running on XP with an AMD 1.2 ThunderBird with 512 MB RAM And a 120GB primary HDD (very sweet)

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Aug 1999
    Location
    Ilirska Bistrica, Slovenia
    Posts
    242
    Thanks
    Zvonko Bostjancic
    Ilirska Bistrica, Slovenia
    [email protected]
    Using VS6 Professional with SP3
    Programming mostly in VB and I've started to learn VC++ & MFC

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width