Vincent Snijders wrote:
> Hi,
>
> I am looking at some shootout benchmarks and I have the following
> question. Look at the following program:
>
> program loop;
>
> {$mode objfpc}
>
> var
> d: array[0..$FFF] of double;
> di: PDouble;
> i: integer;
> c: double;
>
> begin
> c := 125;
>
Does this mean we can't do snapshot on win32? Is there a fix planned? Eg
couldn't we write a fpc version of cp - guess this would only be a few lines or
is it more complicated than this?
Regards John
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Peter
V
Greetings all! When building the Sparc Linux port of 2.1.1 from the
current (as of this email) SVN code, I get the following messages:
/home/robert/fpc/compiler/ppc1 -Ur -Ur -Xs -O2 -n -Fi../inc -Fi../sparc
-Fi../un ix
-Fisparc -FE. -FU/
I have encountered a strange phenomenon, and I would like to fix it, if it
weren't for the fact that I have no idea why it appears.
So what happened? When using the zstreams.pp unit in a sample project I
get an error message "Fatal: Can't find unit FPReadPNG". I searched all
sources to find out w
Hi,
I am looking at some shootout benchmarks and I have the following
question. Look at the following program:
program loop;
{$mode objfpc}
var
d: array[0..$FFF] of double;
di: PDouble;
i: integer;
c: double;
begin
c := 125;
i := low(d);
repeat
d[i] := c*c;
inc(i);
u
On Thu, Sep 21, 2006 at 10:11:31AM +0200, Olle Raab wrote:
> Hello!
>
> Free Pascal 2.0.4 is now also available for classic Mac OS.
>
> http://www.freepascal.org/download.html
>
You damned good hackers! :-)
--
Marco Ciampa
++
| Linux User #78271 |
| FSFE fellow #364 |
+
Hello!
Free Pascal 2.0.4 is now also available for classic Mac OS.
http://www.freepascal.org/download.html
Regards Olle Raab
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal