Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing custom object types in DLLs from VFP
Message
From
14/05/1998 09:17:29
Scott Malinowski
Arizona Fox Software LLC
Arizona, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Accessing custom object types in DLLs from VFP
Miscellaneous
Thread ID:
00099390
Message ID:
00099390
Views:
47
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;
};
Reply
Map
View

Click here to load this message in the networking platform