#1 2013-05-01 21:35:39

Prakash
Member
Registered: 2013-05-01
Posts: 1

Delphi 2005 Compilation Error - Synopse.inc

Have been looking for a component to print quick reports to pdf. Amazing this one worked the best.

However, I had difficulty compiling the source code 1.18 but found that Synopse.inc files needs some correction for Delphi 2005.

    {$if CompilerVersion >= 17}
      // {$define HASINLINE}     // Delphi 2005 or newer...You need to comment this for source code to compile...
    {$ifend}

This $define may be required for 2006 or higher...

Again fantastic effort....well done...keep up the good work...

Offline

#2 2013-05-02 07:44:36

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,242
Website

Re: Delphi 2005 Compilation Error - Synopse.inc

Thanks for the report.

I do not have Delphi 2005 at hand, so was not aware of that.
I thought that inlining was working since Delphi 2005...

Should be fixed by http://synopse.info/fossil/info/5a66da6719

Offline

Board footer

Powered by FluxBB