You are not logged in.
Pages: 1
Hi,
I'm trying to encrypt a PDF document by using SynCrypto but during compilation I get this error:
SynCrypto.pas: E2003 undeclared identifier: 'bswap32'.
In which Unit is definta this function?
I'm using Delphi XE2
Thanks
Tiziano
Last edited by stefanti (2014-08-08 15:10:06)
Offline
bswap32() is defined in SynCommons.pas.
I suspect your SynCrypto and SynCommons units are not in synch.
Please retrieve the latest versions from our source code repository.
You're absolutely right!
SynCrypto and SynCommons were not synchronized.
I've solved the problem, thank you very much,
Tiziano
Offline
Pages: 1