When the error occurs, the gf2n.cpp and gf2n_simd.cpp is already in 'cryptdll' project.
在 2019年3月15日星期五 UTC+8下午12:46:01,박남준写道: > > Add gf2n.cpp and gf2n_simd.cpp files to the cryuptdll project > > 2019년 3월 15일 금요일 오전 12시 41분 59초 UTC+9, [email protected] 님의 말: >> >> Compile error message is as follows: >> >> 1>gf2n.obj : error LNK2019: unresolved external symbol "void __cdecl >> CryptoPP::GF2NT_233_Multiply_Reduce_CLMUL(unsigned int const *,unsigned int >> const *,unsigned int *)" >> (?GF2NT_233_Multiply_Reduce_CLMUL@CryptoPP@@YAXPBI0PAI@Z) referenced in >> function "public: virtual class CryptoPP::PolynomialMod2 const & __thiscall >> CryptoPP::GF2NT233::Multiply(class CryptoPP::PolynomialMod2 const &,class >> CryptoPP::PolynomialMod2 const &)const " >> (?Multiply@GF2NT233@CryptoPP@@UBEABVPolynomialMod2@2@ABV32@0@Z) >> >> 1>gf2n.obj : error LNK2019: unresolved external symbol "void __cdecl >> CryptoPP::GF2NT_233_Square_Reduce_CLMUL(unsigned int const *,unsigned int >> *)" (?GF2NT_233_Square_Reduce_CLMUL@CryptoPP@@YAXPBIPAI@Z) referenced in >> function "public: virtual class CryptoPP::PolynomialMod2 const & __thiscall >> CryptoPP::GF2NT233::Square(class CryptoPP::PolynomialMod2 const &)const " >> (?Square@GF2NT233@CryptoPP@@UBEABVPolynomialMod2@2@ABV32@@Z) >> >> 1>Win32\DLL_Output\Debug\\cryptopp.dll : fatal error LNK1120: 2 >> unresolved externals >> >> 1>Done building project "cryptdll.vcxproj" -- FAILED. >> ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== >> > -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
