Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Created COM DLL not showing in RACMGR32.EXE
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00113924
Message ID:
00114312
Vues:
16
>I created a local DLL in VFP 6.0 which registered it, but it is not showing up when I run Remote Automation Manager. Does anyone know what I'm doing wrong?

You can't remote DLLs - only EXEs. Don't use RACMAN either. Just configure your
server through DCOM. Much faster and actually easier to set up.

If you want to remote in VFP 6 and you're using VFP 6.0 as the client you
may not even need to configure anything. CREATEOBJECTEX() lets you run an
object on a remote machine without any local configuration (assuming you have access rights to do so).

The only way to remote a DLL is to register it in MTS (which turns it into a proxied OutOfProc component effectively). Once in MTS, MTS will handle the remote proxy stub to let your server be called from another machine.

+++ Rick ---
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform