Hello
I have difficult problem:
I use Borland Builder becouse it fast create gui (for me). I create
new project, in header file i included modes.h, des.h, and filters.h.
When I use BLOCKSIZE or DEFAULT_KEYLENGTH is all ok, but when I wrote

CryptoPP::ECB_Mode<CryptoPP::DES_EDE3>::Encryption encryptorECB;

compilator show me this error:
[Linker Error] Unresolved external
'CryptoPP::SimpleKeyingInterface::SetKey(const unsigned char *,
unsigned int, const CryptoPP::NameValuePairs&)' referenced from C:
\PROGRAM FILES (X86)\BORLAND\CBUILDER6\PROJECTS\UNIT1.OBJ
[Linker Error] Unresolved external
'CryptoPP::SimpleKeyingInterface::GetNextIV
(CryptoPP::RandomNumberGenerator&, unsigned char *)' referenced from C:
\PROGRAM FILES (X86)\BORLAND\CBUILDER6\PROJECTS\UNIT1.OBJ
[Linker Error] Unresolved external 'CryptoPP::Algorithm::Algorithm
(bool)' referenced from C:\PROGRAM FILES (X86)\BORLAND
\CBUILDER6\PROJECTS\UNIT1.OBJ
[Linker Error] Unresolved external
'CryptoPP::BlockTransformation::OptimalDataAlignment() const'
referenced from C:\PROGRAM FILES (X86)\BORLAND\CBUILDER6\PROJECTS
\UNIT1.OBJ
[Linker Error] Unresolved external
'CryptoPP::BlockTransformation::AdvancedProcessBlocks(const unsigned
char *, const unsigned char *, unsigned char *, unsigned int, unsigned
int) const' referenced from C:\PROGRAM FILES (X86)\BORLAND
\CBUILDER6\PROJECTS\UNIT1.OBJ
[Linker Error] Unresolved external
'CryptoPP::DES_EDE3::Base::UncheckedSetKey(const unsigned char *,
unsigned int, const CryptoPP::NameValuePairs&)' referenced from C:
\PROGRAM FILES (X86)\BORLAND\CBUILDER6\PROJECTS\UNIT1.OBJ
[Linker Error] Unresolved external
'CryptoPP::DES_EDE3::Base::ProcessAndXorBlock(const unsigned char *,
const unsigned char *, unsigned char *) const' referenced from C:
\PROGRAM FILES (X86)\BORLAND\CBUILDER6\PROJECTS\UNIT1.OBJ
[Linker Error] Unresolved external
'CryptoPP::StreamTransformation::OptimalDataAlignment() const'
referenced from C:\PROGRAM FILES (X86)\BORLAND\CBUILDER6\PROJECTS
\UNIT1.OBJ
[Linker Error] Unresolved external
'CryptoPP::StreamTransformation::ProcessLastBlock(unsigned char *,
const unsigned char *, unsigned int)' referenced from C:\PROGRAM FILES
(X86)\BORLAND\CBUILDER6\PROJECTS\UNIT1.OBJ
[Linker Error] Unresolved external 'CryptoPP::CallNewHandler()'
referenced from C:\PROGRAM FILES (X86)\BORLAND\CBUILDER6\PROJECTS
\UNIT1.OBJ
[Linker Error] Unresolved external
'CryptoPP::SimpleKeyingInterface::ThrowIfInvalidIVLength(int)'
referenced from C:\PROGRAM FILES (X86)\BORLAND\CBUILDER6\PROJECTS
\UNIT1.OBJ
[Linker Error] Unresolved external
'CryptoPP::BlockOrientedCipherModeBase::UncheckedSetKey(const unsigned
char *, unsigned int, const CryptoPP::NameValuePairs&)' referenced
from C:\PROGRAM FILES (X86)\BORLAND\CBUILDER6\PROJECTS\UNIT1.OBJ
[Linker Error] Unresolved external 'CryptoPP::ECB_OneWay::ProcessData
(unsigned char *, const unsigned char *, unsigned int)' referenced
from C:\PROGRAM FILES (X86)\BORLAND\CBUILDER6\PROJECTS\UNIT1.OBJ


Probably this problem is for noob, but I really don't know what I must
do now.

-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.

Reply via email to