2 Feb 2004 00:15
Re: VC6 link errors with CVS 5.1 src
gl <gl <at> ntlworld.com>
2004-02-01 23:15:47 GMT
2004-02-01 23:15:47 GMT
As an update, I also can't build the test projects
for the same reasons. I'll play with this some more
tomorrow...
--
gl
----- Original Message -----
From: gl
Sent: Sunday, February 01, 2004 8:56 PM
Subject: VC6 link errors with CVS 5.1 src
(VC6 SP5, Processor Pack, WinXP SP1).
Hi guys,
I've been using a few parts of the original 5.1
release for quite some time now (built as a static lib). Today I updated
everything from CVS, and whilst the library builds fine (sans the old
impompatibilty with STLport that I can't remember how to fix : ), I now get
spammed with zillions of 'unresolved external symbol' errors on linking with the
same app.
No doubt it's something simple, but is there
anything new in CVS that could be causing this? Am I missing a new
preprocessor symbol or something?
The errors:
Linking...
_test_reader.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::IteratedHashBase<unsigned int,class CryptoPP::HashTransformation>::Update(unsigned char const *,unsigned int)" (?Update <at> ?$IteratedHashBase <at> IVHashT
ransformation <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPBEI <at> Z)
_test_reader.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePolicy> >::Un
checkedSetKey(class CryptoPP::NameValuePairs const &,unsigned char const *,unsigned int,unsigned char const *)" (?UncheckedSetKey <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at>
CryptoPP <at> <at> MAEXABVNameValuePairs <at> 2 <at> PBEI1 <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePoli
cy> >::UncheckedSetKey(class CryptoPP::NameValuePairs const &,unsigned char const *,unsigned int,unsigned char const *)" (?UncheckedSetKey <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> Cr
yptoPP <at> <at> <at> CryptoPP <at> <at> MAEXABVNameValuePairs <at> 2 <at> PBEI1 <at> Z)
_test_reader.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePolicy> >::Seek(
unsigned __int64)" (?Seek <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEX_K <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePolicy>
>::Seek(unsigned __int64)" (?Seek <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEX_K <at> Z)
_test_reader.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePolicy> >::Proce
ssData(unsigned char *,unsigned char const *,unsigned int)" (?ProcessData <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPAEPBEI <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePolicy>
>::ProcessData(unsigned char *,unsigned char const *,unsigned int)" (?ProcessData <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPAEPBEI <at> Z)
_test_reader.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePolicy> >::Resyn
chronize(unsigned char const *)" (?Resynchronize <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPBE <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePolicy>
>::Resynchronize(unsigned char const *)" (?Resynchronize <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPBE <at> Z)
_test_reader.obj : error LNK2001: unresolved external symbol "protected: void __thiscall CryptoPP::IteratedHashBase<unsigned int,class CryptoPP::HashTransformation>::PadLastBlock(unsigned int,unsigned char)" (?PadLastBlock <at> ?$IteratedHashBase <at> IVHashTr
ansformation <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> IAEXIE <at> Z)
_test_reader.obj : error LNK2001: unresolved external symbol "protected: virtual unsigned int __thiscall CryptoPP::IteratedHashBase<unsigned int,class CryptoPP::HashTransformation>::HashMultipleBlocks(unsigned int const *,unsigned int)" (?HashMultipl
eBlocks <at> ?$IteratedHashBase <at> IVHashTransformation <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> MAEIPBII <at> Z)
_test_reader.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::IteratedHashBase<unsigned int,class CryptoPP::HashTransformation>::Restart(void)" (?Restart <at> ?$IteratedHashBase <at> IVHashTransformation <at> CryptoPP <at> <at> <at> Cry
ptoPP <at> <at> UAEXXZ)
_test_reader.obj : error LNK2001: unresolved external symbol "public: virtual unsigned char * __thiscall CryptoPP::IteratedHashBase<unsigned int,class CryptoPP::HashTransformation>::CreateUpdateSpace(unsigned int &)" (?CreateUpdateSpace <at> ?$IteratedHas
hBase <at> IVHashTransformation <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEPAEAAI <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "private: virtual void __thiscall CryptoPP::CFB_EncryptionTemplate<class CryptoPP::AbstractPolicyHolder<class CryptoPP::CFB_CipherAbstractPolicy,class CryptoPP::CFB_ModePolicy> >::
CombineMessageAndShiftRegister(unsigned char *,unsigned char *,unsigned char const *,unsigned int)" (?CombineMessageAndShiftRegister <at> ?$CFB_EncryptionTemplate <at> V?$AbstractPolicyHolder <at> VCFB_CipherAbstractPolicy <at> CryptoPP <at> <at> VCFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> C
ryptoPP <at> <at> EAEXPAE0PBEI <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CryptoPP::CFB_CipherTemplate<class CryptoPP::AbstractPolicyHolder<class CryptoPP::CFB_CipherAbstractPolicy,class CryptoPP::CFB_ModePolicy> >::Un
checkedSetKey(class CryptoPP::NameValuePairs const &,unsigned char const *,unsigned int,unsigned char const *)" (?UncheckedSetKey <at> ?$CFB_CipherTemplate <at> V?$AbstractPolicyHolder <at> VCFB_CipherAbstractPolicy <at> CryptoPP <at> <at> VCFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP
<at> <at> MAEXABVNameValuePairs <at> 2 <at> PBEI1 <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::CFB_CipherTemplate<class CryptoPP::AbstractPolicyHolder<class CryptoPP::CFB_CipherAbstractPolicy,class CryptoPP::CFB_ModePolicy> >::Proce
ssData(unsigned char *,unsigned char const *,unsigned int)" (?ProcessData <at> ?$CFB_CipherTemplate <at> V?$AbstractPolicyHolder <at> VCFB_CipherAbstractPolicy <at> CryptoPP <at> <at> VCFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPAEPBEI <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::CFB_CipherTemplate<class CryptoPP::AbstractPolicyHolder<class CryptoPP::CFB_CipherAbstractPolicy,class CryptoPP::CFB_ModePolicy> >::Resyn
chronize(unsigned char const *)" (?Resynchronize <at> ?$CFB_CipherTemplate <at> V?$AbstractPolicyHolder <at> VCFB_CipherAbstractPolicy <at> CryptoPP <at> <at> VCFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPBE <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "private: virtual void __thiscall CryptoPP::CFB_DecryptionTemplate<class CryptoPP::AbstractPolicyHolder<class CryptoPP::CFB_CipherAbstractPolicy,class CryptoPP::CFB_ModePolicy> >::
CombineMessageAndShiftRegister(unsigned char *,unsigned char *,unsigned char const *,unsigned int)" (?CombineMessageAndShiftRegister <at> ?$CFB_DecryptionTemplate <at> V?$AbstractPolicyHolder <at> VCFB_CipherAbstractPolicy <at> CryptoPP <at> <at> VCFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> C
ryptoPP <at> <at> EAEXPAE0PBEI <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::OFB_ModePoli
cy> >::UncheckedSetKey(class CryptoPP::NameValuePairs const &,unsigned char const *,unsigned int,unsigned char const *)" (?UncheckedSetKey <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VOFB_ModePolicy <at> 2 <at> <at> Cr
yptoPP <at> <at> <at> CryptoPP <at> <at> MAEXABVNameValuePairs <at> 2 <at> PBEI1 <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::OFB_ModePolicy>
>::Seek(unsigned __int64)" (?Seek <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VOFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEX_K <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::OFB_ModePolicy>
>::ProcessData(unsigned char *,unsigned char const *,unsigned int)" (?ProcessData <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VOFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPAEPBEI <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::OFB_ModePolicy>
>::Resynchronize(unsigned char const *)" (?Resynchronize <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VOFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPBE <at> Z)
--
_test_reader.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::IteratedHashBase<unsigned int,class CryptoPP::HashTransformation>::Update(unsigned char const *,unsigned int)" (?Update <at> ?$IteratedHashBase <at> IVHashT
ransformation <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPBEI <at> Z)
_test_reader.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePolicy> >::Un
checkedSetKey(class CryptoPP::NameValuePairs const &,unsigned char const *,unsigned int,unsigned char const *)" (?UncheckedSetKey <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at>
CryptoPP <at> <at> MAEXABVNameValuePairs <at> 2 <at> PBEI1 <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePoli
cy> >::UncheckedSetKey(class CryptoPP::NameValuePairs const &,unsigned char const *,unsigned int,unsigned char const *)" (?UncheckedSetKey <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> Cr
yptoPP <at> <at> <at> CryptoPP <at> <at> MAEXABVNameValuePairs <at> 2 <at> PBEI1 <at> Z)
_test_reader.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePolicy> >::Seek(
unsigned __int64)" (?Seek <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEX_K <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePolicy>
>::Seek(unsigned __int64)" (?Seek <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEX_K <at> Z)
_test_reader.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePolicy> >::Proce
ssData(unsigned char *,unsigned char const *,unsigned int)" (?ProcessData <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPAEPBEI <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePolicy>
>::ProcessData(unsigned char *,unsigned char const *,unsigned int)" (?ProcessData <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPAEPBEI <at> Z)
_test_reader.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePolicy> >::Resyn
chronize(unsigned char const *)" (?Resynchronize <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPBE <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::CTR_ModePolicy>
>::Resynchronize(unsigned char const *)" (?Resynchronize <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VCTR_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPBE <at> Z)
_test_reader.obj : error LNK2001: unresolved external symbol "protected: void __thiscall CryptoPP::IteratedHashBase<unsigned int,class CryptoPP::HashTransformation>::PadLastBlock(unsigned int,unsigned char)" (?PadLastBlock <at> ?$IteratedHashBase <at> IVHashTr
ansformation <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> IAEXIE <at> Z)
_test_reader.obj : error LNK2001: unresolved external symbol "protected: virtual unsigned int __thiscall CryptoPP::IteratedHashBase<unsigned int,class CryptoPP::HashTransformation>::HashMultipleBlocks(unsigned int const *,unsigned int)" (?HashMultipl
eBlocks <at> ?$IteratedHashBase <at> IVHashTransformation <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> MAEIPBII <at> Z)
_test_reader.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::IteratedHashBase<unsigned int,class CryptoPP::HashTransformation>::Restart(void)" (?Restart <at> ?$IteratedHashBase <at> IVHashTransformation <at> CryptoPP <at> <at> <at> Cry
ptoPP <at> <at> UAEXXZ)
_test_reader.obj : error LNK2001: unresolved external symbol "public: virtual unsigned char * __thiscall CryptoPP::IteratedHashBase<unsigned int,class CryptoPP::HashTransformation>::CreateUpdateSpace(unsigned int &)" (?CreateUpdateSpace <at> ?$IteratedHas
hBase <at> IVHashTransformation <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEPAEAAI <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "private: virtual void __thiscall CryptoPP::CFB_EncryptionTemplate<class CryptoPP::AbstractPolicyHolder<class CryptoPP::CFB_CipherAbstractPolicy,class CryptoPP::CFB_ModePolicy> >::
CombineMessageAndShiftRegister(unsigned char *,unsigned char *,unsigned char const *,unsigned int)" (?CombineMessageAndShiftRegister <at> ?$CFB_EncryptionTemplate <at> V?$AbstractPolicyHolder <at> VCFB_CipherAbstractPolicy <at> CryptoPP <at> <at> VCFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> C
ryptoPP <at> <at> EAEXPAE0PBEI <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CryptoPP::CFB_CipherTemplate<class CryptoPP::AbstractPolicyHolder<class CryptoPP::CFB_CipherAbstractPolicy,class CryptoPP::CFB_ModePolicy> >::Un
checkedSetKey(class CryptoPP::NameValuePairs const &,unsigned char const *,unsigned int,unsigned char const *)" (?UncheckedSetKey <at> ?$CFB_CipherTemplate <at> V?$AbstractPolicyHolder <at> VCFB_CipherAbstractPolicy <at> CryptoPP <at> <at> VCFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP
<at> <at> MAEXABVNameValuePairs <at> 2 <at> PBEI1 <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::CFB_CipherTemplate<class CryptoPP::AbstractPolicyHolder<class CryptoPP::CFB_CipherAbstractPolicy,class CryptoPP::CFB_ModePolicy> >::Proce
ssData(unsigned char *,unsigned char const *,unsigned int)" (?ProcessData <at> ?$CFB_CipherTemplate <at> V?$AbstractPolicyHolder <at> VCFB_CipherAbstractPolicy <at> CryptoPP <at> <at> VCFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPAEPBEI <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::CFB_CipherTemplate<class CryptoPP::AbstractPolicyHolder<class CryptoPP::CFB_CipherAbstractPolicy,class CryptoPP::CFB_ModePolicy> >::Resyn
chronize(unsigned char const *)" (?Resynchronize <at> ?$CFB_CipherTemplate <at> V?$AbstractPolicyHolder <at> VCFB_CipherAbstractPolicy <at> CryptoPP <at> <at> VCFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPBE <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "private: virtual void __thiscall CryptoPP::CFB_DecryptionTemplate<class CryptoPP::AbstractPolicyHolder<class CryptoPP::CFB_CipherAbstractPolicy,class CryptoPP::CFB_ModePolicy> >::
CombineMessageAndShiftRegister(unsigned char *,unsigned char *,unsigned char const *,unsigned int)" (?CombineMessageAndShiftRegister <at> ?$CFB_DecryptionTemplate <at> V?$AbstractPolicyHolder <at> VCFB_CipherAbstractPolicy <at> CryptoPP <at> <at> VCFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> C
ryptoPP <at> <at> EAEXPAE0PBEI <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::OFB_ModePoli
cy> >::UncheckedSetKey(class CryptoPP::NameValuePairs const &,unsigned char const *,unsigned int,unsigned char const *)" (?UncheckedSetKey <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VOFB_ModePolicy <at> 2 <at> <at> Cr
yptoPP <at> <at> <at> CryptoPP <at> <at> MAEXABVNameValuePairs <at> 2 <at> PBEI1 <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::OFB_ModePolicy>
>::Seek(unsigned __int64)" (?Seek <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VOFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEX_K <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::OFB_ModePolicy>
>::ProcessData(unsigned char *,unsigned char const *,unsigned int)" (?ProcessData <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VOFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPAEPBEI <at> Z)
cryptlibd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::AdditiveCipherTemplate<class CryptoPP::AbstractPolicyHolder<struct CryptoPP::AdditiveCipherAbstractPolicy,class CryptoPP::OFB_ModePolicy>
>::Resynchronize(unsigned char const *)" (?Resynchronize <at> ?$AdditiveCipherTemplate <at> V?$AbstractPolicyHolder <at> UAdditiveCipherAbstractPolicy <at> CryptoPP <at> <at> VOFB_ModePolicy <at> 2 <at> <at> CryptoPP <at> <at> <at> CryptoPP <at> <at> UAEXPBE <at> Z)
--
gl
RSS Feed