Compile for X64

Hi!

I have problem with adler32.zobj compiling frx25.bpl for windows x64 platform. I have latest Delphi 10.2.2 update 1.
Looks like FastReport has only 32bit ZLIB library.

Do you have any recommendations?

Thanks

Comments

  • gpigpi
    edited 11:15AM
    FR uses ZLib unit for x64
    {$IFDEF CPUX64}
    {$IFNDEF FPC}
    ZLib,
    {$ELSE}
    frxZLib,
    {$ENDIF}
    {$ELSE}
    frxZLib,
    {$ENDIF}
    

Leave a Comment