On Fri, Jan 29, 2016 at 4:08 AM, Sven Barth <pascaldra...@googlemail.com>
wrote:
[...]

> No. Corba interfaces are non-reference counted interfaces. Manual
> interfaces means that an interfaces VMT had been created by hand and passed
> around as an interface instance.
>
> > I'm asking about using interfaces because I could easily change my
> project to use abstract classes, however I don't know if the interfaces
> choice can be a good choice.
> >
>
> There isn't that much difference in using interfaces or abstract classes.
> Only the reference counting of COM interfaces comes to mind and then you
> should avoid using the class instance instead of its interfaces.
>
Thxs for that info! :-)

-- 
Silvio Clécio
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to