Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can object be passed to COM/DCOM server?
Message
De
12/05/1999 21:55:25
 
 
À
12/05/1999 09:32:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00217787
Message ID:
00218209
Vues:
21
I haven't tried it with a VFP COM. The answer is certainly NO if the COM was written in VC++. I would say that it will not work with VFP COM objects either. BTW, how do you declare the parameter in the COM object (ie what type is it?)?

Vlad

>I have a main object from which I create COM server object and pass the reference to main object to COM server. it looks like this:
>
>Main.Init
>
>goCOMSRV = create([myDCOM.DCOM],this)
>
>
>in Init of COM server I have the following:
>
>lparameters voMain
>
>this.roMAIN = voMain
>
>this.roMain.Method && at this line I got an error that roMain is
> not a member
>
>so, how should I pass an object to COM object?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform