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
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
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
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
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
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
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/
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
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