Re: [fpc-pascal] Freepascal 2.2.0 released

2007-09-11 Thread Daniël Mantione
Op Tue, 11 Sep 2007, schreef Johann Glaser: > Hi! > > > > procedure abc(const x:array of byte); > > > > > > begin > > > end; > > > > > > var b:array[0..15] of byte; > > > > > > begin > > > abc(b[0..9]); > > > end; > > > > I see, pretty neat for handling array row-wise or the like, thanks.

Re: [fpc-pascal] Freepascal 2.2.0 released

2007-09-11 Thread Johann Glaser
Hi! > > procedure abc(const x:array of byte); > > > > begin > > end; > > > > var b:array[0..15] of byte; > > > > begin > > abc(b[0..9]); > > end; > > I see, pretty neat for handling array row-wise or the like, thanks. Is it also possible to run abc(b[2..9]); i.e. using a start-index diffe

Re: [fpc-pascal] Freepascal 2.2.0 released

2007-09-11 Thread Marc Santhoff
Am Dienstag, den 11.09.2007, 15:17 +0200 schrieb Joost van der Sluis: > Op dinsdag 11-09-2007 om 14:47 uur [tijdzone +0200], schreef Marc > Santhoff: > > Am Montag, den 10.09.2007, 12:56 +0200 schrieb Joost van der Sluis: > > > > Since this page isn't already up: > > > > > http://wiki.freepascal

Re: [fpc-pascal] Freepascal 2.2.0 released

2007-09-11 Thread Marc Santhoff
Am Dienstag, den 11.09.2007, 15:13 +0200 schrieb Daniël Mantione: > > Can someone please give a short explanation of this item?: > > > > > * pointer[low..high] syntax to pass C-style pointer arrays to procedures > > > using open arrays > > If you allocate dynamic sized structures using poi

Fwd: [fpc-devel] Re: [fpc-pascal] Freepascal 2.2.0 released

2007-09-11 Thread Jonas Maebe
Sent to wrong mailing list (web mail ...) - Doorgestuurd bericht van [EMAIL PROTECTED] - Datum: Tue, 11 Sep 2007 16:18:03 +0200 Van: Jonas Maebe <[EMAIL PROTECTED]> Antwoorden aan:FPC developers' list <[EMAIL PROTECTED]> Onderwerp: [fpc-devel] Re: [fpc-pascal]

Re: [fpc-pascal] Freepascal 2.2.0 released

2007-09-11 Thread Joost van der Sluis
Op dinsdag 11-09-2007 om 14:47 uur [tijdzone +0200], schreef Marc Santhoff: > Am Montag, den 10.09.2007, 12:56 +0200 schrieb Joost van der Sluis: > > Since this page isn't already up: > > > http://wiki.freepascal.org/User_Changes_2.2.0 > > Can someone please give a short explanation of this ite

Re: [fpc-pascal] Freepascal 2.2.0 released

2007-09-11 Thread Daniël Mantione
Op Tue, 11 Sep 2007, schreef Marc Santhoff: > Am Montag, den 10.09.2007, 12:56 +0200 schrieb Joost van der Sluis: > > Since this page isn't already up: > > > http://wiki.freepascal.org/User_Changes_2.2.0 > > Can someone please give a short explanation of this item?: > > > * pointer[low..h

Re: [fpc-pascal] Freepascal 2.2.0 released

2007-09-11 Thread Marc Santhoff
Am Montag, den 10.09.2007, 12:56 +0200 schrieb Joost van der Sluis: Since this page isn't already up: > http://wiki.freepascal.org/User_Changes_2.2.0 Can someone please give a short explanation of this item?: > * pointer[low..high] syntax to pass C-style pointer arrays to procedures > us

Re: [fpc-pascal] Freepascal 2.2.0 released

2007-09-11 Thread Marc Santhoff
Am Montag, den 10.09.2007, 12:56 +0200 schrieb Joost van der Sluis: > The Free Pascal Compiler team is pleased to announce the release of FPC > 2.2.0! Many thanks to all people making this happen! Although I'm not an every day user of fpc and lazarus it's a great gift to have such mature tools

Re: [fpc-pascal] Freepascal 2.2.0 released

2007-09-11 Thread Bernd Mueller
Joost van der Sluis wrote: The Free Pascal Compiler team is pleased to announce the release of FPC 2.2.0! Congratulations and thank you very much. Regards, Bernd. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.o

[fpc-pascal] Freepascal 2.2.0 released

2007-09-10 Thread Joost van der Sluis
The Free Pascal Compiler team is pleased to announce the release of FPC 2.2.0! An overview of most changes is available below, but some highlights are: * Architectures: PowerPC/64 and ARM support * Platforms: Windows x64, Windows CE, Mac OS X/Intel, Game Boy Advance, and Game Boy DS support *