[fpc-pascal] TComponent with Corba Interfaces

Michael Van Canneyt michael at freepascal.org
Wed May 19 16:03:37 CEST 2010



On Wed, 19 May 2010, Graeme Geldenhuys wrote:

> Hi,
>
> I'm using TComponent has one of my base classes, but extending my classes
> with Corba style Interfaces. Will this not conflict with TComponent which
> already uses IUnknown (COM style interface)?

Why should it ? The style of the interface only affects the interface.
There is no reason why a class cannot implement interfaces of both types,
independently of one another.

Michael.



More information about the fpc-pascal mailing list