Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DCOM
Message
From
18/12/1998 08:21:06
 
 
To
17/12/1998 13:03:07
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Re: DCOM
Miscellaneous
Thread ID:
00168581
Message ID:
00168796
Views:
29
Thanks to everybody who responded to my post. This is all too complicated for what I needed to do. I wanted to create a class that could be used by many different applications on different machine without the need of running any configuration on each machine.

I had 3 choices for designing my class:
1) Create a VCX: have to recompile every application after each change to the class
2) Create a DLL (COM): have to register it on every machine and need to distribute it to every machine after each change to the class
3) Create a EXE (DCOM): the steps to make this work seems to be too complicated. I don't know if the server on which I wanted to install it has DCOM95 installed. It does pose a problem if I need to reboot the server after configuring it correcly, this server is in use from 7:00 AM to 3:00 AM. Unless you want to wake up at 4:30 AM...

Thanks again

>I have build a small ActiveX Server (.EXE) just to learn how it work.
>
>When the .EXE is on my hard disk, CreateObject() work fine. But, when I put the .EXE on another computer, CreateObject() return "Server execution failed".
>
>What am I missing?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform