Re: [fpc-devel] How to build Win32 FPC compiler for linux-arm devices?

2007-01-30 Thread Daniël Mantione
Op Wed, 31 Jan 2007, schreef Vincent Snijders: > > Don't use shared libraries :) Seriously, I don't know, this totally > > depends on the exact ARM device. A Thecus like Florian uses will likely > > run a glibc system, but a more limited device like the GP2x will likely > > use an embedded libc,

Re: [fpc-devel] How to build Win32 FPC compiler for linux-arm devices?

2007-01-30 Thread Vincent Snijders
Daniël Mantione schreef: Op Tue, 30 Jan 2007, schreef Vincent Snijders: Daniël Mantione schreef: Op Mon, 29 Jan 2007, schreef Michael Schnell: For compiling for ARM a cross compiler is necessary anyway, Yes, but, the big difference is that the ARM cross compiler for Linux is an official FP

Re: [fpc-devel] How to build Win32 FPC compiler for linux-arm devices?

2007-01-30 Thread Daniël Mantione
Op Tue, 30 Jan 2007, schreef Vincent Snijders: > Daniël Mantione schreef: > > > > Op Mon, 29 Jan 2007, schreef Michael Schnell: > > > > > For compiling for ARM a cross compiler is necessary anyway, > > > > Yes, but, the big difference is that the ARM cross compiler for Linux is > > an officia

Re: [fpc-devel] How to build Win32 FPC compiler for linux-arm devices?

2007-01-30 Thread Vincent Snijders
Daniël Mantione schreef: Op Mon, 29 Jan 2007, schreef Michael Schnell: For compiling for ARM a cross compiler is necessary anyway, Yes, but, the big difference is that the ARM cross compiler for Linux is an official FPC release and therefore useable without digging into the compiler build

Re: [fpc-devel] delegate objects

2007-01-30 Thread ik
Hi, Thank you for the example. I will study it more on the weekend, when I'll have more time to learn it .. Ido On 1/30/07, Leonardo M. Ramé <[EMAIL PROTECTED]> wrote: > Is there a way do delegate such methods on classes using Object Pascal ? > If so, how would you do it ? Yes, delegates are

Re: [fpc-devel] delegate objects

2007-01-30 Thread Leonardo M. Ram
> Is there a way do delegate such methods on classes using Object Pascal ? > If so, how would you do it ? Yes, delegates are called "Events" in Object Pascal. Here a simple example: program EventExample; uses SysUtils, Classes; type { define the event type } TOnCalc = procedure (APercen

Re: [fpc-devel] How to build Win32 FPC compiler for linux-arm devices?

2007-01-30 Thread Daniël Mantione
Op Mon, 29 Jan 2007, schreef Michael Schnell: > For compiling for ARM a cross compiler is necessary anyway, Yes, but, the big difference is that the ARM cross compiler for Linux is an official FPC release and therefore useable without digging into the compiler build process. Simply download 2