Re: [fpc-pascal] Clueless here

2006-06-30 Thread Darius Blaszijk
I'm using 2.0.2 on winxp Darius - Original Message - From: "Dominique Leducq" <[EMAIL PROTECTED]> To: Sent: Friday, June 30, 2006 5:15 PM Subject: Re: [fpc-pascal] Clueless here On Fri, 30 Jun 2006 12:30:33 +0200 "Darius Blaszijk" <[EMAIL PR

Re: [fpc-pascal] Clueless here

2006-06-30 Thread Dominique Leducq
On Fri, 30 Jun 2006 12:30:33 +0200 "Darius Blaszijk" <[EMAIL PROTECTED]> wrote: > I did as you and Michalis suggested, but it makes no difference the > application keeps crashing. I keep getting a " Invalid floating point > operation". What architecture are you working on? what version(s) of th

Re: [fpc-pascal] Clueless here

2006-06-30 Thread Darius Blaszijk
e 29, 2006 10:20 PM Subject: Re: [fpc-pascal] Clueless here hi daruischange this line     Params[i] := @Parameters[i];with thisParams[i]^ := Parameters[i];hope it works.marianop ___fpc-pascal maillist  - 

Re: [fpc-pascal] Clueless here

2006-06-30 Thread mariano podesta
hi daruischange this line     Params[i] := @Parameters[i];with thisParams[i]^ := Parameters[i];hope it works.marianop ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Clueless here

2006-06-29 Thread Michalis Kamburelis
Darius Blaszijk wrote: > Hi, > > I have two overloaded functions. One overloaded function just rearanges > one parameter from an array of extended to an array of ^extended and > calls the other overloaded function. The problem is however that the 2nd > function call crashes the app. I really have