Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subclassing a class inside a dll
Message
From
19/03/2003 02:43:27
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00759049
Message ID:
00767404
Views:
20
First create the instance of your lib then use GETINTERFACE to
create a instance of the interface that is defined within the parent lib.
Not sure if this is what your talking about but I just ran into the same
problem and this worked for me.

x = CREATEOBJECT("my.lib")
m1=GETINTERFACE(x,"subclass")

Good luck
Previous
Reply
Map
View

Click here to load this message in the networking platform