[fpc-pascal]Re: fpc-pascal digest, Vol 1 #1646 - 4 msgs
Florian Klaempfl
Florian.Klaempfl at gmx.de
Tue Jan 7 17:47:26 CET 2003
vkrish at vkrish.cjb.net wrote:
> On a different subject: why do interfaces in FPC inherit from IUnknown ? Is this for supporting COM ? If objects are not reference counted why then interfaces are ?
If you declare corba interfaces, they won't be ref. counts.
{$interfaces corba} does the trick, it applies to all interfaces
declared after that switch.
More information about the fpc-pascal
mailing list