#1 PDF Engine » Delphi 2005 Compilation Error - Synopse.inc » 2013-05-01 21:35:39

Prakash
Replies: 1

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

Board footer

Powered by FluxBB