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,
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
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
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
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
> 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
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