When I link my program with IT++ lib, there are a lot of errors.
When I compiled the lib use visual C++ 2005 express, I have put there files in my
lib folder.
libatlas.a
libcblas.a
blas_win32.lib
lapack_win32.lib
libfftw3-3.lib
By the way, I don't use the visual studio, I only use their nmake, to link all the objs and lib. the compiles seem fines. When I link the lib, huge errors.
Thanks a lot,
My link error:
Linking...
itpp_rel2005.lib(vqtrain.obj) : warning LNK4078: multiple '.CRT' sections found with different attributes (40300040)
libcpmt.lib(ios.obj) : error LNK2005: "public: virtual __thiscall std::ios_base::~ios_base(void)" (??1ios_base@std@@UAE@XZ) already defined in itpp_rel2005.lib(vq.obj)
libcpmt.lib(ios.obj) : error LNK2005: "public: void __thiscall std::ios_base::clear(int,bool)" (?clear@ios_base@std@@QAEXH_N@Z) already defined in itpp_rel2005.lib(vqtrain.obj)
libcpmt.lib(ios.obj) : error LNK2005: "protected: void __thiscall std::ios_base::_Init(void)" (?_Init@ios_base@std@@IAEXXZ) already defined in itpp_rel2005.lib(vq.obj)
libcpmt.lib(locale0.obj) : error LNK2005: "public: class std::locale::facet const * __thiscall std::locale::_Getfacet(unsigned int)const " (?_Getfacet@locale@std@@QBEPBVfacet@12@I@Z) already defined in itpp_rel2005.lib(vqtrain.obj)
libcpmt.lib(locale0.obj) : error LNK2005: "public: void __thiscall std::locale::facet::_Register(void)" (?_Register@facet@locale@std@@QAEXXZ) already defined in itpp_rel2005.lib(vqtrain.obj)
libcpmt.lib(locale0.obj) : error LNK2005: "public: __thiscall std::_Locinfo::~_Locinfo(void)" (??1_Locinfo@std@@QAE@XZ) already defined in itpp_rel2005.lib(vqtrain.obj)
libcpmt.lib(locale0.obj) : error LNK2005: "public: __thiscall std::_Locinfo::_Locinfo(char const )" (??0_Locinfo@std@@QAE@PBD@Z) already defined in itpp_rel2005.lib(vqtrain.obj)
libcpmt.lib(locale0.obj) : error LNK2005: "public: __thiscall std::locale::locale(void)" (??0locale@std@@QAE@XZ) already defined in itpp_rel2005.lib(vq.obj)
libcpmt.lib(locale0.obj) : error LNK2005: "public: static unsigned int const std::ctype<char>::table_size" (?table_size@?$ctype@D@std@@2IB) already defined in itpp_rel2005.lib(vqtrain.obj)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z) referenced in function "public: __thiscall std::bad_alloc::bad_alloc(char const )" (??0bad_alloc@std@@QAE@PBD@Z)
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z) referenced in function "public: __thiscall std::bad_alloc::bad_alloc(char const )" (??0bad_alloc@std@@QAE@PBD@Z)
itpp_rel2005.lib(random.obj) : error LNK2019: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z) referenced in function "public: __thiscall std::bad_alloc::bad_alloc(char const )" (??0bad_alloc@std@@QAE@PBD@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(vec.obj) : error LNK2019: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ)
itpp_rel2005.lib(stat.obj) : error LNK2019: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(specmat.obj) : error LNK2019: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ)
itpp_rel2005.lib(vqtrain.obj) : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ)
itpp_rel2005.lib(random.obj) : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ)
itpp_rel2005.lib(converters.obj) : error LNK2019: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(vec.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual void * __thiscall std::bad_alloc::scalar deleting destructor'(unsigned int)" (??_Gbad_alloc@std@@UAEPAXI@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual void * __thiscall std::bad_alloc::scalar deleting destructor'(unsigned int)" (??_Gbad_alloc@std@@UAEPAXI@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ)
itpp_rel2005.lib(stat.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual void * __thiscall std::bad_alloc::scalar deleting destructor'(unsigned int)" (??_Gbad_alloc@std@@UAEPAXI@Z)
itpp_rel2005.lib(specmat.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual void * __thiscall std::bad_alloc::scalar deleting destructor'(unsigned int)" (??_Gbad_alloc@std@@UAEPAXI@Z)
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(random.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(converters.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual void * __thiscall std::bad_alloc::`scalar deleting destructor'(unsigned int)" (??_Gbad_alloc@std@@UAEPAXI@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol _memcpy_s
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol _memcpy_s
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol _memcpy_s
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol _memcpy_s
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol _memcpy_s
itpp_rel2005.lib(specmat.obj) : error LNK2019: unresolved external symbol _memcpy_s referenced in function "public: static char * __cdecl std::char_traits<char>::_Move_s(char ,unsigned int,char const ,unsigned int)" (?_Move_s@?$char_traits@D@std@@SAPADPADIPBDI@Z)
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol _memcpy_s
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol _memcpy_s referenced in function "public: static char * __cdecl std::char_traits<char>::_Copy_s(char ,unsigned int,char const ,unsigned int)" (?_Copy_s@?$char_traits@D@std@@SAPADPADIPBDI@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol _memcpy_s
itpp_rel2005.lib(random.obj) : error LNK2019: unresolved external symbol _memcpy_s referenced in function "public: static char * __cdecl std::char_traits<char>::_Copy_s(char ,unsigned int,char const ,unsigned int)" (?_Copy_s@?$char_traits@D@std@@SAPADPADIPBDI@Z)
itpp_rel2005.lib(converters.obj) : error LNK2019: unresolved external symbol _memcpy_s referenced in function "public: static char * __cdecl std::char_traits<char>::_Move_s(char ,unsigned int,char const ,unsigned int)" (?_Move_s@?$char_traits@D@std@@SAPADPADIPBDI@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol _memmove_s referenced in function "public: static char * __cdecl std::char_traits<char>::_Move_s(char ,unsigned int,char const ,unsigned int)" (?_Move_s@?$char_traits@D@std@@SAPADPADIPBDI@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(random.obj) : error LNK2019: unresolved external symbol _memmove_s referenced in function "public: static char * __cdecl std::char_traits<char>::_Move_s(char ,unsigned int,char const ,unsigned int)" (?_Move_s@?$char_traits@D@std@@SAPADPADIPBDI@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet )" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet )" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet )" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet )" (?facet_Register@facet@locale@std@@CAXPAV123@@Z) referenced in function "public: void __thiscall std::locale::facet::_Register(void)" (?_Register@facet@locale@std@@QAEXXZ)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet )" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet )" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet )" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
itpp_rel2005.lib(vec.obj) : error LNK2019: unresolved external symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ) referenced in function "public: __thiscall std::locale::locale(void)" (??0locale@std@@QAE@XZ)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ) referenced in function "public: __thiscall std::locale::locale(void)" (??0locale@std@@QAE@XZ)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ) referenced in function "public: class std::locale::facet const * __thiscall std::locale::_Getfacet(unsigned int)const " (?_Getfacet@locale@std@@QBEPBVfacet@12@I@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ)
itpp_rel2005.lib(itassert.obj) : error LNK2019: unresolved external symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ) referenced in function "public: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEXXZ)
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol __ftol2_sse
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol __ftol2_sse referenced in function "int __cdecl itpp::floor_i(double)" (?floor_i@itpp@@YAHN@Z)
itpp_rel2005.lib(random.obj) : error LNK2001: unresolved external symbol __ftol2_sse
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol __ftol2_sse
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol __ftol2_sse
itpp_rel2005.lib(svd.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(elmatfunc.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol _cblas_dcopy referenced in function "void __cdecl itpp::copy_vector(int,double const ,double )" (?copy_vector@itpp@@YAXHPBNPAN@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(random.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2019: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z) referenced in function __ehhandler$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(random.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(scalfunc.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ) referenced in function "double __cdecl itpp::erfinv(double)" (?erfinv@itpp@@YANN@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ) referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::erase(unsigned int,unsigned int)" (?erase@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@II@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(random.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol CxxFrameHandler3
itpprel2005.lib(vec.obj) : error LNK2001: unresolved external symbol _CxxFrameHandler3
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol CxxFrameHandler3
itpprel2005.lib(svd.obj) : error LNK2001: unresolved external symbol _CxxFrameHandler3
itpp_rel2005.lib(elmatfunc.obj) : error LNK2001: unresolved external symbol CxxFrameHandler3
itpprel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol _CxxFrameHandler3
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol CxxFrameHandler3
itpprel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol _CxxFrameHandler3
itpp_rel2005.lib(scalfunc.obj) : error LNK2019: unresolved external symbol CxxFrameHandler3 referenced in function "double _cdecl itpp::erfinv(double)" (?erfinv@itpp@@YANN@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol _CxxFrameHandler3 referenced in function __ehhandler$?_Copy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IAEXII@Z
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol CxxFrameHandler3
itpprel2005.lib(random.obj) : error LNK2001: unresolved external symbol _CxxFrameHandler3
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol CxxFrameHandler3
itpprel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: static void cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ) referenced in function "protected: bool __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::_Grow(unsigned int,bool)" (?_Grow@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IAE_NI_N@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(random.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo )" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo )" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo )" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo )" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z) referenced in function "public: __thiscall std::_Locinfo::~_Locinfo(void)" (??1_Locinfo@std@@QAE@XZ)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo )" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo )" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo )" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ) referenced in function "public: __thiscall std::runtime_error::runtime_error(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0runtime_error@std@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ)
itpp_rel2005.lib(itassert.obj) : error LNK2019: unresolved external symbol "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ) referenced in function "public: struct lconv const * __thiscall std::_Locinfo::_Getlconv(void)const " (?_Getlconv@_Locinfo@std@@QBEPBUlconv@@XZ)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo ,char const )" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo ,char const )" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo ,char const )" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo ,char const )" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z) referenced in function "public: __thiscall std::_Locinfo::_Locinfo(char const )" (??0_Locinfo@std@@QAE@PBD@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo ,char const )" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo ,char const )" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo ,char const )" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z) referenced in function "char * __cdecl std::_Maklocstr<char>(char const ,char ,struct _Cvtvec const &)" (??$_Maklocstr@D@std@@YAPADPBDPADABU_Cvtvec@@@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol __invalid_parameter_noinfo
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol __invalid_parameter_noinfo
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol __invalid_parameter_noinfo
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol __invalid_parameter_noinfo referenced in function "public: char & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::operator" (??A?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAADI@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol __invalid_parameter_noinfo
itpp_rel2005.lib(converters.obj) : error LNK2019: unresolved external symbol __invalid_parameter_noinfo referenced in function "public: void __thiscall itpp::Vec<class itpp::bin>::set_size(int,bool)" (?set_size@?$Vec@Vbin@itpp@@@itpp@@QAEXH_N@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol __invalid_parameter_noinfo
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const )" (??0bad_cast@std@@QAE@PBD@Z)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const )" (??0bad_cast@std@@QAE@PBD@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const )" (??0bad_cast@std@@QAE@PBD@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const )" (??0bad_cast@std@@QAE@PBD@Z) referenced in function "class std::num_put<char,class std::ostreambuf_iterator<char,struct std::char_traits<char> > > const & __cdecl std::use_facet<class std::num_put<char,class std::ostreambuf_iterator<char,struct std::char_traits<char> > > >(class std::locale const &)" (??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const )" (??0bad_cast@std@@QAE@PBD@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const )" (??0bad_cast@std@@QAE@PBD@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const )" (??0bad_cast@std@@QAE@PBD@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" (??1bad_cast@std@@UAE@XZ)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" (??1bad_cast@std@@UAE@XZ)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" (??1bad_cast@std@@UAE@XZ)
itpp_rel2005.lib(vqtrain.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" (??1bad_cast@std@@UAE@XZ)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" (??1bad_cast@std@@UAE@XZ)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" (??1bad_cast@std@@UAE@XZ)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" (??1bad_cast@std@@UAE@XZ)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (??0bad_cast@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (??0bad_cast@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (??0bad_cast@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (??0bad_cast@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (??0bad_cast@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (??0bad_cast@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (??0bad_cast@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol _sprintf_s
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol _sprintf_s
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol _sprintf_s
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol _sprintf_s referenced in function "protected: virtual class std::ostreambuf_iterator<char,struct std::char_traits<char> > __thiscall std::num_put<char,class std::ostreambuf_iterator<char,struct std::char_traits<char> > >::do_put(class std::ostreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,char,long)const " (?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DJ@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol _sprintf_s
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol _sprintf_s
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol _sprintf_s
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::ios_base::_Ios_base_dtor(class std::ios_base )" (?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z)
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol "private: static void __cdecl std::ios_base::_Ios_base_dtor(class std::ios_base )" (?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z) referenced in function "public: virtual __thiscall std::ios_base::~ios_base(void)" (??1ios_base@std@@UAE@XZ)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::ios_base::_Ios_base_dtor(class std::ios_base )" (?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::ios_base::_Ios_base_dtor(class std::ios_base )" (?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::ios_base::_Ios_base_dtor(class std::ios_base )" (?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::ios_base::_Addstd(class std::ios_base )" (?_Addstd@ios_base@std@@SAXPAV12@@Z) referenced in function __ehhandler$?del_row@?$Mat@N@itpp@@QAEXH@Z
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::ios_base::_Addstd(class std::ios_base )" (?_Addstd@ios_base@std@@SAXPAV12@@Z) referenced in function "protected: void __thiscall std::basic_ios<char,struct std::char_traits<char> >::init(class std::basic_streambuf<char,struct std::char_traits<char> > ,bool)" (?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::ios_base::_Addstd(class std::ios_base )" (?_Addstd@ios_base@std@@SAXPAV12@@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::ios_base::_Addstd(class std::ios_base )" (?_Addstd@ios_base@std@@SAXPAV12@@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::ios_base::_Addstd(class std::ios_base )" (?_Addstd@ios_base@std@@SAXPAV12@@Z)
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol __Stoulx referenced in function "protected: virtual class std::istreambuf_iterator<char,struct std::char_traits<char> > __thiscall std::num_get<char,class std::istreambuf_iterator<char,struct std::char_traits<char> > >::do_get(class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,int &,bool &)const " (?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAA_N@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol __Stoulx
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol __Stoulx
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol __Stoulx
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol __Stolx referenced in function "protected: virtual class std::istreambuf_iterator<char,struct std::char_traits<char> > __thiscall std::num_get<char,class std::istreambuf_iterator<char,struct std::char_traits<char> > >::do_get(class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,int &,long &)const " (?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAJ@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol __Stolx
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol __Stolx
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol __Stolx
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol __Stofx referenced in function "protected: virtual class std::istreambuf_iterator<char,struct std::char_traits<char> > __thiscall std::num_get<char,class std::istreambuf_iterator<char,struct std::char_traits<char> > >::do_get(class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,int &,float &)const " (?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAM@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol __Stofx
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol __Stofx
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol __Stofx
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol __Stodx referenced in function "protected: virtual class std::istreambuf_iterator<char,struct std::char_traits<char> > __thiscall std::num_get<char,class std::istreambuf_iterator<char,struct std::char_traits<char> > >::do_get(class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,int &,double &)const " (?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAN@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol __Stodx
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol __Stodx
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol __Stodx
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol __Stoldx referenced in function "protected: virtual class std::istreambuf_iterator<char,struct std::char_traits<char> > __thiscall std::num_get<char,class std::istreambuf_iterator<char,struct std::char_traits<char> > >::do_get(class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,int &,long double &)const " (?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAO@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol __Stoldx
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol __Stoldx
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol __Stoldx
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol _cblas_zcopy
itpp_rel2005.lib(svd.obj) : error LNK2001: unresolved external symbol _cblas_zcopy
itpp_rel2005.lib(elmatfunc.obj) : error LNK2001: unresolved external symbol _cblas_zcopy
itpp_rel2005.lib(converters.obj) : error LNK2019: unresolved external symbol _cblas_zcopy referenced in function "void __cdecl itpp::copy_vector(int,class std::complex<double> const ,class std::complex<double> )" (?copy_vector@itpp@@YAXHPBV?$complex@N@std@@PAV23@@Z)
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol _cblas_zcopy
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol _cblas_zcopy
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol _cblas_zcopy
itpp_rel2005.lib(vec.obj) : error LNK2019: unresolved external symbol _cblas_ddot referenced in function "double __cdecl itpp::dot<double>(class itpp::Vec<double> const &,class itpp::Vec<double> const &)" (??$dot@N@itpp@@YANABV?$Vec@N@0@0@Z)
itpp_rel2005.lib(vec.obj) : error LNK2019: unresolved external symbol _cblas_zdotu_sub referenced in function "class std::complex<double> __cdecl itpp::dot<class std::complex<double> >(class itpp::Vec<class std::complex<double> > const &,class itpp::Vec<class std::complex<double> > const &)" (??$dot@V?$complex@N@std@@@itpp@@YA?AV?$complex@N@std@@ABV?$Vec@V?$complex@N@std@@@0@0@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol _cblas_dswap referenced in function "void __cdecl itpp::swap_vector(int,double ,double )" (?swap_vector@itpp@@YAXHPAN0@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol _cblas_zswap referenced in function "void __cdecl itpp::swap_vector(int,class std::complex<double> ,class std::complex<double> )" (?swap_vector@itpp@@YAXHPAV?$complex@N@std@@0@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol _cblas_dgemm referenced in function "public: class itpp::Mat<double> & __thiscall itpp::Mat<double>::operator=(class itpp::Mat<double> const &)" (??X?$Mat@N@itpp@@QAEAAV01@ABV01@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol _cblas_dgemv referenced in function "class itpp::Vec<double> const __cdecl itpp::operator<double>(class itpp::Mat<double> const &,class itpp::Vec<double> const &)" (??$?DN@itpp@@YA?BV?$Vec@N@0@ABV?$Mat@N@0@ABV10@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol _cblas_zgemm referenced in function "public: class itpp::Mat<class std::complex<double> > & __thiscall itpp::Mat<class std::complex<double> >::operator=(class itpp::Mat<class std::complex<double> > const &)" (??X?$Mat@V?$complex@N@std@@@itpp@@QAEAAV01@ABV01@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol _cblas_zgemv referenced in function "class itpp::Vec<class std::complex<double> > const __cdecl itpp::operator*<class std::complex<double> >(class itpp::Mat<class std::complex<double> > const &,class itpp::Vec<class std::complex<double> > const &)" (??$?DV?$complex@N@std@@@itpp@@YA?BV?$Vec@V?$complex@N@std@@@0@ABV?$Mat@V?$complex@N@std@@@0@ABV10@@Z)
.\cxc000000_MTE_PHYHS_U500\Win32-VCTK2003\exe\cxc000000_MTE_PHYHS_U500.exe : fatal error LNK1120: 37 unresolved externals
NMAKE : warning U4010: '.\cxc000000_MTE_PHYHS_U500\Win32-VCTK2003\exe\cxc000000_MTE_PHYHS_U500.exe' : build failed; /K specified, continuing ...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have successfully complied the it++ lib.
When I link my program with IT++ lib, there are a lot of errors.
When I compiled the lib use visual C++ 2005 express, I have put there files in my
lib folder.
libatlas.a
libcblas.a
blas_win32.lib
lapack_win32.lib
libfftw3-3.lib
By the way, I don't use the visual studio, I only use their nmake, to link all the objs and lib. the compiles seem fines. When I link the lib, huge errors.
Thanks a lot,
My link error:
Linking...
itpp_rel2005.lib(vqtrain.obj) : warning LNK4078: multiple '.CRT' sections found with different attributes (40300040)
libcpmt.lib(ios.obj) : error LNK2005: "public: virtual __thiscall std::ios_base::~ios_base(void)" (??1ios_base@std@@UAE@XZ) already defined in itpp_rel2005.lib(vq.obj)
libcpmt.lib(ios.obj) : error LNK2005: "public: void __thiscall std::ios_base::clear(int,bool)" (?clear@ios_base@std@@QAEXH_N@Z) already defined in itpp_rel2005.lib(vqtrain.obj)
libcpmt.lib(ios.obj) : error LNK2005: "protected: void __thiscall std::ios_base::_Init(void)" (?_Init@ios_base@std@@IAEXXZ) already defined in itpp_rel2005.lib(vq.obj)
libcpmt.lib(locale0.obj) : error LNK2005: "public: class std::locale::facet const * __thiscall std::locale::_Getfacet(unsigned int)const " (?_Getfacet@locale@std@@QBEPBVfacet@12@I@Z) already defined in itpp_rel2005.lib(vqtrain.obj)
libcpmt.lib(locale0.obj) : error LNK2005: "public: void __thiscall std::locale::facet::_Register(void)" (?_Register@facet@locale@std@@QAEXXZ) already defined in itpp_rel2005.lib(vqtrain.obj)
libcpmt.lib(locale0.obj) : error LNK2005: "public: __thiscall std::_Locinfo::~_Locinfo(void)" (??1_Locinfo@std@@QAE@XZ) already defined in itpp_rel2005.lib(vqtrain.obj)
libcpmt.lib(locale0.obj) : error LNK2005: "public: __thiscall std::_Locinfo::_Locinfo(char const )" (??0_Locinfo@std@@QAE@PBD@Z) already defined in itpp_rel2005.lib(vqtrain.obj)
libcpmt.lib(locale0.obj) : error LNK2005: "public: __thiscall std::locale::locale(void)" (??0locale@std@@QAE@XZ) already defined in itpp_rel2005.lib(vq.obj)
libcpmt.lib(locale0.obj) : error LNK2005: "public: static unsigned int const std::ctype<char>::table_size" (?table_size@?$ctype@D@std@@2IB) already defined in itpp_rel2005.lib(vqtrain.obj)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z) referenced in function "public: __thiscall std::bad_alloc::bad_alloc(char const )" (??0bad_alloc@std@@QAE@PBD@Z)
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z) referenced in function "public: __thiscall std::bad_alloc::bad_alloc(char const )" (??0bad_alloc@std@@QAE@PBD@Z)
itpp_rel2005.lib(random.obj) : error LNK2019: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z) referenced in function "public: __thiscall std::bad_alloc::bad_alloc(char const )" (??0bad_alloc@std@@QAE@PBD@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
itpp_rel2005.lib(vec.obj) : error LNK2019: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ)
itpp_rel2005.lib(stat.obj) : error LNK2019: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(specmat.obj) : error LNK2019: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ)
itpp_rel2005.lib(vqtrain.obj) : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ)
itpp_rel2005.lib(random.obj) : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ)
itpp_rel2005.lib(converters.obj) : error LNK2019: unresolved external symbol "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(vec.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual void * __thiscall std::bad_alloc::
scalar deleting destructor'(unsigned int)" (??_Gbad_alloc@std@@UAEPAXI@Z) itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual void * __thiscall std::bad_alloc::scalar deleting destructor'(unsigned int)" (??_Gbad_alloc@std@@UAEPAXI@Z)itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ)
itpp_rel2005.lib(stat.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual void * __thiscall std::bad_alloc::
scalar deleting destructor'(unsigned int)" (??_Gbad_alloc@std@@UAEPAXI@Z) itpp_rel2005.lib(specmat.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual void * __thiscall std::bad_alloc::scalar deleting destructor'(unsigned int)" (??_Gbad_alloc@std@@UAEPAXI@Z)itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(random.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
itpp_rel2005.lib(converters.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) referenced in function "public: virtual void * __thiscall std::bad_alloc::`scalar deleting destructor'(unsigned int)" (??_Gbad_alloc@std@@UAEPAXI@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol _memcpy_s
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol _memcpy_s
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol _memcpy_s
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol _memcpy_s
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol _memcpy_s
itpp_rel2005.lib(specmat.obj) : error LNK2019: unresolved external symbol _memcpy_s referenced in function "public: static char * __cdecl std::char_traits<char>::_Move_s(char ,unsigned int,char const ,unsigned int)" (?_Move_s@?$char_traits@D@std@@SAPADPADIPBDI@Z)
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol _memcpy_s
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol _memcpy_s referenced in function "public: static char * __cdecl std::char_traits<char>::_Copy_s(char ,unsigned int,char const ,unsigned int)" (?_Copy_s@?$char_traits@D@std@@SAPADPADIPBDI@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol _memcpy_s
itpp_rel2005.lib(random.obj) : error LNK2019: unresolved external symbol _memcpy_s referenced in function "public: static char * __cdecl std::char_traits<char>::_Copy_s(char ,unsigned int,char const ,unsigned int)" (?_Copy_s@?$char_traits@D@std@@SAPADPADIPBDI@Z)
itpp_rel2005.lib(converters.obj) : error LNK2019: unresolved external symbol _memcpy_s referenced in function "public: static char * __cdecl std::char_traits<char>::_Move_s(char ,unsigned int,char const ,unsigned int)" (?_Move_s@?$char_traits@D@std@@SAPADPADIPBDI@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol _memmove_s referenced in function "public: static char * __cdecl std::char_traits<char>::_Move_s(char ,unsigned int,char const ,unsigned int)" (?_Move_s@?$char_traits@D@std@@SAPADPADIPBDI@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(random.obj) : error LNK2019: unresolved external symbol _memmove_s referenced in function "public: static char * __cdecl std::char_traits<char>::_Move_s(char ,unsigned int,char const ,unsigned int)" (?_Move_s@?$char_traits@D@std@@SAPADPADIPBDI@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol _memmove_s
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet )" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet )" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet )" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet )" (?facet_Register@facet@locale@std@@CAXPAV123@@Z) referenced in function "public: void __thiscall std::locale::facet::_Register(void)" (?_Register@facet@locale@std@@QAEXXZ)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet )" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet )" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet )" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
itpp_rel2005.lib(vec.obj) : error LNK2019: unresolved external symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ) referenced in function "public: __thiscall std::locale::locale(void)" (??0locale@std@@QAE@XZ)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ) referenced in function "public: __thiscall std::locale::locale(void)" (??0locale@std@@QAE@XZ)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ) referenced in function "public: class std::locale::facet const * __thiscall std::locale::_Getfacet(unsigned int)const " (?_Getfacet@locale@std@@QBEPBVfacet@12@I@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ)
itpp_rel2005.lib(itassert.obj) : error LNK2019: unresolved external symbol "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ) referenced in function "public: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEXXZ)
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol __ftol2_sse
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol __ftol2_sse referenced in function "int __cdecl itpp::floor_i(double)" (?floor_i@itpp@@YAHN@Z)
itpp_rel2005.lib(random.obj) : error LNK2001: unresolved external symbol __ftol2_sse
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol __ftol2_sse
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol __ftol2_sse
itpp_rel2005.lib(svd.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(elmatfunc.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol _cblas_dcopy referenced in function "void __cdecl itpp::copy_vector(int,double const ,double )" (?copy_vector@itpp@@YAXHPBNPAN@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(random.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol _cblas_dcopy
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2019: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z) referenced in function __ehhandler$??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(random.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(scalfunc.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ) referenced in function "double __cdecl itpp::erfinv(double)" (?erfinv@itpp@@YANN@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ) referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::erase(unsigned int,unsigned int)" (?erase@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@II@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(random.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol CxxFrameHandler3
itpprel2005.lib(vec.obj) : error LNK2001: unresolved external symbol _CxxFrameHandler3
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol CxxFrameHandler3
itpprel2005.lib(svd.obj) : error LNK2001: unresolved external symbol _CxxFrameHandler3
itpp_rel2005.lib(elmatfunc.obj) : error LNK2001: unresolved external symbol CxxFrameHandler3
itpprel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol _CxxFrameHandler3
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol CxxFrameHandler3
itpprel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol _CxxFrameHandler3
itpp_rel2005.lib(scalfunc.obj) : error LNK2019: unresolved external symbol CxxFrameHandler3 referenced in function "double _cdecl itpp::erfinv(double)" (?erfinv@itpp@@YANN@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol _CxxFrameHandler3 referenced in function __ehhandler$?_Copy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IAEXII@Z
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol CxxFrameHandler3
itpprel2005.lib(random.obj) : error LNK2001: unresolved external symbol _CxxFrameHandler3
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol CxxFrameHandler3
itpprel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: static void cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(scalfunc.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ) referenced in function "protected: bool __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::_Grow(unsigned int,bool)" (?_Grow@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IAE_NI_N@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(random.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo )" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo )" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo )" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo )" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z) referenced in function "public: __thiscall std::_Locinfo::~_Locinfo(void)" (??1_Locinfo@std@@QAE@XZ)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo )" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo )" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_dtor(class std::_Locinfo )" (?_Locinfo_dtor@_Locinfo@std@@SAXPAV12@@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ) referenced in function "public: __thiscall std::runtime_error::runtime_error(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0runtime_error@std@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ)
itpp_rel2005.lib(itassert.obj) : error LNK2019: unresolved external symbol "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ) referenced in function "public: struct lconv const * __thiscall std::_Locinfo::_Getlconv(void)const " (?_Getlconv@_Locinfo@std@@QBEPBUlconv@@XZ)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo ,char const )" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo ,char const )" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo ,char const )" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo ,char const )" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z) referenced in function "public: __thiscall std::_Locinfo::_Locinfo(char const )" (??0_Locinfo@std@@QAE@PBD@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo ,char const )" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo ,char const )" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo ,char const )" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@PBD@Z) referenced in function "char * __cdecl std::_Maklocstr<char>(char const ,char ,struct _Cvtvec const &)" (??$_Maklocstr@D@std@@YAPADPBDPADABU_Cvtvec@@@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol __invalid_parameter_noinfo
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol __invalid_parameter_noinfo
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol __invalid_parameter_noinfo
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol __invalid_parameter_noinfo referenced in function "public: char & __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::operator" (??A?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAADI@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol __invalid_parameter_noinfo
itpp_rel2005.lib(converters.obj) : error LNK2019: unresolved external symbol __invalid_parameter_noinfo referenced in function "public: void __thiscall itpp::Vec<class itpp::bin>::set_size(int,bool)" (?set_size@?$Vec@Vbin@itpp@@@itpp@@QAEXH_N@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol __invalid_parameter_noinfo
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const )" (??0bad_cast@std@@QAE@PBD@Z)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const )" (??0bad_cast@std@@QAE@PBD@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const )" (??0bad_cast@std@@QAE@PBD@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const )" (??0bad_cast@std@@QAE@PBD@Z) referenced in function "class std::num_put<char,class std::ostreambuf_iterator<char,struct std::char_traits<char> > > const & __cdecl std::use_facet<class std::num_put<char,class std::ostreambuf_iterator<char,struct std::char_traits<char> > > >(class std::locale const &)" (??$use_facet@V?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@@std@@YAABV?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@0@ABVlocale@0@@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const )" (??0bad_cast@std@@QAE@PBD@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const )" (??0bad_cast@std@@QAE@PBD@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(char const )" (??0bad_cast@std@@QAE@PBD@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" (??1bad_cast@std@@UAE@XZ)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" (??1bad_cast@std@@UAE@XZ)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" (??1bad_cast@std@@UAE@XZ)
itpp_rel2005.lib(vqtrain.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" (??1bad_cast@std@@UAE@XZ)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" (??1bad_cast@std@@UAE@XZ)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" (??1bad_cast@std@@UAE@XZ)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall std::bad_cast::~bad_cast(void)" (??1bad_cast@std@@UAE@XZ)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (??0bad_cast@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (??0bad_cast@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (??0bad_cast@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(vqtrain.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (??0bad_cast@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (??0bad_cast@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (??0bad_cast@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::bad_cast::bad_cast(class std::bad_cast const &)" (??0bad_cast@std@@QAE@ABV01@@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol _sprintf_s
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol _sprintf_s
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol _sprintf_s
itpp_rel2005.lib(vqtrain.obj) : error LNK2019: unresolved external symbol _sprintf_s referenced in function "protected: virtual class std::ostreambuf_iterator<char,struct std::char_traits<char> > __thiscall std::num_put<char,class std::ostreambuf_iterator<char,struct std::char_traits<char> > >::do_put(class std::ostreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,char,long)const " (?do_put@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DJ@Z)
itpp_rel2005.lib(vq.obj) : error LNK2001: unresolved external symbol _sprintf_s
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol _sprintf_s
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol _sprintf_s
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::ios_base::_Ios_base_dtor(class std::ios_base )" (?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z)
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol "private: static void __cdecl std::ios_base::_Ios_base_dtor(class std::ios_base )" (?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z) referenced in function "public: virtual __thiscall std::ios_base::~ios_base(void)" (??1ios_base@std@@UAE@XZ)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::ios_base::_Ios_base_dtor(class std::ios_base )" (?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::ios_base::_Ios_base_dtor(class std::ios_base )" (?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::ios_base::_Ios_base_dtor(class std::ios_base )" (?_Ios_base_dtor@ios_base@std@@CAXPAV12@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::ios_base::_Addstd(class std::ios_base )" (?_Addstd@ios_base@std@@SAXPAV12@@Z) referenced in function __ehhandler$?del_row@?$Mat@N@itpp@@QAEXH@Z
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::ios_base::_Addstd(class std::ios_base )" (?_Addstd@ios_base@std@@SAXPAV12@@Z) referenced in function "protected: void __thiscall std::basic_ios<char,struct std::char_traits<char> >::init(class std::basic_streambuf<char,struct std::char_traits<char> > ,bool)" (?init@?$basic_ios@DU?$char_traits@D@std@@@std@@IAEXPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@_N@Z)
itpp_rel2005.lib(converters.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::ios_base::_Addstd(class std::ios_base )" (?_Addstd@ios_base@std@@SAXPAV12@@Z)
itpp_rel2005.lib(itassert.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::ios_base::_Addstd(class std::ios_base )" (?_Addstd@ios_base@std@@SAXPAV12@@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::ios_base::_Addstd(class std::ios_base )" (?_Addstd@ios_base@std@@SAXPAV12@@Z)
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol __Stoulx referenced in function "protected: virtual class std::istreambuf_iterator<char,struct std::char_traits<char> > __thiscall std::num_get<char,class std::istreambuf_iterator<char,struct std::char_traits<char> > >::do_get(class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,int &,bool &)const " (?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAA_N@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol __Stoulx
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol __Stoulx
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol __Stoulx
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol __Stolx referenced in function "protected: virtual class std::istreambuf_iterator<char,struct std::char_traits<char> > __thiscall std::num_get<char,class std::istreambuf_iterator<char,struct std::char_traits<char> > >::do_get(class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,int &,long &)const " (?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAJ@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol __Stolx
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol __Stolx
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol __Stolx
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol __Stofx referenced in function "protected: virtual class std::istreambuf_iterator<char,struct std::char_traits<char> > __thiscall std::num_get<char,class std::istreambuf_iterator<char,struct std::char_traits<char> > >::do_get(class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,int &,float &)const " (?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAM@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol __Stofx
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol __Stofx
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol __Stofx
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol __Stodx referenced in function "protected: virtual class std::istreambuf_iterator<char,struct std::char_traits<char> > __thiscall std::num_get<char,class std::istreambuf_iterator<char,struct std::char_traits<char> > >::do_get(class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,int &,double &)const " (?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAN@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol __Stodx
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol __Stodx
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol __Stodx
itpp_rel2005.lib(vq.obj) : error LNK2019: unresolved external symbol __Stoldx referenced in function "protected: virtual class std::istreambuf_iterator<char,struct std::char_traits<char> > __thiscall std::num_get<char,class std::istreambuf_iterator<char,struct std::char_traits<char> > >::do_get(class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::istreambuf_iterator<char,struct std::char_traits<char> >,class std::ios_base &,int &,long double &)const " (?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAO@Z)
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol __Stoldx
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol __Stoldx
itpp_rel2005.lib(binary.obj) : error LNK2001: unresolved external symbol __Stoldx
itpp_rel2005.lib(mat.obj) : error LNK2001: unresolved external symbol _cblas_zcopy
itpp_rel2005.lib(svd.obj) : error LNK2001: unresolved external symbol _cblas_zcopy
itpp_rel2005.lib(elmatfunc.obj) : error LNK2001: unresolved external symbol _cblas_zcopy
itpp_rel2005.lib(converters.obj) : error LNK2019: unresolved external symbol _cblas_zcopy referenced in function "void __cdecl itpp::copy_vector(int,class std::complex<double> const ,class std::complex<double> )" (?copy_vector@itpp@@YAXHPBV?$complex@N@std@@PAV23@@Z)
itpp_rel2005.lib(stat.obj) : error LNK2001: unresolved external symbol _cblas_zcopy
itpp_rel2005.lib(specmat.obj) : error LNK2001: unresolved external symbol _cblas_zcopy
itpp_rel2005.lib(vec.obj) : error LNK2001: unresolved external symbol _cblas_zcopy
itpp_rel2005.lib(vec.obj) : error LNK2019: unresolved external symbol _cblas_ddot referenced in function "double __cdecl itpp::dot<double>(class itpp::Vec<double> const &,class itpp::Vec<double> const &)" (??$dot@N@itpp@@YANABV?$Vec@N@0@0@Z)
itpp_rel2005.lib(vec.obj) : error LNK2019: unresolved external symbol _cblas_zdotu_sub referenced in function "class std::complex<double> __cdecl itpp::dot<class std::complex<double> >(class itpp::Vec<class std::complex<double> > const &,class itpp::Vec<class std::complex<double> > const &)" (??$dot@V?$complex@N@std@@@itpp@@YA?AV?$complex@N@std@@ABV?$Vec@V?$complex@N@std@@@0@0@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol _cblas_dswap referenced in function "void __cdecl itpp::swap_vector(int,double ,double )" (?swap_vector@itpp@@YAXHPAN0@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol _cblas_zswap referenced in function "void __cdecl itpp::swap_vector(int,class std::complex<double> ,class std::complex<double> )" (?swap_vector@itpp@@YAXHPAV?$complex@N@std@@0@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol _cblas_dgemm referenced in function "public: class itpp::Mat<double> & __thiscall itpp::Mat<double>::operator=(class itpp::Mat<double> const &)" (??X?$Mat@N@itpp@@QAEAAV01@ABV01@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol _cblas_dgemv referenced in function "class itpp::Vec<double> const __cdecl itpp::operator<double>(class itpp::Mat<double> const &,class itpp::Vec<double> const &)" (??$?DN@itpp@@YA?BV?$Vec@N@0@ABV?$Mat@N@0@ABV10@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol _cblas_zgemm referenced in function "public: class itpp::Mat<class std::complex<double> > & __thiscall itpp::Mat<class std::complex<double> >::operator=(class itpp::Mat<class std::complex<double> > const &)" (??X?$Mat@V?$complex@N@std@@@itpp@@QAEAAV01@ABV01@@Z)
itpp_rel2005.lib(mat.obj) : error LNK2019: unresolved external symbol _cblas_zgemv referenced in function "class itpp::Vec<class std::complex<double> > const __cdecl itpp::operator*<class std::complex<double> >(class itpp::Mat<class std::complex<double> > const &,class itpp::Vec<class std::complex<double> > const &)" (??$?DV?$complex@N@std@@@itpp@@YA?BV?$Vec@V?$complex@N@std@@@0@ABV?$Mat@V?$complex@N@std@@@0@ABV10@@Z)
.\cxc000000_MTE_PHYHS_U500\Win32-VCTK2003\exe\cxc000000_MTE_PHYHS_U500.exe : fatal error LNK1120: 37 unresolved externals
NMAKE : warning U4010: '.\cxc000000_MTE_PHYHS_U500\Win32-VCTK2003\exe\cxc000000_MTE_PHYHS_U500.exe' : build failed; /K specified, continuing ...
I also copy
Copy the following files into your \windows\system32 subdirectory:
blas_win32.dll
lapack_win32.dll
libfftw3-3.dll
I have compiled the it++ lib with visual C++ express 2005.
Other part of my project compiled with visual C++ express 2003.
Is it the problem that link them together?
Thanks,