Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Another COM, DCOM, COM+ question.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00601093
Message ID:
00601166
Vues:
24
>Hi,
>Try aa = CREATEOBJECTEX("mylib.myclass", IPAddress)
>
>HTH

Doing this requires a proxy to be installed on the client by exporting the COM+ Application, Try :
ox = CREATEOBJECTEX(CLSID, IPAddress)
You can find the CLSID of the class you want to initiate in the .tlb file after compiling your dll. Or in Component services, right-click on the class and properties you will see the CLSID there.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform