Advertisement
Kyojin96

VS Output

Jan 31st, 2017
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.75 KB | None | 0 0
  1. 1>------ Build started: Project: Test, Configuration: Release x64 ------
  2. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: __cdecl CryptoPP::Algorithm::Algorithm(bool)" (??0Algorithm@CryptoPP@@QEAA@_N@Z)
  3. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "class CryptoPP::NameValuePairs const & const CryptoPP::g_nullNameValuePairs" (?g_nullNameValuePairs@CryptoPP@@3AEBVNameValuePairs@1@EB)
  4. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::RandomNumberGenerator::DiscardBytes(unsigned __int64)" (?DiscardBytes@RandomNumberGenerator@CryptoPP@@UEAAX_K@Z)
  5. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::RandomNumberGenerator::GenerateBlock(unsigned char *,unsigned __int64)" (?GenerateBlock@RandomNumberGenerator@CryptoPP@@UEAAXPEAE_K@Z)
  6. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned int __cdecl CryptoPP::RandomNumberGenerator::GenerateWord32(unsigned int,unsigned int)" (?GenerateWord32@RandomNumberGenerator@CryptoPP@@UEAAIII@Z)
  7. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned int __cdecl CryptoPP::RandomNumberGenerator::GenerateBit(void)" (?GenerateBit@RandomNumberGenerator@CryptoPP@@UEAAIXZ)
  8. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned char __cdecl CryptoPP::RandomNumberGenerator::GenerateByte(void)" (?GenerateByte@RandomNumberGenerator@CryptoPP@@UEAAEXZ)
  9. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "bool (__cdecl* CryptoPP::g_pAssignIntToInteger)(class type_info const &,void *,void const *)" (?g_pAssignIntToInteger@CryptoPP@@3P6A_NAEBVtype_info@@PEAXPEBX@ZEA)
  10. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::StreamTransformation::ProcessLastBlock(unsigned char *,unsigned char const *,unsigned __int64)" (?ProcessLastBlock@StreamTransformation@CryptoPP@@UEAAXPEAEPEBE_K@Z)
  11. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "protected: virtual void __cdecl CryptoPP::BlockOrientedCipherModeBase::ResizeBuffers(void)" (?ResizeBuffers@BlockOrientedCipherModeBase@CryptoPP@@MEAAXXZ)
  12. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::BlockOrientedCipherModeBase::UncheckedSetKey(unsigned char const *,unsigned int,class CryptoPP::NameValuePairs const &)" (?UncheckedSetKey@BlockOrientedCipherModeBase@CryptoPP@@UEAAXPEBEIAEBVNameValuePairs@2@@Z)
  13. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "private: virtual void __cdecl CryptoPP::StringStore::StoreInitialize(class CryptoPP::NameValuePairs const &)" (?StoreInitialize@StringStore@CryptoPP@@EEAAXAEBVNameValuePairs@2@@Z)
  14. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::StringStore::CopyRangeTo2(class CryptoPP::BufferedTransformation &,unsigned __int64 &,unsigned __int64,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool)const " (?CopyRangeTo2@StringStore@CryptoPP@@UEBA_KAEAVBufferedTransformation@2@AEA_K_KAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
  15. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::StringStore::TransferTo2(class CryptoPP::BufferedTransformation &,unsigned __int64 &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool)" (?TransferTo2@StringStore@CryptoPP@@UEAA_KAEAVBufferedTransformation@2@AEA_KAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
  16. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: __cdecl CryptoPP::AlgorithmParameters::AlgorithmParameters(void)" (??0AlgorithmParameters@CryptoPP@@QEAA@XZ)
  17. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: __cdecl CryptoPP::AlgorithmParameters::AlgorithmParameters(class CryptoPP::AlgorithmParameters const &)" (??0AlgorithmParameters@CryptoPP@@QEAA@AEBV01@@Z)
  18. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "protected: unsigned __int64 __cdecl CryptoPP::SimpleKeyingInterface::ThrowIfInvalidIVLength(int)" (?ThrowIfInvalidIVLength@SimpleKeyingInterface@CryptoPP@@IEAA_KH@Z)
  19. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::SimpleKeyingInterface::GetNextIV(class CryptoPP::RandomNumberGenerator &,unsigned char *)" (?GetNextIV@SimpleKeyingInterface@CryptoPP@@UEAAXAEAVRandomNumberGenerator@2@PEAE@Z)
  20. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::SimpleKeyingInterface::SetKey(unsigned char const *,unsigned __int64,class CryptoPP::NameValuePairs const &)" (?SetKey@SimpleKeyingInterface@CryptoPP@@UEAAXPEBE_KAEBVNameValuePairs@2@@Z)
  21. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: void __cdecl CryptoPP::AutoSeededRandomPool::Reseed(bool,unsigned int)" (?Reseed@AutoSeededRandomPool@CryptoPP@@QEAAX_NI@Z)
  22. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::BufferedTransformation::Attach(class CryptoPP::BufferedTransformation *)" (?Attach@BufferedTransformation@CryptoPP@@UEAAXPEAV12@@Z)
  23. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::BufferedTransformation::SetRetrievalChannel(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?SetRetrievalChannel@BufferedTransformation@CryptoPP@@UEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  24. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl CryptoPP::BufferedTransformation::ChannelMessageSeriesEnd(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int,bool)" (?ChannelMessageSeriesEnd@BufferedTransformation@CryptoPP@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H_N@Z)
  25. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl CryptoPP::BufferedTransformation::ChannelFlush(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool,int,bool)" (?ChannelFlush@BufferedTransformation@CryptoPP@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_NH1@Z)
  26. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::BufferedTransformation::ChannelPutModifiable2(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned char *,unsigned __int64,int,bool)" (?ChannelPutModifiable2@BufferedTransformation@CryptoPP@@UEAA_KAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEAE_KH_N@Z)
  27. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::BufferedTransformation::ChannelPut2(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned char const *,unsigned __int64,int,bool)" (?ChannelPut2@BufferedTransformation@CryptoPP@@UEAA_KAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEBE_KH_N@Z)
  28. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned char * __cdecl CryptoPP::BufferedTransformation::ChannelCreatePutSpace(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned __int64 &)" (?ChannelCreatePutSpace@BufferedTransformation@CryptoPP@@UEAAPEAEAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEA_K@Z)
  29. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: unsigned __int64 __cdecl CryptoPP::BufferedTransformation::TransferAllTo2(class CryptoPP::BufferedTransformation &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool)" (?TransferAllTo2@BufferedTransformation@CryptoPP@@QEAA_KAEAV12@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
  30. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: unsigned __int64 __cdecl CryptoPP::BufferedTransformation::TransferMessagesTo2(class CryptoPP::BufferedTransformation &,unsigned int &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool)" (?TransferMessagesTo2@BufferedTransformation@CryptoPP@@QEAA_KAEAV12@AEAIAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
  31. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::BufferedTransformation::SkipAll(void)" (?SkipAll@BufferedTransformation@CryptoPP@@UEAAXXZ)
  32. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned int __cdecl CryptoPP::BufferedTransformation::SkipMessages(unsigned int)" (?SkipMessages@BufferedTransformation@CryptoPP@@UEAAII@Z)
  33. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl CryptoPP::BufferedTransformation::GetNextMessage(void)" (?GetNextMessage@BufferedTransformation@CryptoPP@@UEAA_NXZ)
  34. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl CryptoPP::BufferedTransformation::AnyMessages(void)const " (?AnyMessages@BufferedTransformation@CryptoPP@@UEBA_NXZ)
  35. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned int __cdecl CryptoPP::BufferedTransformation::NumberOfMessages(void)const " (?NumberOfMessages@BufferedTransformation@CryptoPP@@UEBAIXZ)
  36. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::BufferedTransformation::TotalBytesRetrievable(void)const " (?TotalBytesRetrievable@BufferedTransformation@CryptoPP@@UEBA_KXZ)
  37. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::BufferedTransformation::Skip(unsigned __int64)" (?Skip@BufferedTransformation@CryptoPP@@UEAA_K_K@Z)
  38. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::BufferedTransformation::Peek(unsigned char &)const " (?Peek@BufferedTransformation@CryptoPP@@UEBA_KAEAE@Z)
  39. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::BufferedTransformation::Peek(unsigned char *,unsigned __int64)const " (?Peek@BufferedTransformation@CryptoPP@@UEBA_KPEAE_K@Z)
  40. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::BufferedTransformation::Get(unsigned char &)" (?Get@BufferedTransformation@CryptoPP@@UEAA_KAEAE@Z)
  41. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::BufferedTransformation::Get(unsigned char *,unsigned __int64)" (?Get@BufferedTransformation@CryptoPP@@UEAA_KPEAE_K@Z)
  42. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl CryptoPP::BufferedTransformation::AnyRetrievable(void)const " (?AnyRetrievable@BufferedTransformation@CryptoPP@@UEBA_NXZ)
  43. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::BufferedTransformation::MaxRetrievable(void)const " (?MaxRetrievable@BufferedTransformation@CryptoPP@@UEBA_KXZ)
  44. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl CryptoPP::BufferedTransformation::MessageSeriesEnd(int,bool)" (?MessageSeriesEnd@BufferedTransformation@CryptoPP@@UEAA_NH_N@Z)
  45. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl CryptoPP::BufferedTransformation::Flush(bool,int,bool)" (?Flush@BufferedTransformation@CryptoPP@@UEAA_N_NH0@Z)
  46. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::BufferedTransformation::Initialize(class CryptoPP::NameValuePairs const &,int)" (?Initialize@BufferedTransformation@CryptoPP@@UEAAXAEBVNameValuePairs@2@H@Z)
  47. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::BufferedTransformation::GetWaitObjects(class CryptoPP::WaitObjectContainer &,class CryptoPP::CallStack const &)" (?GetWaitObjects@BufferedTransformation@CryptoPP@@UEAAXAEAVWaitObjectContainer@2@AEBVCallStack@2@@Z)
  48. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned int __cdecl CryptoPP::BufferedTransformation::GetMaxWaitObjectCount(void)const " (?GetMaxWaitObjectCount@BufferedTransformation@CryptoPP@@UEBAIXZ)
  49. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "private: static int const * __cdecl CryptoPP::HexDecoder::GetDefaultDecodingLookupArray(void)" (?GetDefaultDecodingLookupArray@HexDecoder@CryptoPP@@CAPEBHXZ)
  50. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::HexDecoder::IsolatedInitialize(class CryptoPP::NameValuePairs const &)" (?IsolatedInitialize@HexDecoder@CryptoPP@@UEAAXAEBVNameValuePairs@2@@Z)
  51. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::Rijndael::Dec::AdvancedProcessBlocks(unsigned char const *,unsigned char const *,unsigned char *,unsigned __int64,unsigned int)const " (?AdvancedProcessBlocks@Dec@Rijndael@CryptoPP@@UEBA_KPEBE0PEAE_KI@Z)
  52. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::Rijndael::Dec::ProcessAndXorBlock(unsigned char const *,unsigned char const *,unsigned char *)const " (?ProcessAndXorBlock@Dec@Rijndael@CryptoPP@@UEBAXPEBE0PEAE@Z)
  53. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::Rijndael::Enc::AdvancedProcessBlocks(unsigned char const *,unsigned char const *,unsigned char *,unsigned __int64,unsigned int)const " (?AdvancedProcessBlocks@Enc@Rijndael@CryptoPP@@UEBA_KPEBE0PEAE_KI@Z)
  54. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: __cdecl CryptoPP::Rijndael::Enc::Enc(void)" (??0Enc@Rijndael@CryptoPP@@QEAA@XZ)
  55. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::Rijndael::Enc::ProcessAndXorBlock(unsigned char const *,unsigned char const *,unsigned char *)const " (?ProcessAndXorBlock@Enc@Rijndael@CryptoPP@@UEBAXPEBE0PEAE@Z)
  56. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::Rijndael::Base::UncheckedSetKey(unsigned char const *,unsigned int,class CryptoPP::NameValuePairs const &)" (?UncheckedSetKey@Base@Rijndael@CryptoPP@@UEAAXPEBEIAEBVNameValuePairs@3@@Z)
  57. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::ECB_OneWay::ProcessData(unsigned char *,unsigned char const *,unsigned __int64)" (?ProcessData@ECB_OneWay@CryptoPP@@UEAAXPEAEPEBE_K@Z)
  58. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::HexEncoder::IsolatedInitialize(class CryptoPP::NameValuePairs const &)" (?IsolatedInitialize@HexEncoder@CryptoPP@@UEAAXAEBVNameValuePairs@2@@Z)
  59. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "void __cdecl CryptoPP::UnalignedDeallocate(void *)" (?UnalignedDeallocate@CryptoPP@@YAXPEAX@Z)
  60. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::BaseN_Encoder::Put2(unsigned char const *,unsigned __int64,int,bool)" (?Put2@BaseN_Encoder@CryptoPP@@UEAA_KPEBE_KH_N@Z)
  61. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::BaseN_Encoder::IsolatedInitialize(class CryptoPP::NameValuePairs const &)" (?IsolatedInitialize@BaseN_Encoder@CryptoPP@@UEAAXAEBVNameValuePairs@2@@Z)
  62. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::BaseN_Decoder::Put2(unsigned char const *,unsigned __int64,int,bool)" (?Put2@BaseN_Decoder@CryptoPP@@UEAA_KPEBE_KH_N@Z)
  63. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::BaseN_Decoder::IsolatedInitialize(class CryptoPP::NameValuePairs const &)" (?IsolatedInitialize@BaseN_Decoder@CryptoPP@@UEAAXAEBVNameValuePairs@2@@Z)
  64. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "void * __cdecl CryptoPP::AlignedAllocate(unsigned __int64)" (?AlignedAllocate@CryptoPP@@YAPEAX_K@Z)
  65. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: __cdecl CryptoPP::StreamTransformationFilter::StreamTransformationFilter(class CryptoPP::StreamTransformation &,class CryptoPP::BufferedTransformation *,enum CryptoPP::BlockPaddingSchemeDef::BlockPaddingScheme,bool)" (??0StreamTransformationFilter@CryptoPP@@QEAA@AEAVStreamTransformation@1@PEAVBufferedTransformation@1@W4BlockPaddingScheme@BlockPaddingSchemeDef@1@_N@Z)
  66. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "void * __cdecl CryptoPP::UnalignedAllocate(unsigned __int64)" (?UnalignedAllocate@CryptoPP@@YAPEAX_K@Z)
  67. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl CryptoPP::Store::GetNextMessage(void)" (?GetNextMessage@Store@CryptoPP@@UEAA_NXZ)
  68. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned int __cdecl CryptoPP::BlockTransformation::OptimalDataAlignment(void)const " (?OptimalDataAlignment@BlockTransformation@CryptoPP@@UEBAIXZ)
  69. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "protected: unsigned __int64 __cdecl CryptoPP::FilterWithBufferedInput::PutMaybeModifiable(unsigned char *,unsigned __int64,int,bool,bool)" (?PutMaybeModifiable@FilterWithBufferedInput@CryptoPP@@IEAA_KPEAE_KH_N2@Z)
  70. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::FilterWithBufferedInput::IsolatedInitialize(class CryptoPP::NameValuePairs const &)" (?IsolatedInitialize@FilterWithBufferedInput@CryptoPP@@UEAAXAEBVNameValuePairs@2@@Z)
  71. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "void __cdecl CryptoPP::AlignedDeallocate(void *)" (?AlignedDeallocate@CryptoPP@@YAXPEAX@Z)
  72. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "protected: virtual class CryptoPP::BufferedTransformation * __cdecl CryptoPP::Filter::NewDefaultAttachment(void)const " (?NewDefaultAttachment@Filter@CryptoPP@@MEBAPEAVBufferedTransformation@2@XZ)
  73. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl CryptoPP::Filter::MessageSeriesEnd(int,bool)" (?MessageSeriesEnd@Filter@CryptoPP@@UEAA_NH_N@Z)
  74. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl CryptoPP::Filter::Flush(bool,int,bool)" (?Flush@Filter@CryptoPP@@UEAA_N_NH0@Z)
  75. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::Filter::Initialize(class CryptoPP::NameValuePairs const &,int)" (?Initialize@Filter@CryptoPP@@UEAAXAEBVNameValuePairs@2@H@Z)
  76. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::Filter::CopyRangeTo2(class CryptoPP::BufferedTransformation &,unsigned __int64 &,unsigned __int64,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool)const " (?CopyRangeTo2@Filter@CryptoPP@@UEBA_KAEAVBufferedTransformation@2@AEA_K_KAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
  77. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::Filter::TransferTo2(class CryptoPP::BufferedTransformation &,unsigned __int64 &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool)" (?TransferTo2@Filter@CryptoPP@@UEAA_KAEAVBufferedTransformation@2@AEA_KAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
  78. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::Filter::Detach(class CryptoPP::BufferedTransformation *)" (?Detach@Filter@CryptoPP@@UEAAXPEAVBufferedTransformation@2@@Z)
  79. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::BufferedTransformation * __cdecl CryptoPP::Filter::AttachedTransformation(void)" (?AttachedTransformation@Filter@CryptoPP@@UEAAPEAVBufferedTransformation@2@XZ)
  80. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::BufferedTransformation const * __cdecl CryptoPP::Filter::AttachedTransformation(void)const " (?AttachedTransformation@Filter@CryptoPP@@UEBAPEBVBufferedTransformation@2@XZ)
  81. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: __cdecl CryptoPP::Filter::Filter(class CryptoPP::BufferedTransformation *)" (??0Filter@CryptoPP@@QEAA@PEAVBufferedTransformation@1@@Z)
  82. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::ProxyFilter::NextPutModifiable(unsigned char *,unsigned __int64)" (?NextPutModifiable@ProxyFilter@CryptoPP@@UEAAXPEAE_K@Z)
  83. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::ProxyFilter::NextPutMultiple(unsigned char const *,unsigned __int64)" (?NextPutMultiple@ProxyFilter@CryptoPP@@UEAAXPEBE_K@Z)
  84. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual bool __cdecl CryptoPP::ProxyFilter::IsolatedFlush(bool,bool)" (?IsolatedFlush@ProxyFilter@CryptoPP@@UEAA_N_N0@Z)
  85. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: __cdecl CryptoPP::ProxyFilter::ProxyFilter(class CryptoPP::BufferedTransformation *,unsigned __int64,unsigned __int64,class CryptoPP::BufferedTransformation *)" (??0ProxyFilter@CryptoPP@@QEAA@PEAVBufferedTransformation@1@_K10@Z)
  86. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual unsigned __int64 __cdecl CryptoPP::Grouper::Put2(unsigned char const *,unsigned __int64,int,bool)" (?Put2@Grouper@CryptoPP@@UEAA_KPEBE_KH_N@Z)
  87. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::Grouper::IsolatedInitialize(class CryptoPP::NameValuePairs const &)" (?IsolatedInitialize@Grouper@CryptoPP@@UEAAXAEBVNameValuePairs@2@@Z)
  88. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::RandomPool::GenerateIntoBufferedTransformation(class CryptoPP::BufferedTransformation &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned __int64)" (?GenerateIntoBufferedTransformation@RandomPool@CryptoPP@@UEAAXAEAVBufferedTransformation@2@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_K@Z)
  89. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: virtual void __cdecl CryptoPP::RandomPool::IncorporateEntropy(unsigned char const *,unsigned __int64)" (?IncorporateEntropy@RandomPool@CryptoPP@@UEAAXPEBE_K@Z)
  90. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "public: __cdecl CryptoPP::RandomPool::RandomPool(void)" (??0RandomPool@CryptoPP@@QEAA@XZ)
  91. 1>RConCryptoLib.lib(RConCrypt.obj) : error LNK2001: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const CryptoPP::DEFAULT_CHANNEL" (?DEFAULT_CHANNEL@CryptoPP@@3V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@B)
  92. 1>F:\Projects\RCon\RconThirdParty\x64\Release\Test.exe : fatal error LNK1120: 90 unresolved externals
  93. ========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement