Re: [fpc-pascal] TComponent with Corba Interfaces

2010-05-19 Thread Michael Van Canneyt
On Wed, 19 May 2010, Graeme Geldenhuys wrote: Michael Van Canneyt het geskryf: Why should it ? The style of the interface only affects the interface. I haven't noticed any issues, but was a bit concerned. I don't know how different the internal workings are between COM and Corba interface

Re: [fpc-pascal] TComponent with Corba Interfaces

2010-05-19 Thread Graeme Geldenhuys
Michael Van Canneyt het geskryf: > > Why should it ? The style of the interface only affects the interface. I haven't noticed any issues, but was a bit concerned. I don't know how different the internal workings are between COM and Corba interfaces. So I thought I would ask before I got to far a

Re: [fpc-pascal] TComponent with Corba Interfaces

2010-05-19 Thread Michael Van Canneyt
On Wed, 19 May 2010, Graeme Geldenhuys wrote: Hi, I'm using TComponent has one of my base classes, but extending my classes with Corba style Interfaces. Will this not conflict with TComponent which already uses IUnknown (COM style interface)? Why should it ? The style of the interface only

[fpc-pascal] TComponent with Corba Interfaces

2010-05-19 Thread Graeme Geldenhuys
Hi, I'm using TComponent has one of my base classes, but extending my classes with Corba style Interfaces. Will this not conflict with TComponent which already uses IUnknown (COM style interface)? Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://o