[fpc-pascal] TComponent with Corba Interfaces

Michael Van Canneyt michael at freepascal.org
Wed May 19 16:10:12 CEST 2010



On Wed, 19 May 2010, Graeme Geldenhuys wrote:

> Michael Van Canneyt het geskryf:
>>
>> Why should it ? The style of the interface only affects the interface.
>
>
> I haven't noticed any issues, but was a bit concerned. I don't know how
> different the internal workings are between COM and Corba interfaces. So I
> thought I would ask before I got to far ahead with my current code. So I'll
> just continue coding as normal then - thanks for the quick response.

With COM interfaces, reference counting mechanisms are inserted, with
initialization/finalization and whatnot.

With CORBA interfaces, no such 'extra' code is generated.

Michael.



More information about the fpc-pascal mailing list