DelphiEncryptionCompendium icon indicating copy to clipboard operation
DelphiEncryptionCompendium copied to clipboard

Cannot compile as Windows 65-bit

Open Dzomlija opened this issue 1 year ago • 0 comments

The Delphi Encryption Compendium is exactly what I require for storing passwords in a database. However, the issue I am having is with compiling my programs as 64-bit Windows executables.

I have no issues with 32-bit. But when I use your code in a Win64 application, I get compile error("[dcc64 Error] DECCipher.pas(6001): E2016 Array type required")

image

Dzomlija avatar May 23 '23 12:05 Dzomlija