[fpc-pascal]Re: fpc-pascal digest, Vol 1 #1646 - 4 msgs
Sebastian Günther
sguenther at gmx.de
Tue Jan 7 18:23:02 CET 2003
vkrish at vkrish.cjb.net schrieb:
>
> Ha!. thx for the enlightenment. So to obtain Java/Objective-C like interfaces, I just need to put {$interfaces corba}. right ?
I personally would recommend to use IUnknown, as it is a semi-standard
by now. It adds only 3 methods for reference counting and typecasting
support, and not only COM uses it. (e.g. Mozilla's internal components
use IUnknown compatible interfaces as well)
- Sebastian
More information about the fpc-pascal
mailing list