Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM+ features
Message
From
05/04/2000 00:48:53
 
 
To
04/04/2000 17:38:03
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00355319
Message ID:
00355523
Views:
21
>Does VFP support the following COM+ features?
>
>- Queued Components (My guess is yes)
>- Loosely Coupled Events (My guess is no)

Both Queued components and LCE require interface implementation, which VFP does not do. AFAIK, COM+ uses a tlb to determine supported interfaces, so you if you were really determined, you might be able to fake it by just creating the required methods in your component and creating a tlb with another tool. It would take significant tweaking of the registry to associate the tlb and the interfaces with the component. I really have no idea if this would work- just speculation here.

Hopefully in the next version, we will be able to support interface inheritance similar to how VB does.

>- IObjectConstruct (I have no idea)

I have no idea what this is.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform