-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Copied from Bitbucket and enhanced.
jacobb repo owner created an issue 2013-09-19
Make 64 bit safe and add pure pascal alternatives to asm functions.
Comments (1) jacobb reporter - 2015-09-12
Windows 64 bits version for Fpc/Lazarus is working. The Delphi version will probably need a few more mostly minor changes but should be mostly 64 bit ready. The biggest missing thing will be 64 bit compiled versions of zlib, libjpeg and libtiff.
2019/2020
Delphi 64 bits for Windows builds with Ms Visual C 2019 used for compiling 64 bit versions of the C libraries. However exceptions across these libraries are currently not caught but cause unexpected crashes which is a major blocker for Delphi 64 bit support.
The 64 bit blending code in the ImageViewer example also isn't working.