On Tue, 17 Feb 2004 [EMAIL PROTECTED] wrote:
> Hi,
>
> Read on the web site that fpc 1.9.3 builds itself and runs on the Zaurus.
> That's nice, I want to experiment wihth it on an iPAQ (which also uses an ARM
> CPU) and familiar Linux. Have anyone tried? Anything I should know before
> trying to
[EMAIL PROTECTED] wrote:
Hi,
Read on the web site that fpc 1.9.3 builds itself and runs on the Zaurus.
That's nice, I want to experiment wihth it on an iPAQ (which also uses an ARM
CPU) and familiar Linux. Have anyone tried?
Recently, I collected some hints about working with development
compil
Here is why I was wondering why you couldn't, say I have this type:
Type tMyRec = Record X, Y : Real; End;
And I have this function:
Function CheckPoint(aPoint: tMyRec): Boolean;
Begin
{Does something here..}
end;
begin
CheckPoint((X:1.2;Y:2.2));
end.
In short I think it would be a nifty fe
I was trying to update fpc to the latest and got this error today after
updating through cvs:
/usr/local/bin/ppc386 -Ur -Xs -OG2p3 -n -Fi../inc -Fi../i386 -Fi../unix
-Fii386 -FE. -di386 -dRELEASE ../unix/x86.pp
/usr/local/bin/ppc386 -Ur -Xs -OG2p3 -n -Fi../inc -Fi../i386 -Fi../unix
-Fii386 -FE. -d