Gunz 1.5 Source Error

Results 1 to 2 of 2
  1. #1
    Member qqq1 is offline
    MemberRank
    Apr 2011 Join Date
    koreaLocation
    73Posts

    Gunz 1.5 Source Error

    Code:
    Gunz error LNK2019: unresolved external symbol "public: __thiscall CryptoPP::Gunzip::Gunzip(class CryptoPP::BufferedTransformation *,bool,int)" (??0Gunzip@CryptoPP@@QAE@PAVBufferedTransformation@1@_NH@Z) referenced in function "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl RSADecryptString(unsigned char const *,unsigned int,char const *,unsigned int,union RSAHEADER *)" (?RSADecryptString@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBEIPBDIPATRSAHEADER@@@Z)
    Gunz error LNK2001: unresolved external symbol "class CryptoPP::NullNameValuePairs const CryptoPP::g_nullNameValuePairs" (?g_nullNameValuePairs@CryptoPP@@3VNullNameValuePairs@1@B)
    Gunz error LNK2001: unresolved external symbol "public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const CryptoPP::BufferedTransformation::NULL_CHANNEL" (?NULL_CHANNEL@BufferedTransformation@CryptoPP@@2V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@B)
    Gunz error LNK2001: unresolved external symbol "bool (__cdecl* CryptoPP::g_pAssignIntToInteger)(class type_info const &,void *,void const *)" (?g_pAssignIntToInteger@CryptoPP@@3P6A_NABVtype_info@@PAXPBX@ZA)
    Gunz error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::DecodingResult __thiscall CryptoPP::PKCS_EncryptionPaddingScheme::Unpad(unsigned char const *,unsigned int,unsigned char *,class CryptoPP::NameValuePairs const &)const " (?Unpad@PKCS_EncryptionPaddingScheme@CryptoPP@@UBE?AUDecodingResult@2@PBEIPAEABVNameValuePairs@2@@Z)
    Gunz error LNK2001: unresolved external symbol "public: virtual void __thiscall CryptoPP::PKCS_EncryptionPaddingScheme::Pad(class CryptoPP::RandomNumberGenerator &,unsigned char const *,unsigned int,unsigned char *,unsigned int,class CryptoPP::NameValuePairs const &)const " (?Pad@PKCS_EncryptionPaddingScheme@CryptoPP@@UBEXAAVRandomNumberGenerator@2@PBEIPAEIABVNameValuePairs@2@@Z)
    Gunz error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall CryptoPP::PKCS_EncryptionPaddingScheme::MaxUnpaddedLength(unsigned int)const " (?MaxUnpaddedLength@PKCS_EncryptionPaddingScheme@CryptoPP@@UBEII@Z)
    Gunz fatal error LNK1120: 7 unresolved externals
    cmld.lib error.. how can i do?


  2. #2
    Gunz General Develop Gun[Lengend] is offline
    MemberRank
    Jan 2010 Join Date
    Gunz Viet NamLocation
    312Posts

    Re: Gunz 1.5 Source Error

    You don't build crypto ??
    Follow emisand tutorial.



Advertisement