Hi,
Original-Nachricht
> Datum: Thu, 10 Nov 2011 10:14:42 +0100
> Von: Felipe Monteiro de Carvalho
> An: FPC-Pascal users discussions
> Betreff: Re: [fpc-pascal] Free Pascal 2.6.0rc1 released
> Hello,
>
> What is: fpc-2.6.0rc1.arm-linux.tar
> ?
>
> Is it supposed to run on a
.2.4/go32v2, no difference whether I put {$calling
oldfpccall} before the "unit" declaration, or between unit declaration and
"interface" keyword or after the "interface" keyword.
As soon as it I put it in, the example programs started working. Without they
did no
Hi,
> is there anyone who ported cpu.pp (from Thomas Schatzl) to fpc 2.2.4
> (target go32v2)
it compiles out of the box with the 2.2.4 go32v2 compiler.
You will want to add a {$CALLING PASCAL} statement at the top of the units -
some assembly code assumes some (ancient) calling convention.
Hello,
> 2. For the purposes of reserving memory in block sizes that can be
> easily reallocated, I like to use powers of two. So if I have, e.g., a
> dynamic array, I might start with a size of 1024 and then double it
> when it hits capacity. Hopefully this smoothes memory management, as I
>
Hello,
> Von: Roland Turcan <[EMAIL PROTECTED]>
> Hello FPC-Pascal users discussions!
>
> It stops with message:
>
> > systemh.inc(84,2) Error: User defined: Building trunk is only
> > supported when using the latest release as a starting compiler.
This is intentional, otherwise it would be a