Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GETINTERFACE() is there a equivalent in VFP 5,6 ?
Message
From
19/03/2003 02:59:17
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
GETINTERFACE() is there a equivalent in VFP 5,6 ?
Miscellaneous
Thread ID:
00767408
Message ID:
00767408
Views:
46
I have a created an instance of a OLE lib which has several interfaces
defined internally. I have sucessfully accessed the interfaces with the following code. I can access each of 9 defined interfaces using the following code:

x = CREATEOBJECT("my.mainlib")
y = GETINTERFACE(x,"1stinterface")


Can I accomplish the same thing in VFP 5 and 6 since my application is distributed in VFP 5,6,7? Is there any way to access these defined interfaces?


Thanks,

Gary
Next
Reply
Map
View

Click here to load this message in the networking platform