[fpc-pascal] Clueless here
Darius Blaszijk
dhkblaszyk at zeelandnet.nl
Fri Jun 30 12:30:33 CEST 2006
I did as you and Michalis suggested, but it makes no difference the application keeps crashing. I keep getting a " Invalid floating point operation".
Darius
----- Original Message -----
From: mariano podesta
To: FPC-Pascal users discussions
Sent: Thursday, June 29, 2006 10:20 PM
Subject: Re: [fpc-pascal] Clueless here
hi daruis
change this line
Params[i] := @Parameters[i];
with this
Params[i]^ := Parameters[i];
hope it works.
marianop
------------------------------------------------------------------------------
_______________________________________________
fpc-pascal maillist - fpc-pascal at lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20060630/abcc158c/attachment.html>
More information about the fpc-pascal
mailing list