|
-
Jun 18th, 2000, 10:02 PM
#1
Thread Starter
New Member
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.
-
Jun 18th, 2000, 11:51 PM
#2
Junior Member
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...
-
Jun 19th, 2000, 12:16 AM
#3
Guru
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|