Re: [fpc-pascal] Free (Speech) Report Generator for FPC (and Delphi)

2005-03-28 Thread Michael Van Canneyt
On Mon, 28 Mar 2005, Agustin Barto wrote: > I'm looking for a free report generator that can work with Delphi and > FPC. Any recommendations? Someone has ported the free fastreport generator to Lazarus. I suggest you ask on the Lazarus mailing list or check their list archives. (search for lazr

[fpc-pascal] Free (Speech) Report Generator for FPC (and Delphi)

2005-03-28 Thread Agustin Barto
I'm looking for a free report generator that can work with Delphi and FPC. Any recommendations? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Patches

2005-03-28 Thread Florian Klaempfl
Raw Magick DOT COM wrote: > Hi All, > > I see patches being released here, though I dont quite yet get how to > apply them, I have just downloaded source and make'd it using FPC. I > was wondering if these patches were automatically applied to that > evenings build of the sources and if not how o

Re: [fpc-pascal] Patches

2005-03-28 Thread Raw Magick DOT COM
Hi All, Apologies, I though I was speaking to lazarus list, wont happen again. -- Best regards, Petermailto:[EMAIL PROTECTED] ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailma

[fpc-pascal] Patches

2005-03-28 Thread Raw Magick DOT COM
Hi All, I see patches being released here, though I dont quite yet get how to apply them, I have just downloaded source and make'd it using FPC. I was wondering if these patches were automatically applied to that evenings build of the sources and if not how often were the patches applied. Peter D

[fpc-pascal] Interfaces again (patch for refcount)

2005-03-28 Thread ml
RefCount isn't handled correctly if guid <> 0, obviously tests were for guid 0 only (either when I create guid with md5 or specify in interface type as {C35224FA-ED88-0D1C-A4D2-FCF91AC4C8C6}) // always using same two variables, and notice all possible calls // do the same error with counting one

Re: [fpc-pascal] Floating Point Performance on Intel

2005-03-28 Thread Jonas Maebe
On 28 Mar 2005, at 17:19, Raw Magick DOT COM wrote: a) The loop counter is basically a comparison against a memory area = slow Turn on register variables (-Or). Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/

Re: [fpc-pascal] Floating Point Performance on Intel

2005-03-28 Thread Florian Klaempfl
Raw Magick DOT COM wrote: > Hi All, > > My name is Peter Dove, I am new to FPC and Lazarus. I come from a > mainly Delphi background but I use C, C++ and assembler as needed to > improve performance on the imagining app we are working on. > > Like Delphi, FPC has a poor floating point optimisati

[fpc-pascal] Floating Point Performance on Intel

2005-03-28 Thread Raw Magick DOT COM
Hi All, My name is Peter Dove, I am new to FPC and Lazarus. I come from a mainly Delphi background but I use C, C++ and assembler as needed to improve performance on the imagining app we are working on. Like Delphi, FPC has a poor floating point optimisation situation in comparison to similar com