Results 1 to 3 of 3

Thread: Newbie - Network Application ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Posts
    9
    I've made an application that I want to run on a network server. In the server setup, I've put all dlls, etc in the application folder, so it runs without changing the server's system files. How can I get clients to run the application without messing with the client system files?

    Thanks for any help.



  2. #2
    Junior Member
    Join Date
    May 2000
    Posts
    27

    late reply but might be useful

    i understand the exe and the dlls are in the server and u want to run them...
    this shouldnt be a problem becoz the program first looks for dlls in the application directory and then in the system directory so putting everything in the application directory should work fine...
    hope this helps...

  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    Does the app actually RUN on the server? how does your client communicate with the server? are you using DCOM? Winsock?

    If your app is stored on the server (as a file server), you need to install the app on every client (or at least make sure all components are registered, etc.)

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