Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing custom object types in DLLs from VFP
Message
De
14/05/1998 09:17:29
Scott Malinowski
Arizona Fox Software LLC
Arizona, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Accessing custom object types in DLLs from VFP
Divers
Thread ID:
00099390
Message ID:
00099390
Vues:
48
Is it possible to import (or something equivalent in VFP) a reference to a DLL's type library using Visual FoxPro, so the custom object-types of that DLL are available in VFP?

Specifically I want to access the interface IRequest listed bellow...
[
uuid(3E60D237-BE69-11CF-9756-00AA00C00908),
dual, hidden,
helpstring("IRequest Interface"),
]
interface IRequest : Idispatch
{
... more interface definition follows.
...
}

Or maybe use the coclass definition as VB does?

[
uuid(3E60D23B-BE69-11CF-9756-00AA00C00908),
helpstring("Request Class")
]
coclass Request
{
[default] interface IRequest;
};
Répondre
Fil
Voir

Click here to load this message in the networking platform