我正在尝试使用cryptopp565 c ++库并且具有RIPEMD160散列的给定字符串。无法在VS中构建程序。请参阅附图。感谢您的投入!
https://i.stack.imgur.com/8iW2o.jpg
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol "public: __thiscall CryptoPP::Algorithm::Algorithm(bool)" (??0Algorithm@CryptoPP@@QAE@_N@Z) referenced in function "public: __thiscall CryptoPP::BufferedTransformation::BufferedTransformation(void)" (??0BufferedTransformation@CryptoPP@@QAE@XZ) CrytpoTest D:\Pers\temp\VS\CrytpoTest\CrytpoTest\CryptoTestclass.obj 1
Error LNK2001 unresolved external symbol "public: virtual bool __thiscall CryptoPP::HashTransformation::TruncatedVerify(unsigned char const *,unsigned int)" (?TruncatedVerify@HashTransformation@CryptoPP@@UAE_NPBEI@Z) CrytpoTest D:\Pers\temp\VS\CrytpoTest\CrytpoTest\CryptoTestclass.obj 1
Error LNK2001 unresolved external symbol "public: virtual unsigned int __thiscall CryptoPP::BufferedTransformation::GetMaxWaitObjectCount(void)const " (?GetMaxWaitObjectCount@BufferedTransformation@CryptoPP@@UBEIXZ) CrytpoTest D:\Pers\temp\VS\CrytpoTest\CrytpoTest\CryptoTestclass.obj 1
Error LNK2001 unresolved external symbol "public: virtual void __thiscall CryptoPP::BufferedTransformation::GetWaitObjects(class CryptoPP::WaitObjectContainer &,class CryptoPP::CallStack const &)" (?GetWaitObjects@BufferedTransformation@CryptoPP@@UAEXAAVWaitObjectContainer@2@ABVCallStack@2@@Z) CrytpoTest D:\Pers\temp\VS\CrytpoTest\CrytpoTest\CryptoTestclass.obj 1
Error LNK2001 unresolved external symbol "public: virtual void __thiscall CryptoPP::BufferedTransformation::Initialize(class CryptoPP::NameValuePairs const &,int)" (?Initialize@BufferedTransformation@CryptoPP@@UAEXABVNameValuePairs@2@H@Z) CrytpoTest D:\Pers\temp\VS\CrytpoTest\CrytpoTest\CryptoTestclass.obj 1
Error LNK2001 unresolved external symbol "public: virtual bool __thiscall CryptoPP::BufferedTransformation::Flush(bool,int,bool)" (?Flush@BufferedTransformation@CryptoPP@@UAE_N_NH0@Z) CrytpoTest D:\Pers\temp\VS\CrytpoTest\CrytpoTest\CryptoTestclass.obj 1
Error LNK2001 unresolved external symbol "public: virtual bool __thiscall CryptoPP::BufferedTransformation::MessageSeriesEnd(int,bool)" (?MessageSeriesEnd@BufferedTransformation@CryptoPP@@UAE_NH_N@Z) CrytpoTest D:\Pers\temp\VS\CrytpoTest\CrytpoTest\CryptoTestclass.obj 1