Hi,
is it possible to compile pascal programs for amd64?
We have a Delphi program that needs more of 3Gb ram user space... it'd be a
perfect excuse to begin to use fpc at work.
Bye Uberto
___
fpc-devel maillist - [EMAIL PROTECTED]
http://lists.freepa
Uberto Barbini wrote:
Hi,
is it possible to compile pascal programs for amd64?
We have a Delphi program that needs more of 3Gb ram user space... it'd be a
perfect excuse to begin to use fpc at work.
Yes, though you've to build it from the sources. However, only
linux/amd64 is supported yet, no wi
> Hi,
> is it possible to compile pascal programs for amd64?
> We have a Delphi program that needs more of 3Gb ram user space... it'd be
> a
> perfect excuse to begin to use fpc at work.
Current CVS can be compiled for amd64. See for example the testsuite run
at
http://www.freepascal.org/cgi-bin/t
Hi,
I noticed that sometimes cvs-changes are not included in the Changes.lazarus
file in fpc/logs.
For example there was no entry for the adding of:
http://www.freepascal.org/cgi-bin/viewcvs.cgi/projects/lazarus/components/im
ages/imagesforlazarus.lpk
There was no entry for this commit:
http://w
On Thu, 26 Aug 2004 10:31:29 +0200, Vincent Snijders wrote
> I noticed that sometimes cvs-changes are not included in the Changes.lazarus
> file in fpc/logs.
>
> For example there was no entry for the adding of:
> http://www.freepascal.org/cgi-bin/viewcvs.cgi/projects/lazarus/components/im
> ages/
> On Thu, 26 Aug 2004 10:31:29 +0200, Vincent Snijders wrote
>> I noticed that sometimes cvs-changes are not included in the
>> Changes.lazarus
>> file in fpc/logs.
>>
>> For example there was no entry for the adding of:
>> http://www.freepascal.org/cgi-bin/viewcvs.cgi/projects/lazarus/components/i
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED] [mailto:fpc-devel-
> > On Thu, 26 Aug 2004 10:31:29 +0200, Vincent Snijders wrote
> >> I noticed that sometimes cvs-changes are not included in the
> >> Changes.lazarus
> >> file in fpc/logs.
> >>
> >> For example there was no entry for th
The following smal pascal program is stored in file named
TestProgram.pas in the current working directory.
program TestProgamm;
var
i : Integer;
begin
for i := 1 to 5 do
writeln('Test');
end.
It compiles successfully with:
fpc -g TestProgram.pas
An object file named TestProgr
Dr. Rolf Jansen wrote:
The following smal pascal program is stored in file named
TestProgram.pas in the current working directory.
program TestProgamm;
var
i : Integer;
begin
for i := 1 to 5 do
writeln('Test');
end.
It compiles successfully with:
fpc -g TestProgram.pas
An obje
Hi!
In FPC 1.9.4 there is a bug concerning comparison of a string if it is
empty. The program to test is
Program Bug;
Var SS : ShortString;
AS : AnsiString;
Begin
SS := 'asdf';
AS := 'asdf';
WriteLn('SS > : ', SS > '');
WriteLn('Length(SS) > 0: ' , Length(SS) > 0);
W
Am 26.08.2004 um 15:45 schrieb Florian Klaempfl:
Dr. Rolf Jansen wrote:
...
The lowercase filename comes into the .stabs of the TestProgram due
to the routine TGNUAssembler.WriteFileLineInfo of aggas.pas at line
237 of the fpc compiler. If I change that line from:
AsmWriteLn(#9'.stabs "'+lower
On Thu, 26 Aug 2004, Vincent Snijders wrote:
> > -Oorspronkelijk bericht-
> > Van: [EMAIL PROTECTED] [mailto:fpc-devel-
> > > On Thu, 26 Aug 2004 10:31:29 +0200, Vincent Snijders wrote
> > >> I noticed that sometimes cvs-changes are not included in the
> > >> Changes.lazarus
> > >> file
On Thu, 26 Aug 2004 17:39:24 +0200 (CEST)
[EMAIL PROTECTED] wrote:
> > If this is true, is this local version also updated hourly with cvs update
> > -d -P?
>
> No.
> New files will only appear in the changelog after midnight.
I have no problem with that. But I fear that for the lazarus directo
On Thu, 26 Aug 2004, Vincent Snijders wrote:
> On Thu, 26 Aug 2004 17:39:24 +0200 (CEST)
> [EMAIL PROTECTED] wrote:
>
> > > If this is true, is this local version also updated hourly with cvs update
> > > -d -P?
> >
> > No.
> > New files will only appear in the changelog after midnight.
> I
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED] [mailto:fpc-devel-
> [EMAIL PROTECTED] Namens [EMAIL PROTECTED]
> On Thu, 26 Aug 2004, Vincent Snijders wrote:
>
> > On Thu, 26 Aug 2004 17:39:24 +0200 (CEST)
> > [EMAIL PROTECTED] wrote:
> >
>
> It's now fixed. When the changelog is m
15 matches
Mail list logo