#1 2014-08-08 15:08:34

stefanti
Member
Registered: 2014-08-08
Posts: 7

bswap32(..): undeclared identifier ?

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

#2 2014-08-08 16:05:55

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,183
Website

Re: bswap32(..): undeclared identifier ?

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.

Offline

#3 2014-08-08 16:17:43

stefanti
Member
Registered: 2014-08-08
Posts: 7

Re: bswap32(..): undeclared identifier ?

ab wrote:

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

Board footer

Powered by FluxBB