I try to use SHA, so included sha.h, but I got linker error like below. I don't know why this happens because I already included and complied and linked with cryptopp.lib
Could you help me about this? Thank a lot Kenji Chan testCrypto error LNK2019: unresolved external symbol "public: static void __cdecl CryptoPP::SHA::Transform(unsigned long *,unsigned long const *)" ([EMAIL PROTECTED]@CryptoPP@@[EMAIL PROTECTED]) referenced in function "protected: virtual void __thiscall CryptoPP::IteratedHashWithStaticTransform<unsigned long,struct CryptoPP::EnumToType<enum CryptoPP::ByteOrder,1>,64,class CryptoPP::SHA>::vTransform(unsigned long const *)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@Cr yptoPP@@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@CryptoPP@@[EMAIL PROTECTED])
