synopse / SynPDF

Synopse PDF engine is a fully featured Open Source PDF document creation library for Delphi, embedded in one unit
295 stars 106 forks source link

Comparing signed and unsigned types - widened both operands in delphi Sidney #44

Closed automacaosamos closed 3 years ago

automacaosamos commented 3 years ago

[dcc32 Error] SynCrypto.pas(6661): E2034 Too many actual parameters [dcc32 Error] SynCrypto.pas(6668): E2034 Too many actual parameters [dcc32 Error] SynCrypto.pas(14624): E2003 Undeclared identifier: 'Hash128Index' [dcc32 Warning] SynCrypto.pas(14624): W1023 Comparing signed and unsigned types - widened both operands [dcc32 Error] SynCrypto.pas(14630): E2003 Undeclared identifier: 'Hash128Index' [dcc32 Warning] SynCrypto.pas(14630): W1023 Comparing signed and unsigned types - widened both operands [dcc32 Fatal Error] SynPdf.pas(927): F2063 Could not compile used unit 'SynCrypto.pas' Failed

synopse commented 3 years ago

Not able to reproduce.