[fpc-pascal] Re: FPObserver Examples anywhere?
Graeme Geldenhuys
graeme at geldenhuys.co.uk
Thu Nov 15 20:38:43 CET 2012
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 -
More information about the fpc-pascal
mailing list