Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subclassing a class inside a dll
Message
De
19/03/2003 02:43:27
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00759049
Message ID:
00767404
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform