Hi Guys,
I've been using cryptopp on my vc6 machine for quite a long time, and currently I am switching to .Net 2003. Well, I've done is to recompile cryptopp 5.2.1 under .Net 2003 and include the compiled libs into my program. However, there exist an error linkage error as follow. It seems to me that the compiler is not able to locate the lib? is that right? Can any one please give me some ideas? I am really appreciate your helps. ( I don't wanna go back to VC6 )
Best Wishes,
tikcireviva.
tester.obj : error LNK2019: unresolved external symbol "public: virtual void __thiscall testerPP::FilterWithBufferedInput::MessageEnd(int)" ([EMAIL PROTECTED]@testerPP@@[EMAIL PROTECTED]) referenced in function "public: int __thiscall tester::encryptBlock(unsigned char *,unsigned int,unsigned char *,unsigned int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])
tester.obj : error LNK2019: unresolved external symbol "public: virtual void __thiscall testerPP::FilterWithBufferedInput::Put(unsigned char const *,unsigned int)" ([EMAIL PROTECTED]@testerPP@@[EMAIL PROTECTED]) referenced in function "public: int __thiscall tester::encryptBlock(unsigned char *,unsigned int,unsigned char *,unsigned int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])
tester.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall testerPP::BufferedTransformation::ChannelMessageSeriesEnd(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int)" ([EMAIL PROTECTED]@testerPP@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@std@@[EMAIL PROTECTED])
tester.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall testerPP::BufferedTransformation::ChannelPutMessageEnd(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned char const *,unsigned int,int)" ([EMAIL PROTECTED]@testerPP@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@std@@[EMAIL PROTECTED])
tester.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall testerPP::BufferedTransformation::ChannelMessageEnd(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int)" ([EMAIL PROTECTED]@testerPP@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@std@@[EMAIL PROTECTED])
