actually i also trying to do that, but when i starting build cryptopp.dll, i get the linking error as following
-------------------------------------------------------------------------------------------------------------------------------- ------ Build started: Project: cryptdll, Configuration: Release Win32 ------ Linking... Creating library d:\Downloads\cryptopp551_VS2005\Win32\dll_output \release\cryptopp.lib and object d:\Downloads \cryptopp551_VS2005\Win32\dll_output\release\cryptopp.exp algebra.obj : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) libcpmt.lib(string.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(void)" (?? [EMAIL PROTECTED]@@[EMAIL PROTECTED]) algebra.obj : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (?? [EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z) libcpmt.lib(string.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z) libcpmt.lib(locale0.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z) algebra.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (? [EMAIL PROTECTED]@std@@UBEPBDXZ) libcpmt.lib(string.obj) : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " ([EMAIL PROTECTED]@std@@UBEPBDXZ) libcpmt.lib(locale0.obj) : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " ([EMAIL PROTECTED]@std@@UBEPBDXZ) algebra.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (?? [EMAIL PROTECTED]@@[EMAIL PROTECTED]) libcpmt.lib(string.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (?? [EMAIL PROTECTED]@@[EMAIL PROTECTED]) libcpmt.lib(locale0.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (?? [EMAIL PROTECTED]@@[EMAIL PROTECTED]) algebra.obj : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (?? [EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z) libcpmt.lib(string.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z) libcpmt.lib(locale0.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z) algparam.obj : error LNK2001: unresolved external symbol "public: bool __thiscall type_info::operator!=(class type_info const &)const " (?? 9type_info@@QBE_NABV0@@Z) asn.obj : error LNK2001: unresolved external symbol "public: class std::exception & __thiscall std::exception::operator=(class std::exception const &)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z) asn.obj : error LNK2001: unresolved external symbol "public: bool __thiscall type_info::operator==(class type_info const &)const " (?? 8type_info@@QBE_NABV0@@Z) files.obj : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const *)" (?? [EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z) files.obj : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (?? [EMAIL PROTECTED]@@[EMAIL PROTECTED]@@Z) files.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) misc.obj : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &,int)" (?? [EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z) Win32\DLL_Output\Release\cryptopp.dll : fatal error LNK1120: 12 unresolved externals -------------------------------------------------------------------------------------------------------------------------------- just drive me crazy~~~ --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
