Re: [fpc-pascal] Free Pascal 2.6.0rc1 released

2011-11-10 Thread Schatzl Thomas
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

Re: [fpc-pascal] Re: [fpc-devel] cpu

2009-11-25 Thread Schatzl Thomas
.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

[fpc-pascal] Re: [fpc-devel] cpu

2009-11-25 Thread Schatzl Thomas
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.

Re: [fpc-pascal] two small ?s - high(real) and nearest 2^x

2009-10-11 Thread Schatzl Thomas
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 >

Re: [fpc-pascal] Building latest SVN

2008-09-23 Thread Schatzl Thomas
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