Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How is DCOM instanced?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00308648
Message ID:
00308707
Vues:
26
>No, you must BUILD EXE to build a DCOM server. You can BUILD DLL and then move your component into an MTS application and then access it via DCOM.
>
>To instantiate a remote object from VFP use CREATEOBJECTEX as in:
>
>o=CREATEOBJECTEX("visualfoxpro.application","www.west-wind.com")
>
>The server must exist on the server and the type library (or the entire server) must be registered on the client. You can use clireg32 to do that. The client must also be included in the DCOM access and launch permissions of the server via local machine account!
>
>
>You can find out more about this at:
>
>http://www.west-wind.com/articles.htm
>
>and look at the Internet Enabling article.

Wow, thanks - I will re-read the enabling article!
Imagination is more important than knowledge
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform