[Lazarus] IUnknown and reference counting

Graeme Geldenhuys graeme at geldenhuys.co.uk
Thu Mar 21 09:26:21 CET 2013


On 2013-03-21 07:07, Hans-Peter Diettrich wrote:
> 
> Does this mean that CORBA interfaces are not reference counted at all,

Correct. And as Martin said, the name "CORBA" is a bit misleading. FPC
has no CORBA or ORB implementation, so no distributed communications can
be done out of the box. The interfaces in that mode [CORBA style], I
guess, is just _similar_ to real CORBA apps. The easiest way to explain
it is that CORBA style interfaces are just like COM style interfaces,
but without reference counting, and no IUnknown methods.


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/





More information about the Lazarus mailing list