[fpc-pascal] Failed compiling SVN source on Raspi 1 B+

2015-02-27 Thread Bee
Hi, I just got my Raspberry 1 B+ and I wanted to install latest FPC (and Lazarus) on it. I got FPC v.2.6.4 installed from the linux-arm package. But then it failed to compile latest source from SVN (v.3.1.1 rev 30028). Here's the messages before the compilation failed... pi@raspi /usr/local/fpc/t

Re: [fpc-pascal] about interface and multiple inheritance

2015-02-27 Thread Sven Barth
On 27.02.2015 16:12, Michael Schnell wrote: On 02/27/2015 11:50 AM, Martin Schreiber wrote: Correct. MSEgui extensively uses corba style interfaces. Nice. -Michael (still thinking that using a term like "corba style" for language internals is decently smelly). Considering that they are activ

Re: [fpc-pascal] about interface and multiple inheritance

2015-02-27 Thread Michael Schnell
On 02/27/2015 11:50 AM, Martin Schreiber wrote: Correct. MSEgui extensively uses corba style interfaces. Nice. -Michael (still thinking that using a term like "corba style" for language internals is decently smelly). ___ fpc-pascal maillist - fp

Re: [fpc-pascal] about interface and multiple inheritance

2015-02-27 Thread Martin Schreiber
On Friday 27 February 2015 11:33:55 Marco van de Voort wrote: > > > > - where/how is this clearly (disregarding external stuff interfaces > > might *additionally* be useful to handle) documented ? > > I don't know. I guess Michael and Graeme are the main corba interface > consumers with the obser

Re: [fpc-pascal] about interface and multiple inheritance

2015-02-27 Thread Marco van de Voort
In our previous episode, Michael Schnell said: > > (I don't know how Delphi implements Corba interfaces, it had a own > > broker for some time) > Sorry, but I feel we are loosing tack of the original focus of this > thread: "what is a save replacement of multiple inheritance of classes ? " > >

Re: [fpc-pascal] about interface and multiple inheritance

2015-02-27 Thread Michael Schnell
On 02/26/2015 07:45 PM, Marco van de Voort wrote: (I don't know how Delphi implements Corba interfaces, it had a own broker for some time) Sorry, but I feel we are loosing tack of the original focus of this thread: "what is a save replacement of multiple inheritance of classes ? " - Obviousl