1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
1
|
1> test3.cpp
1>c:\users\ibm_admin\documents\visual studio 2010\projects\test3\test3\test3.cpp(855): warning C4996: 'asctime': This function or variable may be unsafe. Consider using asctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\time.h(153) : see declaration of 'asctime'
1>c:\users\ibm_admin\documents\visual studio 2010\projects\test3\test3\test3.cpp(855): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\time.inl(112) : see declaration of 'localtime'
1>test3.obj : error LNK2019: unresolved external symbol "void __cdecl FIPS140_SampleApplication(void)" (?FIPS140_SampleApplication@@YAXXZ) referenced in function _wmain
1>test3.obj : error LNK2019: unresolved external symbol "void __cdecl BenchmarkAll2(double,double)" (?BenchmarkAll2@@YAXNN@Z) referenced in function _wmain
1>test3.obj : error LNK2019: unresolved external symbol "void __cdecl BenchmarkAll(double,double)" (?BenchmarkAll@@YAXNN@Z) referenced in function _wmain
1>test3.obj : error LNK2019: unresolved external symbol "bool __cdecl RunTestDataFile(char const *,class CryptoPP::NameValuePairs const &)" (?RunTestDataFile@@YA_NPBDABVNameValuePairs@CryptoPP@@@Z) referenced in function _wmain
1>test3.obj : error LNK2019: unresolved external symbol "bool __cdecl ValidateThreeWay(void)" (?ValidateThreeWay@@YA_NXZ) referenced in function "bool __cdecl Validate(int,bool,char const *)" (?Validate@@YA_NH_NPBD@Z)
1>test3.obj : error LNK2019: unresolved external symbol "bool __cdecl ValidateBlowfish(void)" (?ValidateBlowfish@@YA_NXZ) referenced in function "bool __cdecl Validate(int,bool,char const *)" (?Validate@@YA_NH_NPBD@Z)
1>test3.obj : error LNK2019: unresolved external symbol "bool __cdecl ValidateRC5(void)" (?ValidateRC5@@YA_NXZ) referenced in function "bool __cdecl Validate(int,bool,char const *)" (?Validate@@YA_NH_NPBD@Z)
1>test3.obj : error LNK2019: unresolved external symbol "public: static void __cdecl CryptoPP::Tiger::InitState(unsigned __int64 *)" (?InitState@Tiger@CryptoPP@@SAXPA_K@Z) referenced in function "protected: virtual void __thiscall CryptoPP::IteratedHashWithStaticTransform<unsigned __int64,struct CryptoPP::EnumToType<enum CryptoPP::ByteOrder,0>,64,24,class CryptoPP::Tiger,0,0>::Init(void)" (?Init@?$IteratedHashWithStaticTransform@_KU?$EnumToType@W4ByteOrder@CryptoPP@@$0A@@CryptoPP@@$0EA@$0BI@VTiger@2@$0A@$0A@@CryptoPP@@MAEXXZ)
1>test3.obj : error LNK2001: unresolved external symbol "public: static unsigned int const CryptoPP::PKCS_DigestDecoration<class CryptoPP::SHA1>::length" (?length@?$PKCS_DigestDecoration@VSHA1@CryptoPP@@@CryptoPP@@2IB)
1>test3.obj : error LNK2001: unresolved external symbol "public: static unsigned char const * const CryptoPP::PKCS_DigestDecoration<class CryptoPP::SHA1>::decoration" (?decoration@?$PKCS_DigestDecoration@VSHA1@CryptoPP@@@CryptoPP@@2QBEB)
1>test3.obj : 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)
1>C:\Users\IBM_ADMIN\Documents\Visual Studio 2010\Projects\test3\Debug\test3.exe : fatal error LNK1120: 146 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== |