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@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal