Linker Error
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am using cryptlib.lib in my VC7.0 project. I am getting following linker error .. please help to resolve the same cryptlib.lib(cryptlib.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) private: void __thiscall std::basic_string,class std::allocator >::_Eos(unsigned int)" (__imp_?_Eos@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEXI@Z) referenced in function "public: __thiscall CryptoPP::BufferedTransformation::Err::Err(enum CryptoPP::BufferedTransformation::ErrorType,class std::basic_string,class std::allocator > const &)" (??0Err@BufferedTransformation@CryptoPP@@QAE@W4ErrorType@12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) Sandeep Naik