Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can object be passed to COM/DCOM server?
Message
From
12/05/1999 21:55:25
 
 
To
12/05/1999 09:32:44
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00217787
Message ID:
00218209
Views:
22
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform