friends, I want to generate crypto.dll , so download source from http://www.cryptopp.com/ link When I build dll, It shows following error.
1>rijndael.obj : error LNK2001: unresolved external symbol "protected: static unsigned char const * const CryptoPP::Rijndael::Base::Se" (?Se@Base@Rijndael@CryptoPP@@1QBEB) 1>rijndael.obj : error LNK2001: unresolved external symbol "protected: static unsigned char const * const CryptoPP::Rijndael::Base::Sd" (?Sd@Base@Rijndael@CryptoPP@@1QBEB) 1>rijndael.obj : error LNK2001: unresolved external symbol "protected: static unsigned int const * const CryptoPP::Rijndael::Base::rcon" (?rcon@Base@Rijndael@CryptoPP@@1QBIB) 1>C:\Users\uma-2210\Documents\Visual Studio 2010\Projects\cryTemp\Debug\cryTemp.dll : fatal error LNK1120: 3 unresolved externals Please help me to solve this problem; Thanks in advance -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- 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.
