Re: [fpc-pascal] passing a class parameter as a const

2007-01-15 Thread Graeme Geldenhuys
On 1/12/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: It makes no difference, except that you cannot do AObject:=SomeOtherObject; in the first case. Does Free Pascal work the same as Delphi 7 and earlier when you pass interfaces around (and perhaps other auto reference counted types - st

[fpc-pascal] Fwd: [PSP-DEVEL] help me solve read/ln feature of webtext

2007-01-15 Thread Bisma Jayadi
Original Message Subject: [PSP-DEVEL] help me solve read/ln feature of webtext Date: Mon, 15 Jan 2007 18:30:12 +0700 From: Bisma Jayadi <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Organization: UPPTI Unibraw To: Milis PSP <[EMAIL PROTECTED]> Hi all, I'm getting close to com

Re: [fpc-pascal] Complex number calculation with FPC?

2007-01-15 Thread Tobias Diekershoff
Hello Daniël! On Mon, 15 Jan 2007 19:16:11 +0100 (CET) you wrote: > Try the ucomplex unit, it provides complex number support. Thanks a lot! so long Tobias -- \|/ O O /--uUu-/ \-uUu\ | \_/ Tobias Diekershoff | | URl .. www.dieker

Re: [fpc-pascal] Complex number calculation with FPC?

2007-01-15 Thread Daniël Mantione
Op Mon, 15 Jan 2007, schreef Tobias Diekershoff: > Hello everybody, > > I have to write a fitting program against an equation resulting from > Fresnel's equations, using complex numbers. > > Is there an easy way (meaning I don't want do implement the basics by > myself, as I only have two week

[fpc-pascal] Complex number calculation with FPC?

2007-01-15 Thread Tobias Diekershoff
Hello everybody, I have to write a fitting program against an equation resulting from Fresnel's equations, using complex numbers. Is there an easy way (meaning I don't want do implement the basics by myself, as I only have two weeks for the task) to do some multiplications and exp(i...) calls wit