Re: [lazarus] how are interfaces / virtual functions handled internally

2006-10-12 Thread Christian Iversen
I'll try to write a complete response to you very soon, I'm just very busy at the moment. If I should happen to forget it, will you please send me a private email? Thanks :) -- Regards, Christian Iversen _ To unsubscribe: ma

Re: [lazarus] how are interfaces / virtual functions handled internally

2006-10-10 Thread Albert Zeyer
Am Freitag, den 06.10.2006, 15:13 + schrieb Albert Zeyer: Am Donnerstag, den 05.10.2006, 15:08 +0200 schrieb Christian Iversen: On Thursday 05 October 2006 16:48, Albert Zeyer wrote: > Hi > > I am working on a very huge object-system, that means, I will have > thousands objects

Re: [lazarus] how are interfaces / virtual functions handled internally

2006-10-06 Thread Albert Zeyer
Am Donnerstag, den 05.10.2006, 15:08 +0200 schrieb Christian Iversen: On Thursday 05 October 2006 16:48, Albert Zeyer wrote: > Hi > > I am working on a very huge object-system, that means, I will have > thousands objects and more in the memory. > I am now thinking on how to redrucing the need

Re: [lazarus] how are interfaces / virtual functions handled internally

2006-10-05 Thread Christian Iversen
On Thursday 05 October 2006 16:48, Albert Zeyer wrote: > Hi > > I am working on a very huge object-system, that means, I will have > thousands objects and more in the memory. > I am now thinking on how to redrucing the needed memory for each object > to a minimum. > > The base of all objects is abs

[lazarus] how are interfaces / virtual functions handled internally

2006-10-05 Thread Albert Zeyer
Hi I am working on a very huge object-system, that means, I will have thousands objects and more in the memory. I am now thinking on how to redrucing the needed memory for each object to a minimum. The base of all objects is abstract, that means, I could use an interface for it or an abstract