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 9:17PM
    FR uses ZLib unit for x64
    {$IFDEF CPUX64}
    {$IFNDEF FPC}
    ZLib,
    {$ELSE}
    frxZLib,
    {$ENDIF}
    {$ELSE}
    frxZLib,
    {$ENDIF}
    

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.