Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to activate OLE server ?
Message
From
01/03/2001 08:41:20
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00480113
Message ID:
00480919
Views:
10
>>>You are right about those features of CREATEOBJECTEX() and that CREATEOBJECT() also can be used for DCOM. But if the goal is, clearly, to create a COM object on the remote computer, what advantages gives me using CREATEOBJECT() instead of CREATEOBJECTEX() which is especially designed for this purpose?
>>
>>They are both for creating COM objects, the difference is that CREATEOBJECT() defers to the local registry to decide on what machine to run the object, CREATEOBJECTEX() uses the second parameter to decide. If you are using CliReg, you have already altered the registry to instruct the caller to instanciate the process on the remote box, so using CREATEOBJECTEX is redundant, and only confuses the matter, IMO.
>
>IMHO, calling CREATEOBJECTEX() is cleaner implementation, because in the code it is clear what you are doing,

Or the code is 'bound' to one computer, where changing network configurations requires that you recompile...
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform