[fpc-pascal] Re: FPObserver Examples anywhere?

bsquared bwcode4u at gmail.com
Thu Nov 15 21:01:51 CET 2012


On 11/15/2012 11:38 AM, Graeme Geldenhuys wrote:
> On 2012-11-15 18:01, bsquared wrote:
>>
>> I have had no exposure to CORBA. Your example gave me just what I needed.
>
> CORBA style interface are simply interfaces without reference counting -
> so you are in control of when to free instances.
>
> CORBA style interfaces (as seen in FPC) are far from a complete CORBA
> ORB (Object Request Broker) implementation like the one included with
> Delphi.
>
> So ignore the name CORBA, and just think of it as COM interfaces without
> reference counting. Oh, and CORBA interfaces don't descend from IUnknown
> & IInterface.
>
>
> Regards,
>    - Graeme -
>
>
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>

Thanks again.
-- 
Regards,
Brian




More information about the fpc-pascal mailing list