Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How is DCOM instanced?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00308648
Message ID:
00308707
Views:
25
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform