8.26项目在静态中使用MFC(自看)

在这里插入图片描述
在这里插入图片描述

改为:
在这里插入图片描述在这里插入图片描述

有一个报错:

msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(void const )" (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@PBX@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(int)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@H@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “bool __cdecl std::uncaught_exception(void)” (?uncaught_exception@std@@YA_NXZ) 已经在 libcpmtd.lib(uncaught.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: virtual __thiscall std::basic_ios<char,struct std::char_traits >::~basic_ios<char,struct std::char_traits >(void)” (??1? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@UAE@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: __thiscall std::basic_ios<char,struct std::char_traits >::basic_ios<char,struct std::char_traits >(void)” (??0? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@IAE@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(long)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@J@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(class std::basic_ostream<char,struct std::char_traits > & (__cdecl
)(class std::basic_ostream<char,struct std::char_traits > &))” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “class std::basic_ostream<char,struct std::char_traits > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits > &)” (?endl@std@@YAAAV? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@1@AAV21@@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: virtual __thiscall std::basic_ostream<char,struct std::char_traits >::~basic_ostream<char,struct std::char_traits >(void)” (??1? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@UAE@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::basic_ostream<char,struct std::char_traits >::basic_ostream<char,struct std::char_traits >(class std::basic_streambuf<char,struct std::char_traits > *,bool)” (??0? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAE@PAV? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@1@_N@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: virtual __thiscall std::basic_streambuf<char,struct std::char_traits >::~basic_streambuf<char,struct std::char_traits >(void)” (??1? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@UAE@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::gptr(void)const " (?gptr@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IBEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: void __thiscall std::basic_streambuf<char,struct std::char_traits >::setg(char *,char *,char *)” (?setg@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEXPAD00@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: void __thiscall std::basic_streambuf<char,struct std::char_traits >::setp(char *,char *)” (?setp@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEXPAD0@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::eback(void)const " (?eback@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IBEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::_Pninc(void)” (?_Pninc@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: void __thiscall std::basic_streambuf<char,struct std::char_traits >::setp(char *,char *,char *)” (?setp@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEXPAD00@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::pbase(void)const " (?pbase@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IBEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::epptr(void)const " (?epptr@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IBEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::pptr(void)const " (?pptr@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IBEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: void __thiscall std::basic_streambuf<char,struct std::char_traits >::gbump(int)” (?gbump@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEXH@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::egptr(void)const " (?egptr@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IBEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: void __thiscall std::basic_streambuf<char,struct std::char_traits >::pbump(int)” (?pbump@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEXH@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::_Container_base12::~_Container_base12(void)” (??1_Container_base12@std@@QAE@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: void __thiscall std::_Container_base12::_Orphan_all(void)” (?_Orphan_all@_Container_base12@std@@QAEXXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: __thiscall std::basic_streambuf<char,struct std::char_traits >::basic_streambuf<char,struct std::char_traits >(void)” (??0? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAE@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::_Container_base12::_Container_base12(void)” (??0_Container_base12@std@@QAE@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “void __cdecl std::_Xout_of_range(char const *)” (?_Xout_of_range@std@@YAXPBD@Z) 已经在 libcpmtd.lib(xthrow.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “void __cdecl std::_Xlength_error(char const *)” (?_Xlength_error@std@@YAXPBD@Z) 已经在 libcpmtd.lib(xthrow.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: void __thiscall std::basic_ios<char,struct std::char_traits >::setstate(int,bool)” (?setstate@? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@QAEXH_N@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __int64 __thiscall std::ios_base::width(__int64)” (?width@ios_base@std@@QAE_J_J@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __int64 __thiscall std::basic_streambuf<char,struct std::char_traits >::sputn(char const *,__int64)” (?sputn@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@QAE_JPBD_J@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: int __thiscall std::basic_streambuf<char,struct std::char_traits >::sputc(char)” (?sputc@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@QAEHD@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::basic_streambuf<char,struct std::char_traits > * __thiscall std::basic_ios<char,struct std::char_traits >::rdbuf(void)const " (?rdbuf@? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@QBEPAV? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@2@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: char __thiscall std::basic_ios<char,struct std::char_traits >::fill(void)const " (?fill@? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@QBEDXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: int __thiscall std::ios_base::flags(void)const " (?flags@ios_base@std@@QBEHXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: __int64 __thiscall std::ios_base::width(void)const " (?width@ios_base@std@@QBE_JXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::flush(void)” (?flush@? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV12@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits > * __thiscall std::basic_ios<char,struct std::char_traits >::tie(void)const " (?tie@? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@QBEPAV? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@2@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: bool __thiscall std::ios_base::good(void)const " (?good@ios_base@std@@QBE_NXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: void __thiscall std::basic_ostream<char,struct std::char_traits >::_Osfx(void)” (?_Osfx@? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEXXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “void __cdecl std::_Debug_message(wchar_t const *,wchar_t const *,unsigned int)” (?_Debug_message@std@@YAXPB_W0I@Z) 已经在 libcpmtd.lib(stdthrow.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(double)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@N@Z) 已经在 igstkMyImageResliceObjectRepresentation.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::_Lockit::~_Lockit(void)” (??1_Lockit@std@@QAE@XZ) 已经在 libcpmtd.lib(xlock.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::_Lockit::_Lockit(int)” (??0_Lockit@std@@QAE@H@Z) 已经在 libcpmtd.lib(xlock.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(unsigned long)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@K@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(bool)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@_N@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(unsigned int)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@I@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: int __thiscall std::basic_streambuf<char,struct std::char_traits >::sbumpc(void)” (?sbumpc@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@QAEHXZ) 已经在 igstkTreatmentPlanIO.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: bool __thiscall std::basic_istream<char,struct std::char_traits >::_Ipfx(bool)” (?_Ipfx@? b a s i c i s t r e a m @ D U ? basic_istream@DU? basicistream@DU?char_traits@D@std@@@std@@QAE_N_N@Z) 已经在 igstkTreatmentPlanIO.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(float)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@M@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: void __thiscall std::_Container_base12::_Swap_all(struct std::_Container_base12 &)” (?_Swap_all@_Container_base12@std@@QAEXAAU12@@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: bool __thiscall std::ios_base::fail(void)const " (?fail@ios_base@std@@QBE_NXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: int __thiscall std::ios_base::setf(int)” (?setf@ios_base@std@@QAEHH@Z) 已经在 libcpmtd.lib(cerr.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: virtual __thiscall std::basic_istream<char,struct std::char_traits >::~basic_istream<char,struct std::char_traits >(void)” (??1? b a s i c i s t r e a m @ D U ? basic_istream@DU? basicistream@DU?char_traits@D@std@@@std@@UAE@XZ) 已经在 igstkTreatmentPlanIO.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::basic_istream<char,struct std::char_traits >::basic_istream<char,struct std::char_traits >(class std::basic_streambuf<char,struct std::char_traits > *,bool)” (??0? b a s i c i s t r e a m @ D U ? basic_istream@DU? basicistream@DU?char_traits@D@std@@@std@@QAE@PAV? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@1@_N@Z) 已经在 igstkTreatmentPlanIO.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: void __thiscall std::basic_ios<char,struct std::char_traits >::clear(int,bool)” (?clear@? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@QAEXH_N@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: int __thiscall std::codecvt<char,char,int>::out(int &,char const *,char const *,char const * &,char *,char *,char * &)const " (?out@?KaTeX parse error: Expected group after '_' at position 152: …tected: char * _̲_thiscall std::…basic_streambuf@DU?KaTeX parse error: Expected group after '_' at position 135: …: "public: int _̲_thiscall std::…codecvt@DDH@std@@QBEHAAHPBD1AAPBDPAD3AAPAD@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::_Gninc(void)” (?_Gninc@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: virtual __thiscall std::basic_iostream<char,struct std::char_traits >::~basic_iostream<char,struct std::char_traits >(void)” (??1? b a s i c i o s t r e a m @ D U ? basic_iostream@DU? basiciostream@DU?char_traits@D@std@@@std@@UAE@XZ) 已经在 MainDlg.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::basic_iostream<char,struct std::char_traits >::basic_iostream<char,struct std::char_traits >(class std::basic_streambuf<char,struct std::char_traits > *)” (??0? b a s i c i o s t r e a m @ D U ? basic_iostream@DU? basiciostream@DU?char_traits@D@std@@@std@@QAE@PAV? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@1@@Z) 已经在 MainDlg.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::locale __thiscall std::basic_streambuf<char,struct std::char_traits >::getloc(void)const " (?getloc@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@QBE?AVlocale@2@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “struct _iobuf * __cdecl std::_Fiopen(char const *,int,int)” (?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z) 已经在 libcpmtd.lib(fiopen.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::locale::facet * __thiscall std::locale::facet::_Decref(void)” (?_Decref@facet@locale@std@@QAEPAV123@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: void __thiscall std::basic_streambuf<char,struct std::char_traits >::_Init(char * *,char * *,int *,char * *,char * *,int *)” (?_Init@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEXPAPAD0PAH001@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: void __thiscall std::basic_streambuf<char,struct std::char_traits >::_Init(void)” (?_Init@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEXXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: int __thiscall std::codecvt<char,char,int>::unshift(int &,char *,char *,char * &)const " (?unshift@?KaTeX parse error: Expected group after '_' at position 138: … "public: bool _̲_thiscall std::…codecvt@DDH@std@@SAIPAPBVfacet@locale@2@PBV42@@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::locale:🆔:operator unsigned int(void)” (??Bid@locale@std@@QAEIXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)” (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ) 已经在 libcpmtd.lib(locale0.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(unsigned short)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@G@Z) 已经在 PlanDlg.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: __int64 __thiscall std::ios_base::precision(void)const " (?precision@ios_base@std@@QBE_JXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: static double __cdecl std::numeric_limits::min(void)” (?min@?KaTeX parse error: Expected group after '_' at position 118: …2005: "public: _̲_thiscall std::…numeric_limits@K@std@@SAKXZ) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “void __cdecl std::_Xinvalid_argument(char const *)” (?_Xinvalid_argument@std@@YAXPBD@Z) 已经在 libcpmtd.lib(xthrow.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “void __cdecl std::_Xoverflow_error(char const *)” (?_Xoverflow_error@std@@YAXPBD@Z) 已经在 libcpmtd.lib(xthrow.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: char __thiscall std::basic_ios<char,struct std::char_traits >::widen(char)const " (?widen@? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@QBEDD@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: bool __thiscall std::ctype::is(short,char)const " (?is@?KaTeX parse error: Expected group after '_' at position 118: …: "public: int _̲_thiscall std::…basic_streambuf@DU?KaTeX parse error: Expected group after '_' at position 127: …: "public: int _̲_thiscall std::…basic_streambuf@DU?KaTeX parse error: Expected group after '_' at position 141: …ss std::locale _̲_thiscall std::…ctype@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::put(char)” (?put@? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV12@D@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: int __thiscall std::ios_base::rdstate(void)const " (?rdstate@ios_base@std@@QBEHXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: static class std::locale const & __cdecl std::locale::classic(void)” (?classic@locale@std@@SAABV12@XZ) 已经在 libcpmtd.lib(locale0.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _memmove 已经在 libcmtd.lib(memmove.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: “public: __thiscall std::exception::exception(char const * const &)” (??0exception@std@@QAE@ABQBD@Z) 已经在 libcmtd.lib(stdexcpt.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: “public: virtual __thiscall std::exception::~exception(void)” (??1exception@std@@UAE@XZ) 已经在 libcmtd.lib(stdexcpt.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: “public: __thiscall std::exception::exception(class std::exception const &)” (??0exception@std@@QAE@ABV01@@Z) 已经在 libcmtd.lib(stdexcpt.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __invalid_parameter 已经在 libcmtd.lib(invarg.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __CrtDbgReportW 已经在 libcmtd.lib(dbgrptw.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _getenv 已经在 libcmtd.lib(getenv.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _memchr 已经在 libcmtd.lib(memchr.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: “public: __thiscall std::exception::exception(void)” (??0exception@std@@QAE@XZ) 已经在 libcmtd.lib(stdexcpt.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _atoi 已经在 libcmtd.lib(atox.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __beginthreadex 已经在 libcmtd.lib(threadex.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _strchr 已经在 libcmtd.lib(strchr.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __lock_file 已经在 libcmtd.lib(_file.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __unlock_file 已经在 libcmtd.lib(_file.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fwrite 已经在 libcmtd.lib(fwrite.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fputc 已经在 libcmtd.lib(fputc.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _ungetc 已经在 libcmtd.lib(ungetc.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _memcpy_s 已经在 libcmtd.lib(memcpy_s.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fgetc 已经在 libcmtd.lib(fgetc.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fgetpos 已经在 libcmtd.lib(fgetpos.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __fseeki64 已经在 libcmtd.lib(fseeki64.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fsetpos 已经在 libcmtd.lib(fsetpos.obj) 中定义

“属性”->“链接器”->“输入”->“忽略特定默认库”

将LIBCMTD.lib、AuroraTrackerAndSerialComm.obj写入就可以了:

  • 运行失败- -

取消刚才忽略的特定默认库,修改为:
在这里插入图片描述

C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\atlmfc\include\afx.h(24): fatal error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d]
2> AuroraTrackerAndSerialComm.cpp
2> AffectiveMeshReader.cpp
2>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\atlmfc\include\afx.h(24): fatal error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d]
2> AutoPair.cpp

改回:
在这里插入图片描述/MT

  • 是 "multithread, static version ” 意思是多线程静态的版本,定义了它后,编译器把LIBCMT.lib
    安置到OBJ文件中,让链接器使用LIBCMT.lib 处理外部符号。

/MD

  • 是 "multithread- and DLL-specific version” ,意思是多线程DLL版本,定义了它后,编译器把
    MSVCRT.lib 安置到OBJ文件中,它连接到DLL的方式是静态链接,实际上工作的库是MSVCR80.DLL。

即:

  • 静态运行时库:LIBCMT.lib
  • 动态运行时库:MSVCRT.lib + MSVCR80.DLL

所以,当你用CMAKE生成工程文件时,若CMAKE是用/MT生成的(查看工程原始目录的CMakeLists.txt),则它所调用的运行时库为:LIBCMT.lib,若生成的工程的运行时库(Runtime Library)你选择/MD,则此工程在编译后链接的时候,将会调用动态运行时库:MSVCRT.lib + MSVCR80.DLL,明显,两次对同一个某运行时库里的函数调用的库不同,则会出现重定义的错误。若此工程生成的是库文件,则其他工程调用此库时也必须是/MT。

重新配静态链接库

VTK:
在这里插入图片描述
在这里插入图片描述在这里插入图片描述在这里插入图片描述在这里插入图片描述在这里插入图片描述注意此时,子项目的运行库:
在这里插入图片描述(错误后续再回来改)

重新生成:

在这里插入图片描述改为MTD:
在这里插入图片描述在这里插入图片描述在这里插入图片描述

还是重定义问题:

ITK:
在这里插入图片描述
在这里插入图片描述在这里插入图片描述

重新配一个CGIT8.26

设置MFC静态,运行库MTd
重新配IGSTKWinWidget:
设置MFC静态,运行库MTd

1>------ 已启动全部重新生成: 项目: igstkWINWidget, 配置: Debug Win32 ------
1> vtkMFCWindow.cpp
1>c:\program files (x86)\microsoft visual studio 10.0\vc\atlmfc\include\afxver_.h(81): fatal error C1189: #error : Please use the /MD switch for AFXDLL builds
1> igstkWINWidget.cpp
1>c:\program files (x86)\microsoft visual studio 10.0\vc\atlmfc\include\afxver
.h(81): fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
1> 正在生成代码…
========== 全部重新生成: 成功 0 个,失败 1 个,跳过 0 个 ==========

;链接MDd的库,会报错:
在这里插入图片描述
所以还是尝试生成,MTd的库G:\2020.8.26\igstkWINWidget:
在这里插入图片描述
在这里插入图片描述
设置为实用工具:
在这里插入图片描述
还是同样的错误。

8.26重配

在这里插入图片描述改为MTD,一个一个运行:
各种重定义:
在这里插入图片描述
“属性”->“链接器”->“输入”->“忽略特定默认库”

将LIBCMTD.lib写入就可以了
很奇怪,还是有:
在这里插入图片描述
error:LNK2005 已经在*.obj中定义的一种情况及解决办法

总之,我觉得解决这类错误,最好的解决办法是保证底层库和上层调用程序所用的运行时库的一致,而不是会想忽略什么特定库,因为忽略特定库,既麻烦又可能陷入一个恶性循环(因为你不太清楚究竟该忽略哪些库,往往忽略这个库又冒出了其它问题)

查看常规设置,里面是使用WINDOS库,这里改为在静态中使用MFC:
还是老样子
在这里插入图片描述将LIBCMTD.lib写入在这里插入图片描述

设置为在静态中使用MFC,但是使用MDd,竟然通过:
在这里插入图片描述设置ALL BUILD在静态中使用MFC:
在这里插入图片描述ITK:

设置ALL BUILD在静态中使用MFC:
在这里插入图片描述
MYDEBUG也没有问题
IGSTK:
设置ALL BUILD在静态中使用MFC:
在这里插入图片描述

cgit:
也尝试一下在静态中使用MFC,但是使用MDd:
又开始提示:

这里是引用

值得学习:
https://www.cnblogs.com/qinfengxiaoyue/archive/2013/02/01/2889668.html

msvcprtd.lib;MSVCRTD.lib忽略,也不行,有新的问题:
在这里插入图片描述
玩不明白libcmtd.lib;LIBCMTD.lib;msvcprtd.lib

等上面ITK VTK IGSTK 啥的都搞好重配:
igstkWINWidget:
在这里插入图片描述在这里插入图片描述在这里插入图片描述CGIT:

在这里插入图片描述
在这里插入图片描述报错:
b在这里插入图片描述
无奈,换为:

在这里插入图片描述
只差一步了:!!!!
在这里插入图片描述

1>------ 已启动生成: 项目: ZERO_CHECK, 配置: Debug Win32 ------
2>------ 已启动生成: 项目: CGITS, 配置: Debug Win32 ------
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(void const )" (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@PBX@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(int)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@H@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “bool __cdecl std::uncaught_exception(void)” (?uncaught_exception@std@@YA_NXZ) 已经在 libcpmtd.lib(uncaught.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: virtual __thiscall std::basic_ios<char,struct std::char_traits >::~basic_ios<char,struct std::char_traits >(void)” (??1? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@UAE@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: __thiscall std::basic_ios<char,struct std::char_traits >::basic_ios<char,struct std::char_traits >(void)” (??0? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@IAE@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(long)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@J@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(class std::basic_ostream<char,struct std::char_traits > & (__cdecl
)(class std::basic_ostream<char,struct std::char_traits > &))” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “class std::basic_ostream<char,struct std::char_traits > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits > &)” (?endl@std@@YAAAV? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@1@AAV21@@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: virtual __thiscall std::basic_ostream<char,struct std::char_traits >::~basic_ostream<char,struct std::char_traits >(void)” (??1? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@UAE@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::basic_ostream<char,struct std::char_traits >::basic_ostream<char,struct std::char_traits >(class std::basic_streambuf<char,struct std::char_traits > *,bool)” (??0? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAE@PAV? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@1@_N@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: virtual __thiscall std::basic_streambuf<char,struct std::char_traits >::~basic_streambuf<char,struct std::char_traits >(void)” (??1? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@UAE@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::gptr(void)const " (?gptr@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IBEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: void __thiscall std::basic_streambuf<char,struct std::char_traits >::setg(char *,char *,char *)” (?setg@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEXPAD00@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: void __thiscall std::basic_streambuf<char,struct std::char_traits >::setp(char *,char *)” (?setp@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEXPAD0@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::eback(void)const " (?eback@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IBEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::_Pninc(void)” (?_Pninc@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: void __thiscall std::basic_streambuf<char,struct std::char_traits >::setp(char *,char *,char *)” (?setp@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEXPAD00@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::pbase(void)const " (?pbase@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IBEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::epptr(void)const " (?epptr@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IBEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::pptr(void)const " (?pptr@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IBEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: void __thiscall std::basic_streambuf<char,struct std::char_traits >::gbump(int)” (?gbump@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEXH@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::egptr(void)const " (?egptr@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IBEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: void __thiscall std::basic_streambuf<char,struct std::char_traits >::pbump(int)” (?pbump@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEXH@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::_Container_base12::~_Container_base12(void)” (??1_Container_base12@std@@QAE@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: void __thiscall std::_Container_base12::_Orphan_all(void)” (?_Orphan_all@_Container_base12@std@@QAEXXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: __thiscall std::basic_streambuf<char,struct std::char_traits >::basic_streambuf<char,struct std::char_traits >(void)” (??0? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAE@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::_Container_base12::_Container_base12(void)” (??0_Container_base12@std@@QAE@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “void __cdecl std::_Xout_of_range(char const *)” (?_Xout_of_range@std@@YAXPBD@Z) 已经在 libcpmtd.lib(xthrow.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “void __cdecl std::_Xlength_error(char const *)” (?_Xlength_error@std@@YAXPBD@Z) 已经在 libcpmtd.lib(xthrow.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: void __thiscall std::basic_ios<char,struct std::char_traits >::setstate(int,bool)” (?setstate@? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@QAEXH_N@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __int64 __thiscall std::ios_base::width(__int64)” (?width@ios_base@std@@QAE_J_J@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __int64 __thiscall std::basic_streambuf<char,struct std::char_traits >::sputn(char const *,__int64)” (?sputn@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@QAE_JPBD_J@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: int __thiscall std::basic_streambuf<char,struct std::char_traits >::sputc(char)” (?sputc@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@QAEHD@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::basic_streambuf<char,struct std::char_traits > * __thiscall std::basic_ios<char,struct std::char_traits >::rdbuf(void)const " (?rdbuf@? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@QBEPAV? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@2@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: char __thiscall std::basic_ios<char,struct std::char_traits >::fill(void)const " (?fill@? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@QBEDXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: int __thiscall std::ios_base::flags(void)const " (?flags@ios_base@std@@QBEHXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: __int64 __thiscall std::ios_base::width(void)const " (?width@ios_base@std@@QBE_JXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::flush(void)” (?flush@? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV12@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::basic_ostream<char,struct std::char_traits > * __thiscall std::basic_ios<char,struct std::char_traits >::tie(void)const " (?tie@? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@QBEPAV? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@2@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: bool __thiscall std::ios_base::good(void)const " (?good@ios_base@std@@QBE_NXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: void __thiscall std::basic_ostream<char,struct std::char_traits >::_Osfx(void)” (?_Osfx@? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEXXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “void __cdecl std::_Debug_message(wchar_t const *,wchar_t const *,unsigned int)” (?_Debug_message@std@@YAXPB_W0I@Z) 已经在 libcpmtd.lib(stdthrow.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(double)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@N@Z) 已经在 igstkMyImageResliceObjectRepresentation.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::_Lockit::~_Lockit(void)” (??1_Lockit@std@@QAE@XZ) 已经在 libcpmtd.lib(xlock.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::_Lockit::_Lockit(int)” (??0_Lockit@std@@QAE@H@Z) 已经在 libcpmtd.lib(xlock.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(unsigned long)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@K@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(bool)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@_N@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(unsigned int)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@I@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: int __thiscall std::basic_streambuf<char,struct std::char_traits >::sbumpc(void)” (?sbumpc@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@QAEHXZ) 已经在 igstkTreatmentPlanIO.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: bool __thiscall std::basic_istream<char,struct std::char_traits >::_Ipfx(bool)” (?_Ipfx@? b a s i c i s t r e a m @ D U ? basic_istream@DU? basicistream@DU?char_traits@D@std@@@std@@QAE_N_N@Z) 已经在 igstkTreatmentPlanIO.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(float)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@M@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: void __thiscall std::_Container_base12::_Swap_all(struct std::_Container_base12 &)” (?_Swap_all@_Container_base12@std@@QAEXAAU12@@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: bool __thiscall std::ios_base::fail(void)const " (?fail@ios_base@std@@QBE_NXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: int __thiscall std::ios_base::setf(int)” (?setf@ios_base@std@@QAEHH@Z) 已经在 libcpmtd.lib(cerr.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: virtual __thiscall std::basic_istream<char,struct std::char_traits >::~basic_istream<char,struct std::char_traits >(void)” (??1? b a s i c i s t r e a m @ D U ? basic_istream@DU? basicistream@DU?char_traits@D@std@@@std@@UAE@XZ) 已经在 igstkTreatmentPlanIO.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::basic_istream<char,struct std::char_traits >::basic_istream<char,struct std::char_traits >(class std::basic_streambuf<char,struct std::char_traits > *,bool)” (??0? b a s i c i s t r e a m @ D U ? basic_istream@DU? basicistream@DU?char_traits@D@std@@@std@@QAE@PAV? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@1@_N@Z) 已经在 igstkTreatmentPlanIO.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: void __thiscall std::basic_ios<char,struct std::char_traits >::clear(int,bool)” (?clear@? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@QAEXH_N@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: int __thiscall std::codecvt<char,char,int>::out(int &,char const *,char const *,char const * &,char *,char *,char * &)const " (?out@?KaTeX parse error: Expected group after '_' at position 152: …tected: char * _̲_thiscall std::…basic_streambuf@DU?KaTeX parse error: Expected group after '_' at position 135: …: "public: int _̲_thiscall std::…codecvt@DDH@std@@QBEHAAHPBD1AAPBDPAD3AAPAD@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits >::_Gninc(void)” (?_Gninc@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEPADXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: virtual __thiscall std::basic_iostream<char,struct std::char_traits >::~basic_iostream<char,struct std::char_traits >(void)” (??1? b a s i c i o s t r e a m @ D U ? basic_iostream@DU? basiciostream@DU?char_traits@D@std@@@std@@UAE@XZ) 已经在 MainDlg.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::basic_iostream<char,struct std::char_traits >::basic_iostream<char,struct std::char_traits >(class std::basic_streambuf<char,struct std::char_traits > *)” (??0? b a s i c i o s t r e a m @ D U ? basic_iostream@DU? basiciostream@DU?char_traits@D@std@@@std@@QAE@PAV? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@1@@Z) 已经在 MainDlg.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: class std::locale __thiscall std::basic_streambuf<char,struct std::char_traits >::getloc(void)const " (?getloc@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@QBE?AVlocale@2@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “struct _iobuf * __cdecl std::_Fiopen(char const *,int,int)” (?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z) 已经在 libcpmtd.lib(fiopen.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::locale::facet * __thiscall std::locale::facet::_Decref(void)” (?_Decref@facet@locale@std@@QAEPAV123@XZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: void __thiscall std::basic_streambuf<char,struct std::char_traits >::_Init(char * *,char * *,int *,char * *,char * *,int *)” (?_Init@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEXPAPAD0PAH001@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “protected: void __thiscall std::basic_streambuf<char,struct std::char_traits >::_Init(void)” (?_Init@? b a s i c s t r e a m b u f @ D U ? basic_streambuf@DU? basicstreambuf@DU?char_traits@D@std@@@std@@IAEXXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: int __thiscall std::codecvt<char,char,int>::unshift(int &,char *,char *,char * &)const " (?unshift@?KaTeX parse error: Expected group after '_' at position 138: … "public: bool _̲_thiscall std::…codecvt@DDH@std@@SAIPAPBVfacet@locale@2@PBV42@@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: __thiscall std::locale:🆔:operator unsigned int(void)” (??Bid@locale@std@@QAEIXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)” (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ) 已经在 libcpmtd.lib(locale0.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::operator<<(unsigned short)” (??6? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV01@G@Z) 已经在 PlanDlg.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: __int64 __thiscall std::ios_base::precision(void)const " (?precision@ios_base@std@@QBE_JXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: static double __cdecl std::numeric_limits::min(void)” (?min@?KaTeX parse error: Expected group after '_' at position 118: …2005: "public: _̲_thiscall std::…numeric_limits@K@std@@SAKXZ) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “void __cdecl std::_Xinvalid_argument(char const *)” (?_Xinvalid_argument@std@@YAXPBD@Z) 已经在 libcpmtd.lib(xthrow.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “void __cdecl std::_Xoverflow_error(char const *)” (?_Xoverflow_error@std@@YAXPBD@Z) 已经在 libcpmtd.lib(xthrow.obj) 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: char __thiscall std::basic_ios<char,struct std::char_traits >::widen(char)const " (?widen@? b a s i c i o s @ D U ? basic_ios@DU? basicios@DU?char_traits@D@std@@@std@@QBEDD@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: bool __thiscall std::ctype::is(short,char)const " (?is@?KaTeX parse error: Expected group after '_' at position 118: …: "public: int _̲_thiscall std::…basic_streambuf@DU?KaTeX parse error: Expected group after '_' at position 127: …: "public: int _̲_thiscall std::…basic_streambuf@DU?KaTeX parse error: Expected group after '_' at position 141: …ss std::locale _̲_thiscall std::…ctype@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: class std::basic_ostream<char,struct std::char_traits > & __thiscall std::basic_ostream<char,struct std::char_traits >::put(char)” (?put@? b a s i c o s t r e a m @ D U ? basic_ostream@DU? basicostream@DU?char_traits@D@std@@@std@@QAEAAV12@D@Z) 已经在 AffectiveMeshReader.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: "public: int __thiscall std::ios_base::rdstate(void)const " (?rdstate@ios_base@std@@QBEHXZ) 已经在 AuroraTrackerAndSerialComm.obj 中定义
2>msvcprtd.lib(MSVCP100D.dll) : error LNK2005: “public: static class std::locale const & __cdecl std::locale::classic(void)” (?classic@locale@std@@SAABV12@XZ) 已经在 libcpmtd.lib(locale0.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _memmove 已经在 libcmtd.lib(memmove.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: “public: __thiscall std::exception::exception(char const * const &)” (??0exception@std@@QAE@ABQBD@Z) 已经在 libcmtd.lib(stdexcpt.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: “public: virtual __thiscall std::exception::~exception(void)” (??1exception@std@@UAE@XZ) 已经在 libcmtd.lib(stdexcpt.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: “public: __thiscall std::exception::exception(class std::exception const &)” (??0exception@std@@QAE@ABV01@@Z) 已经在 libcmtd.lib(stdexcpt.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __invalid_parameter 已经在 libcmtd.lib(invarg.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __CrtDbgReportW 已经在 libcmtd.lib(dbgrptw.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _getenv 已经在 libcmtd.lib(getenv.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _memchr 已经在 libcmtd.lib(memchr.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: “public: __thiscall std::exception::exception(void)” (??0exception@std@@QAE@XZ) 已经在 libcmtd.lib(stdexcpt.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _atoi 已经在 libcmtd.lib(atox.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __beginthreadex 已经在 libcmtd.lib(threadex.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _strchr 已经在 libcmtd.lib(strchr.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __lock_file 已经在 libcmtd.lib(_file.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __unlock_file 已经在 libcmtd.lib(_file.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fwrite 已经在 libcmtd.lib(fwrite.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fputc 已经在 libcmtd.lib(fputc.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _ungetc 已经在 libcmtd.lib(ungetc.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _memcpy_s 已经在 libcmtd.lib(memcpy_s.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fgetc 已经在 libcmtd.lib(fgetc.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fgetpos 已经在 libcmtd.lib(fgetpos.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __fseeki64 已经在 libcmtd.lib(fseeki64.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fsetpos 已经在 libcmtd.lib(fsetpos.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _setvbuf 已经在 libcmtd.lib(setvbuf.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fflush 已经在 libcmtd.lib(fflush.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fclose 已经在 libcmtd.lib(fclose.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _free 已经在 libcmtd.lib(dbgfree.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: “public: __thiscall std::bad_cast::bad_cast(char const *)” (??0bad_cast@std@@QAE@PBD@Z) 已经在 libcmtd.lib(stdexcpt.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: "public: bool __thiscall type_info::operator==(class type_info const &)const " (??8type_info@@QBE_NABV0@@Z) 已经在 libcmtd.lib(typinfo.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _strrchr 已经在 libcmtd.lib(strrchr.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _malloc 已经在 libcmtd.lib(dbgmalloc.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _sprintf 已经在 libcmtd.lib(sprintf.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fseek 已经在 libcmtd.lib(fseek.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fread 已经在 libcmtd.lib(fread.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fopen 已经在 libcmtd.lib(fopen.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _sscanf 已经在 libcmtd.lib(sscanf.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _strncmp 已经在 libcmtd.lib(strncmp.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _asctime 已经在 libcmtd.lib(asctime.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __localtime64 已经在 libcmtd.lib(loctim64.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __time64 已经在 libcmtd.lib(time64.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _strstr 已经在 libcmtd.lib(strstr.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: "public: bool __thiscall type_info::operator!=(class type_info const &)const " (??9type_info@@QBE_NABV0@@Z) 已经在 libcmtd.lib(typinfo.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _islower 已经在 libcmtd.lib(_ctype.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _isalpha 已经在 libcmtd.lib(_ctype.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _tolower 已经在 libcmtd.lib(tolower.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __setmode 已经在 libcmtd.lib(setmode.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __fileno 已经在 libcmtd.lib(fileno.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: ___iob_func 已经在 libcmtd.lib(_file.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _vsprintf 已经在 libcmtd.lib(vsprintf.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _calloc 已经在 libcmtd.lib(dbgcalloc.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _strcspn 已经在 libcmtd.lib(strcspn.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _strspn 已经在 libcmtd.lib(strspn.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _isprint 已经在 libcmtd.lib(_ctype.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _isspace 已经在 libcmtd.lib(_ctype.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _toupper 已经在 libcmtd.lib(toupper.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _getc 已经在 libcmtd.lib(fgetc.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _exit 已经在 libcmtd.lib(crt0dat.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _ftell 已经在 libcmtd.lib(ftell.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __errno 已经在 libcmtd.lib(dosmap.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _printf 已经在 libcmtd.lib(printf.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _ferror 已经在 libcmtd.lib(feoferr.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _isdigit 已经在 libcmtd.lib(_ctype.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _strftime 已经在 libcmtd.lib(strftime.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _abort 已经在 libcmtd.lib(abort.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _realloc 已经在 libcmtd.lib(dbgrealloc.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _floor 已经在 libcmtd.lib(floor_pentium4.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __gmtime64 已经在 libcmtd.lib(gmtime64.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _strtod 已经在 libcmtd.lib(strtod.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fputs 已经在 libcmtd.lib(fputs.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _isupper 已经在 libcmtd.lib(_ctype.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _isxdigit 已经在 libcmtd.lib(_ctype.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _strtol 已经在 libcmtd.lib(strtol.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _fgets 已经在 libcmtd.lib(fgets.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _feof 已经在 libcmtd.lib(feoferr.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __finite 已经在 libcmtd.lib(ieeemisc.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __isnan 已经在 libcmtd.lib(ieeemisc.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __mkdir 已经在 libcmtd.lib(mkdir.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __getcwd 已经在 libcmtd.lib(getcwd.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __stricmp 已经在 libcmtd.lib(stricmp.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __CrtSetReportHook 已经在 libcmtd.lib(dbgrptt.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __fdopen 已经在 libcmtd.lib(fdopen.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _clearerr 已经在 libcmtd.lib(clearerr.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _ceil 已经在 libcmtd.lib(ceil_pentium4.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _atol 已经在 libcmtd.lib(atox.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _clock 已经在 libcmtd.lib(clock.obj) 中定义
2>MSVCRTD.lib(ti_inst.obj) : error LNK2005: “private: __thiscall type_info::type_info(class type_info const &)” (??0type_info@@AAE@ABV0@@Z) 已经在 libcmtd.lib(typinfo.obj) 中定义
2>MSVCRTD.lib(ti_inst.obj) : error LNK2005: “private: class type_info & __thiscall type_info::operator=(class type_info const &)” (??4type_info@@AAEAAV0@ABV0@@Z) 已经在 libcmtd.lib(typinfo.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __strdup 已经在 libcmtd.lib(strdup.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: "public: char const * __thiscall type_info::_name_internal_method(struct __type_info_node *)const " (?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z) 已经在 libcmtd.lib(typinfo.obj) 中定义
2>MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __setmbcp 已经在 libcmtd.lib(mbctype.obj) 中定义
2> 正在创建库 G:/2020.8.26/CGITS-bin8.26/Debug/CGITS.lib 和对象 G:/2020.8.26/CGITS-bin8.26/Debug/CGITS.exp
2>LINK : warning LNK4098: 默认库“MSVCRTD”与其他库的使用冲突;请使用 /NODEFAULTLIB:library
2>LINK : warning LNK4098: 默认库“mfc100d.lib”与其他库的使用冲突;请使用 /NODEFAULTLIB:library
2>LINK : warning LNK4098: 默认库“mfcs100d.lib”与其他库的使用冲突;请使用 /NODEFAULTLIB:library
2>MainDlg.obj : warning LNK4217: 本地定义的符号 ?RequestEnableInteractions@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestEnableInteractions(void)) 在函数 “public: virtual int __thiscall CMainDlg::OnInitDialog(void)” (?OnInitDialog@CMainDlg@@UAEHXZ) 中导入
2>MSSDlg.obj : warning LNK4049: 已导入本地定义的符号 ?RequestEnableInteractions@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestEnableInteractions(void))
2>PlanDlg.obj : warning LNK4049: 已导入本地定义的符号 ?RequestEnableInteractions@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestEnableInteractions(void))
2>MainDlg.obj : warning LNK4217: 本地定义的符号 ?RequestSetView@WINWidget@igstk@@QAEXPBVView@2@@Z (public: void __thiscall igstk::WINWidget::RequestSetView(class igstk::View const *)) 在函数 “public: virtual int __thiscall CMainDlg::OnInitDialog(void)” (?OnInitDialog@CMainDlg@@UAEHXZ) 中导入
2>MSSDlg.obj : warning LNK4217: 本地定义的符号 ?RequestSetView@WINWidget@igstk@@QAEXPBVView@2@@Z (public: void __thiscall igstk::WINWidget::RequestSetView(class igstk::View const *)) 在函数 “private: void __thiscall CMSSDlg::AddCrosshair(double,double,double)” (?AddCrosshair@CMSSDlg@@AAEXNNN@Z) 中导入
2>PlanDlg.obj : warning LNK4049: 已导入本地定义的符号 ?RequestSetView@WINWidget@igstk@@QAEXPBVView@2@@Z (public: void __thiscall igstk::WINWidget::RequestSetView(class igstk::View const *))
2>MainDlg.obj : warning LNK4217: 本地定义的符号 ??0WINWidget@igstk@@QAE@PAVCWnd@@@Z (public: __thiscall igstk::WINWidget::WINWidget(class CWnd *)) 在函数 “public: virtual int __thiscall CMainDlg::OnInitDialog(void)” (?OnInitDialog@CMainDlg@@UAEHXZ) 中导入
2>MSSDlg.obj : warning LNK4049: 已导入本地定义的符号 ??0WINWidget@igstk@@QAE@PAVCWnd@@@Z (public: __thiscall igstk::WINWidget::WINWidget(class CWnd *))
2>PlanDlg.obj : warning LNK4049: 已导入本地定义的符号 ??0WINWidget@igstk@@QAE@PAVCWnd@@@Z (public: __thiscall igstk::WINWidget::WINWidget(class CWnd *))
2>MainDlg.obj : warning LNK4217: 本地定义的符号 ??1WINWidget@igstk@@UAE@XZ (public: virtual __thiscall igstk::WINWidget::~WINWidget(void)) 在函数 “public: virtual void * __thiscall igstk::WINWidget::`scalar deleting destructor’(unsigned int)” (??_GWINWidget@igstk@@UAEPAXI@Z) 中导入
2>MSSDlg.obj : warning LNK4217: 本地定义的符号 ??1WINWidget@igstk@@UAE@XZ (public: virtual __thiscall igstk::WINWidget::~WINWidget(void)) 在函数 “public: void __thiscall std::vector<class itk::Point<double,3>,class std::allocator<class itk::Point<double,3> > >::push_back(class itk::Point<double,3> const &)” (?push_back@? v e c t o r @ V ? vector@V? vector@V?Point@N 02 @ i t k @ @ V ? 02@itk@@V? 02@itk@@V?allocator@V?$Point@N 02 @ i t k @ @ @ s t d @ @ @ s t d @ @ Q A E X A B V ? 02@itk@@@std@@@std@@QAEXABV? 02@itk@@@std@@@std@@QAEXABV?Point@N$02@itk@@@Z) 中导入
2>PlanDlg.obj : warning LNK4049: 已导入本地定义的符号 ??1WINWidget@igstk@@UAE@XZ (public: virtual __thiscall igstk::WINWidget::~WINWidget(void))
2>PlanDlg.obj : warning LNK4217: 本地定义的符号 ?RequestDisableInteractions@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestDisableInteractions(void)) 在函数 “public: virtual int __thiscall CPlanDlg::OnInitDialog(void)” (?OnInitDialog@CPlanDlg@@UAEHXZ) 中导入
2>PlanDlg.obj : warning LNK4217: 本地定义的符号 ?RequestEnablePicking@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestEnablePicking(void)) 在函数 “public: void __thiscall CPlanDlg::OnBnClickedButtonTargetGoTo(void)” (?OnBnClickedButtonTargetGoTo@CPlanDlg@@QAEXXZ) 中导入
2>PlanDlg.obj : warning LNK4217: 本地定义的符号 ?RequestDisablePicking@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestDisablePicking(void)) 在函数 “private: void __thiscall CPlanDlg::UpdateEntryRepresentation(void)” (?UpdateEntryRepresentation@CPlanDlg@@AAEXXZ) 中导入
2>MainDlg.obj : error LNK2019: 无法解析的外部符号 “public: virtual __thiscall CvvImage::~CvvImage(void)” (??1CvvImage@@UAE@XZ),该符号在函数 "public: void thiscall CMainDlg::OnTimer(unsigned int)" (?OnTimer@CMainDlg@@QAEXI@Z) 中被引用
2>MainDlg.obj : error LNK2019: 无法解析的外部符号 “public: virtual void thiscall CvvImage::DrawToHDC(struct HDC *,struct tagRECT *)” (?DrawToHDC@CvvImage@@UAEXPAUHDC
@@PAUtagRECT@@@Z),该符号在函数 “public: void __thiscall CMainDlg::OnTimer(unsigned int)” (?OnTimer@CMainDlg@@QAEXI@Z) 中被引用
2>MainDlg.obj : error LNK2019: 无法解析的外部符号 “public: virtual void __thiscall CvvImage::CopyOf(struct _IplImage *,int)” (?CopyOf@CvvImage@@UAEXPAU_IplImage@@H@Z),该符号在函数 “public: void __thiscall CMainDlg::OnTimer(unsigned int)” (?OnTimer@CMainDlg@@QAEXI@Z) 中被引用
2>MainDlg.obj : error LNK2019: 无法解析的外部符号 “public: __thiscall CvvImage::CvvImage(void)” (??0CvvImage@@QAE@XZ),该符号在函数 “public: void __thiscall CMainDlg::OnTimer(unsigned int)” (?OnTimer@CMainDlg@@QAEXI@Z) 中被引用
2>G:\2020.8.26\CGITS-bin8.26\Debug\CGITS.exe : fatal error LNK1120: 4 个无法解析的外部命令

搞清楚,现在是在静态MFC MTd
所以要忽略的库是:
MSVCRTD.lib
静态链接:

静态链接:

LIBCMTD.lib(Debug版本)

LIBCMT.lib

动态链接:

MSVCRTD.lib(Debug版本)

MSVCRT.lib

忽略后,报错更多le ?
在这里插入图片描述这里考虑的还是,之前的库文件生成的时候,是用的MDd,对应的是MSVCRTD.lib,这里将其忽略是不可行的。

这里考虑强制结合/force:multiple
在这里插入图片描述只剩下4个无法解析的命令:

2>MainDlg.obj : error LNK2019: 无法解析的外部符号 "public: virtual __thiscall CvvImage::~CvvImage(void)" (??1CvvImage@@UAE@XZ),该符号在函数 "public: void __thiscall CMainDlg::OnTimer(unsigned int)" (?OnTimer@CMainDlg@@QAEXI@Z) 中被引用
2>MainDlg.obj : error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall CvvImage::DrawToHDC(struct HDC__ *,struct tagRECT *)" (?DrawToHDC@CvvImage@@UAEXPAUHDC__@@PAUtagRECT@@@Z),该符号在函数 "public: void __thiscall CMainDlg::OnTimer(unsigned int)" (?OnTimer@CMainDlg@@QAEXI@Z) 中被引用
2>MainDlg.obj : error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall CvvImage::CopyOf(struct _IplImage *,int)" (?CopyOf@CvvImage@@UAEXPAU_IplImage@@H@Z),该符号在函数 "public: void __thiscall CMainDlg::OnTimer(unsigned int)" (?OnTimer@CMainDlg@@QAEXI@Z) 中被引用
2>MainDlg.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall CvvImage::CvvImage(void)" (??0CvvImage@@QAE@XZ),该符号在函数 "public: void __thiscall CMainDlg::OnTimer(unsigned int)" (?OnTimer@CMainDlg@@QAEXI@Z) 中被引用

这里看到了关键词CvvImage:
查找:
在这里插入图片描述
这里后续在bin文件上更改的,没想到也是连锁到这里 - -…
看来后续要改,得重新拷贝一个CGIT
这里添加头文件和cpp:
添加成功
然后继续生成成功(但是有一系列警告):

1>------ 已启动生成: 项目: ZERO_CHECK, 配置: Debug Win32 ------
2>------ 已启动生成: 项目: CGITS, 配置: Debug Win32 ------
2>cl : 命令行 warning D9002: 忽略未知选项“-library=stlport4”
2>  CvvImage.cpp
2>LINK : warning LNK4075: 忽略“/INCREMENTAL”(由于“/FORCE”规范)
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(void const *)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "bool __cdecl std::uncaught_exception(void)" (?uncaught_exception@std@@YA_NXZ) 已在 libcpmtd.lib(uncaught.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: virtual __thiscall std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: __thiscall std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (??0?$basic_ios@DU?$char_traits@D@std@@@std@@IAE@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(long)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@J@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > & (__cdecl*)(class std::basic_ostream<char,struct std::char_traits<char> > &))" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: virtual __thiscall std::basic_ostream<char,struct std::char_traits<char> >::~basic_ostream<char,struct std::char_traits<char> >(void)" (??1?$basic_ostream@DU?$char_traits@D@std@@@std@@UAE@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::basic_ostream<char,struct std::char_traits<char> >::basic_ostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *,bool)" (??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: virtual __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UAE@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAD00@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAD0@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *,char *)" (?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAD00@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::gbump(int)" (?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXH@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::pbump(int)" (?pbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXH@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::_Container_base12::~_Container_base12(void)" (??1_Container_base12@std@@QAE@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: void __thiscall std::_Container_base12::_Orphan_all(void)" (?_Orphan_all@_Container_base12@std@@QAEXXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::_Container_base12::_Container_base12(void)" (??0_Container_base12@std@@QAE@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "void __cdecl std::_Xout_of_range(char const *)" (?_Xout_of_range@std@@YAXPBD@Z) 已在 libcpmtd.lib(xthrow.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPBD@Z) 已在 libcpmtd.lib(xthrow.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: void __thiscall std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXH_N@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __int64 __thiscall std::ios_base::width(__int64)" (?width@ios_base@std@@QAE_J_J@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __int64 __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE_JPBD_J@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_streambuf<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: char __thiscall std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::ios_base::flags(void)const " (?flags@ios_base@std@@QBEHXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __int64 __thiscall std::ios_base::width(void)const " (?width@ios_base@std@@QBE_JXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: bool __thiscall std::ios_base::good(void)const " (?good@ios_base@std@@QBE_NXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: void __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "void __cdecl std::_Debug_message(wchar_t const *,wchar_t const *,unsigned int)" (?_Debug_message@std@@YAXPB_W0I@Z) 已在 libcpmtd.lib(stdthrow.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(double)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@N@Z) 已在 igstkMyImageResliceObjectRepresentation.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::_Lockit::~_Lockit(void)" (??1_Lockit@std@@QAE@XZ) 已在 libcpmtd.lib(xlock.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::_Lockit::_Lockit(int)" (??0_Lockit@std@@QAE@H@Z) 已在 libcpmtd.lib(xlock.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned long)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(bool)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned int)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sbumpc(void)" (?sbumpc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHXZ) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: bool __thiscall std::basic_istream<char,struct std::char_traits<char> >::_Ipfx(bool)" (?_Ipfx@?$basic_istream@DU?$char_traits@D@std@@@std@@QAE_N_N@Z) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(float)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: void __thiscall std::_Container_base12::_Swap_all(struct std::_Container_base12 &)" (?_Swap_all@_Container_base12@std@@QAEXAAU12@@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: bool __thiscall std::ios_base::fail(void)const " (?fail@ios_base@std@@QBE_NXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::ios_base::setf(int)" (?setf@ios_base@std@@QAEHH@Z) 已在 libcpmtd.lib(cerr.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: virtual __thiscall std::basic_istream<char,struct std::char_traits<char> >::~basic_istream<char,struct std::char_traits<char> >(void)" (??1?$basic_istream@DU?$char_traits@D@std@@@std@@UAE@XZ) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::basic_istream<char,struct std::char_traits<char> >::basic_istream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *,bool)" (??0?$basic_istream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: void __thiscall std::basic_ios<char,struct std::char_traits<char> >::clear(int,bool)" (?clear@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXH_N@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::codecvt<char,char,int>::out(int &,char const *,char const *,char const * &,char *,char *,char * &)const " (?out@?$codecvt@DDH@std@@QBEHAAHPBD1AAPBDPAD3AAPAD@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Gndec(void)" (?_Gndec@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::codecvt<char,char,int>::in(int &,char const *,char const *,char const * &,char *,char *,char * &)const " (?in@?$codecvt@DDH@std@@QBEHAAHPBD1AAPBDPAD3AAPAD@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Gninc(void)" (?_Gninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: virtual __thiscall std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UAE@XZ) 已在 MainDlg.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z) 已在 MainDlg.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::locale __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::getloc(void)const " (?getloc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QBE?AVlocale@2@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "struct _iobuf * __cdecl std::_Fiopen(char const *,int,int)" (?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z) 已在 libcpmtd.lib(fiopen.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::locale::facet * __thiscall std::locale::facet::_Decref(void)" (?_Decref@facet@locale@std@@QAEPAV123@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Init(char * *,char * *,int *,char * *,char * *,int *)" (?_Init@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAPAD0PAH001@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Init(void)" (?_Init@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::codecvt<char,char,int>::unshift(int &,char *,char *,char * &)const " (?unshift@?$codecvt@DDH@std@@QBEHAAHPAD1AAPAD@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: bool __thiscall std::codecvt_base::always_noconv(void)const " (?always_noconv@codecvt_base@std@@QBE_NXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: void __thiscall std::locale::facet::_Incref(void)" (?_Incref@facet@locale@std@@QAEXXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: static unsigned int __cdecl std::codecvt<char,char,int>::_Getcat(class std::locale::facet const * *,class std::locale const *)" (?_Getcat@?$codecvt@DDH@std@@SAIPAPBVfacet@locale@2@PBV42@@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::locale::id::operator unsigned int(void)" (??Bid@locale@std@@QAEIXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ) 已在 libcpmtd.lib(locale0.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned short)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@G@Z) 已在 PlanDlg.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __int64 __thiscall std::ios_base::precision(void)const " (?precision@ios_base@std@@QBE_JXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: static double __cdecl std::numeric_limits<double>::min(void)" (?min@?$numeric_limits@N@std@@SANXZ) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::ios_base::operator void *(void)const " (??Bios_base@std@@QBEPAXXZ) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: static unsigned long __cdecl std::numeric_limits<unsigned long>::max(void)" (?max@?$numeric_limits@K@std@@SAKXZ) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "void __cdecl std::_Xinvalid_argument(char const *)" (?_Xinvalid_argument@std@@YAXPBD@Z) 已在 libcpmtd.lib(xthrow.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "void __cdecl std::_Xoverflow_error(char const *)" (?_Xoverflow_error@std@@YAXPBD@Z) 已在 libcpmtd.lib(xthrow.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: char __thiscall std::basic_ios<char,struct std::char_traits<char> >::widen(char)const " (?widen@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDD@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: bool __thiscall std::ctype<char>::is(short,char)const " (?is@?$ctype@D@std@@QBE_NFD@Z) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::snextc(void)" (?snextc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHXZ) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sgetc(void)" (?sgetc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHXZ) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::locale __thiscall std::ios_base::getloc(void)const " (?getloc@ios_base@std@@QBE?AVlocale@2@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: static unsigned int __cdecl std::ctype<char>::_Getcat(class std::locale::facet const * *,class std::locale const *)" (?_Getcat@?$ctype@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::put(char)" (?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::ios_base::rdstate(void)const " (?rdstate@ios_base@std@@QBEHXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: static class std::locale const & __cdecl std::locale::classic(void)" (?classic@locale@std@@SAABV12@XZ) 已在 libcpmtd.lib(locale0.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _memmove 已在 libcmtd.lib(memmove.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z) 已在 libcmtd.lib(stdexcpt.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) 已在 libcmtd.lib(stdexcpt.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z) 已在 libcmtd.lib(stdexcpt.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __invalid_parameter 已在 libcmtd.lib(invarg.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __CrtDbgReportW 已在 libcmtd.lib(dbgrptw.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _getenv 已在 libcmtd.lib(getenv.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _memchr 已在 libcmtd.lib(memchr.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ) 已在 libcmtd.lib(stdexcpt.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _atoi 已在 libcmtd.lib(atox.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __beginthreadex 已在 libcmtd.lib(threadex.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strchr 已在 libcmtd.lib(strchr.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __lock_file 已在 libcmtd.lib(_file.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __unlock_file 已在 libcmtd.lib(_file.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fwrite 已在 libcmtd.lib(fwrite.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fputc 已在 libcmtd.lib(fputc.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _ungetc 已在 libcmtd.lib(ungetc.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _memcpy_s 已在 libcmtd.lib(memcpy_s.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fgetc 已在 libcmtd.lib(fgetc.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fgetpos 已在 libcmtd.lib(fgetpos.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __fseeki64 已在 libcmtd.lib(fseeki64.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fsetpos 已在 libcmtd.lib(fsetpos.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _setvbuf 已在 libcmtd.lib(setvbuf.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fflush 已在 libcmtd.lib(fflush.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fclose 已在 libcmtd.lib(fclose.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _free 已在 libcmtd.lib(dbgfree.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: __thiscall std::bad_cast::bad_cast(char const *)" (??0bad_cast@std@@QAE@PBD@Z) 已在 libcmtd.lib(stdexcpt.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: bool __thiscall type_info::operator==(class type_info const &)const " (??8type_info@@QBE_NABV0@@Z) 已在 libcmtd.lib(typinfo.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strrchr 已在 libcmtd.lib(strrchr.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _malloc 已在 libcmtd.lib(dbgmalloc.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _sprintf 已在 libcmtd.lib(sprintf.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fseek 已在 libcmtd.lib(fseek.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fread 已在 libcmtd.lib(fread.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fopen 已在 libcmtd.lib(fopen.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _sscanf 已在 libcmtd.lib(sscanf.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strncmp 已在 libcmtd.lib(strncmp.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _asctime 已在 libcmtd.lib(asctime.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __localtime64 已在 libcmtd.lib(loctim64.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __time64 已在 libcmtd.lib(time64.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strstr 已在 libcmtd.lib(strstr.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: bool __thiscall type_info::operator!=(class type_info const &)const " (??9type_info@@QBE_NABV0@@Z) 已在 libcmtd.lib(typinfo.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _islower 已在 libcmtd.lib(_ctype.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _isalpha 已在 libcmtd.lib(_ctype.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _tolower 已在 libcmtd.lib(tolower.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __setmode 已在 libcmtd.lib(setmode.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __fileno 已在 libcmtd.lib(fileno.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: ___iob_func 已在 libcmtd.lib(_file.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _vsprintf 已在 libcmtd.lib(vsprintf.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _calloc 已在 libcmtd.lib(dbgcalloc.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strcspn 已在 libcmtd.lib(strcspn.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strspn 已在 libcmtd.lib(strspn.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _isprint 已在 libcmtd.lib(_ctype.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _isspace 已在 libcmtd.lib(_ctype.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _toupper 已在 libcmtd.lib(toupper.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _getc 已在 libcmtd.lib(fgetc.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _exit 已在 libcmtd.lib(crt0dat.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _ftell 已在 libcmtd.lib(ftell.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __errno 已在 libcmtd.lib(dosmap.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _printf 已在 libcmtd.lib(printf.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _ferror 已在 libcmtd.lib(feoferr.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _isdigit 已在 libcmtd.lib(_ctype.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __wassert 已在 libcmtd.lib(wassert.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strftime 已在 libcmtd.lib(strftime.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _abort 已在 libcmtd.lib(abort.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _realloc 已在 libcmtd.lib(dbgrealloc.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _floor 已在 libcmtd.lib(_floor_pentium4_.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __gmtime64 已在 libcmtd.lib(gmtime64.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strtod 已在 libcmtd.lib(strtod.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fputs 已在 libcmtd.lib(fputs.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _isupper 已在 libcmtd.lib(_ctype.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _isxdigit 已在 libcmtd.lib(_ctype.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strtol 已在 libcmtd.lib(strtol.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fgets 已在 libcmtd.lib(fgets.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _feof 已在 libcmtd.lib(feoferr.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __finite 已在 libcmtd.lib(_ieeemisc_.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __isnan 已在 libcmtd.lib(_ieeemisc_.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __mkdir 已在 libcmtd.lib(mkdir.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __getcwd 已在 libcmtd.lib(getcwd.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __stricmp 已在 libcmtd.lib(stricmp.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __CrtSetReportHook 已在 libcmtd.lib(dbgrptt.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __fdopen 已在 libcmtd.lib(fdopen.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _clearerr 已在 libcmtd.lib(clearerr.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _ceil 已在 libcmtd.lib(_ceil_pentium4_.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _atol 已在 libcmtd.lib(atox.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _clock 已在 libcmtd.lib(clock.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(ti_inst.obj) : warning LNK4006: "private: __thiscall type_info::type_info(class type_info const &)" (??0type_info@@AAE@ABV0@@Z) 已在 libcmtd.lib(typinfo.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(ti_inst.obj) : warning LNK4006: "private: class type_info & __thiscall type_info::operator=(class type_info const &)" (??4type_info@@AAEAAV0@ABV0@@Z) 已在 libcmtd.lib(typinfo.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __strdup 已在 libcmtd.lib(strdup.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: char const * __thiscall type_info::_name_internal_method(struct __type_info_node *)const " (?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z) 已在 libcmtd.lib(typinfo.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __setmbcp 已在 libcmtd.lib(mbctype.obj) 中定义;已忽略第二个定义
2>     正在创建库 G:/2020.8.26/CGITS-bin8.26/Debug/CGITS.lib 和对象 G:/2020.8.26/CGITS-bin8.26/Debug/CGITS.exp
2>LINK : warning LNK4098: 默认库“MSVCRTD”与其他库的使用冲突;请使用 /NODEFAULTLIB:library
2>LINK : warning LNK4098: 默认库“mfc100d.lib”与其他库的使用冲突;请使用 /NODEFAULTLIB:library
2>LINK : warning LNK4098: 默认库“mfcs100d.lib”与其他库的使用冲突;请使用 /NODEFAULTLIB:library
2>MainDlg.obj : warning LNK4217: 本地定义的符号 ?RequestEnableInteractions@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestEnableInteractions(void)) 在函数 "public: virtual int __thiscall CMainDlg::OnInitDialog(void)" (?OnInitDialog@CMainDlg@@UAEHXZ) 中导入
2>MSSDlg.obj : warning LNK4049: 已导入本地定义的符号 ?RequestEnableInteractions@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestEnableInteractions(void))
2>PlanDlg.obj : warning LNK4049: 已导入本地定义的符号 ?RequestEnableInteractions@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestEnableInteractions(void))
2>MainDlg.obj : warning LNK4217: 本地定义的符号 ?RequestSetView@WINWidget@igstk@@QAEXPBVView@2@@Z (public: void __thiscall igstk::WINWidget::RequestSetView(class igstk::View const *)) 在函数 "public: virtual int __thiscall CMainDlg::OnInitDialog(void)" (?OnInitDialog@CMainDlg@@UAEHXZ) 中导入
2>MSSDlg.obj : warning LNK4217: 本地定义的符号 ?RequestSetView@WINWidget@igstk@@QAEXPBVView@2@@Z (public: void __thiscall igstk::WINWidget::RequestSetView(class igstk::View const *)) 在函数 "private: void __thiscall CMSSDlg::AddCrosshair(double,double,double)" (?AddCrosshair@CMSSDlg@@AAEXNNN@Z) 中导入
2>PlanDlg.obj : warning LNK4049: 已导入本地定义的符号 ?RequestSetView@WINWidget@igstk@@QAEXPBVView@2@@Z (public: void __thiscall igstk::WINWidget::RequestSetView(class igstk::View const *))
2>MainDlg.obj : warning LNK4217: 本地定义的符号 ??0WINWidget@igstk@@QAE@PAVCWnd@@@Z (public: __thiscall igstk::WINWidget::WINWidget(class CWnd *)) 在函数 "public: virtual int __thiscall CMainDlg::OnInitDialog(void)" (?OnInitDialog@CMainDlg@@UAEHXZ) 中导入
2>MSSDlg.obj : warning LNK4049: 已导入本地定义的符号 ??0WINWidget@igstk@@QAE@PAVCWnd@@@Z (public: __thiscall igstk::WINWidget::WINWidget(class CWnd *))
2>PlanDlg.obj : warning LNK4049: 已导入本地定义的符号 ??0WINWidget@igstk@@QAE@PAVCWnd@@@Z (public: __thiscall igstk::WINWidget::WINWidget(class CWnd *))
2>MainDlg.obj : warning LNK4217: 本地定义的符号 ??1WINWidget@igstk@@UAE@XZ (public: virtual __thiscall igstk::WINWidget::~WINWidget(void)) 在函数 "public: virtual void * __thiscall igstk::WINWidget::`scalar deleting destructor'(unsigned int)" (??_GWINWidget@igstk@@UAEPAXI@Z) 中导入
2>MSSDlg.obj : warning LNK4217: 本地定义的符号 ??1WINWidget@igstk@@UAE@XZ (public: virtual __thiscall igstk::WINWidget::~WINWidget(void)) 在函数 "public: void __thiscall std::vector<class itk::Point<double,3>,class std::allocator<class itk::Point<double,3> > >::push_back(class itk::Point<double,3> const &)" (?push_back@?$vector@V?$Point@N$02@itk@@V?$allocator@V?$Point@N$02@itk@@@std@@@std@@QAEXABV?$Point@N$02@itk@@@Z) 中导入
2>PlanDlg.obj : warning LNK4049: 已导入本地定义的符号 ??1WINWidget@igstk@@UAE@XZ (public: virtual __thiscall igstk::WINWidget::~WINWidget(void))
2>PlanDlg.obj : warning LNK4217: 本地定义的符号 ?RequestDisableInteractions@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestDisableInteractions(void)) 在函数 "public: virtual int __thiscall CPlanDlg::OnInitDialog(void)" (?OnInitDialog@CPlanDlg@@UAEHXZ) 中导入
2>PlanDlg.obj : warning LNK4217: 本地定义的符号 ?RequestEnablePicking@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestEnablePicking(void)) 在函数 "public: void __thiscall CPlanDlg::OnBnClickedButtonTargetGoTo(void)" (?OnBnClickedButtonTargetGoTo@CPlanDlg@@QAEXXZ) 中导入
2>PlanDlg.obj : warning LNK4217: 本地定义的符号 ?RequestDisablePicking@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestDisablePicking(void)) 在函数 "private: void __thiscall CPlanDlg::UpdateEntryRepresentation(void)" (?UpdateEntryRepresentation@CPlanDlg@@AAEXXZ) 中导入
2>G:\2020.8.26\CGITS-bin8.26\Debug\CGITS.exe : warning LNK4088:/FORCE 选项生成了映像;映像可能不能运行
2>LINK : warning LNK4075: 忽略“/INCREMENTAL”(由于“/FORCE”规范)
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(void const *)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@PBX@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(int)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@H@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "bool __cdecl std::uncaught_exception(void)" (?uncaught_exception@std@@YA_NXZ) 已在 libcpmtd.lib(uncaught.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: virtual __thiscall std::basic_ios<char,struct std::char_traits<char> >::~basic_ios<char,struct std::char_traits<char> >(void)" (??1?$basic_ios@DU?$char_traits@D@std@@@std@@UAE@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: __thiscall std::basic_ios<char,struct std::char_traits<char> >::basic_ios<char,struct std::char_traits<char> >(void)" (??0?$basic_ios@DU?$char_traits@D@std@@@std@@IAE@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(long)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@J@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > & (__cdecl*)(class std::basic_ostream<char,struct std::char_traits<char> > &))" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@P6AAAV01@AAV01@@Z@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::endl(class std::basic_ostream<char,struct std::char_traits<char> > &)" (?endl@std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@1@AAV21@@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: virtual __thiscall std::basic_ostream<char,struct std::char_traits<char> >::~basic_ostream<char,struct std::char_traits<char> >(void)" (??1?$basic_ostream@DU?$char_traits@D@std@@@std@@UAE@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::basic_ostream<char,struct std::char_traits<char> >::basic_ostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *,bool)" (??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: virtual __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::~basic_streambuf<char,struct std::char_traits<char> >(void)" (??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UAE@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::gptr(void)const " (?gptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::setg(char *,char *,char *)" (?setg@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAD00@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *)" (?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAD0@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::eback(void)const " (?eback@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Pninc(void)" (?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::setp(char *,char *,char *)" (?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAD00@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::pbase(void)const " (?pbase@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::epptr(void)const " (?epptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::pptr(void)const " (?pptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::gbump(int)" (?gbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXH@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::egptr(void)const " (?egptr@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IBEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::pbump(int)" (?pbump@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXH@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::_Container_base12::~_Container_base12(void)" (??1_Container_base12@std@@QAE@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: void __thiscall std::_Container_base12::_Orphan_all(void)" (?_Orphan_all@_Container_base12@std@@QAEXXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::basic_streambuf<char,struct std::char_traits<char> >(void)" (??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAE@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::_Container_base12::_Container_base12(void)" (??0_Container_base12@std@@QAE@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "void __cdecl std::_Xout_of_range(char const *)" (?_Xout_of_range@std@@YAXPBD@Z) 已在 libcpmtd.lib(xthrow.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPBD@Z) 已在 libcpmtd.lib(xthrow.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: void __thiscall std::basic_ios<char,struct std::char_traits<char> >::setstate(int,bool)" (?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXH_N@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __int64 __thiscall std::ios_base::width(__int64)" (?width@ios_base@std@@QAE_J_J@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __int64 __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputn(char const *,__int64)" (?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE_JPBD_J@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sputc(char)" (?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHD@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_streambuf<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::rdbuf(void)const " (?rdbuf@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_streambuf@DU?$char_traits@D@std@@@2@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: char __thiscall std::basic_ios<char,struct std::char_traits<char> >::fill(void)const " (?fill@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::ios_base::flags(void)const " (?flags@ios_base@std@@QBEHXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __int64 __thiscall std::ios_base::width(void)const " (?width@ios_base@std@@QBE_JXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::flush(void)" (?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > * __thiscall std::basic_ios<char,struct std::char_traits<char> >::tie(void)const " (?tie@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEPAV?$basic_ostream@DU?$char_traits@D@std@@@2@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: bool __thiscall std::ios_base::good(void)const " (?good@ios_base@std@@QBE_NXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: void __thiscall std::basic_ostream<char,struct std::char_traits<char> >::_Osfx(void)" (?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEXXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "void __cdecl std::_Debug_message(wchar_t const *,wchar_t const *,unsigned int)" (?_Debug_message@std@@YAXPB_W0I@Z) 已在 libcpmtd.lib(stdthrow.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(double)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@N@Z) 已在 igstkMyImageResliceObjectRepresentation.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::_Lockit::~_Lockit(void)" (??1_Lockit@std@@QAE@XZ) 已在 libcpmtd.lib(xlock.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::_Lockit::_Lockit(int)" (??0_Lockit@std@@QAE@H@Z) 已在 libcpmtd.lib(xlock.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned long)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@K@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: struct std::_Iterator_base12 * * __thiscall std::_Container_base12::_Getpfirst(void)const " (?_Getpfirst@_Container_base12@std@@QBEPAPAU_Iterator_base12@2@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(bool)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@_N@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned int)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@I@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sbumpc(void)" (?sbumpc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHXZ) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: bool __thiscall std::basic_istream<char,struct std::char_traits<char> >::_Ipfx(bool)" (?_Ipfx@?$basic_istream@DU?$char_traits@D@std@@@std@@QAE_N_N@Z) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(float)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@M@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: void __thiscall std::_Container_base12::_Swap_all(struct std::_Container_base12 &)" (?_Swap_all@_Container_base12@std@@QAEXAAU12@@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: bool __thiscall std::ios_base::fail(void)const " (?fail@ios_base@std@@QBE_NXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::ios_base::setf(int)" (?setf@ios_base@std@@QAEHH@Z) 已在 libcpmtd.lib(cerr.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: virtual __thiscall std::basic_istream<char,struct std::char_traits<char> >::~basic_istream<char,struct std::char_traits<char> >(void)" (??1?$basic_istream@DU?$char_traits@D@std@@@std@@UAE@XZ) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::basic_istream<char,struct std::char_traits<char> >::basic_istream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *,bool)" (??0?$basic_istream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: void __thiscall std::basic_ios<char,struct std::char_traits<char> >::clear(int,bool)" (?clear@?$basic_ios@DU?$char_traits@D@std@@@std@@QAEXH_N@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::codecvt<char,char,int>::out(int &,char const *,char const *,char const * &,char *,char *,char * &)const " (?out@?$codecvt@DDH@std@@QBEHAAHPBD1AAPBDPAD3AAPAD@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Gndec(void)" (?_Gndec@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::codecvt<char,char,int>::in(int &,char const *,char const *,char const * &,char *,char *,char * &)const " (?in@?$codecvt@DDH@std@@QBEHAAHPBD1AAPBDPAD3AAPAD@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: char * __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Gninc(void)" (?_Gninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEPADXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: virtual __thiscall std::basic_iostream<char,struct std::char_traits<char> >::~basic_iostream<char,struct std::char_traits<char> >(void)" (??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UAE@XZ) 已在 MainDlg.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::basic_iostream<char,struct std::char_traits<char> >::basic_iostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *)" (??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z) 已在 MainDlg.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::locale __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::getloc(void)const " (?getloc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QBE?AVlocale@2@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "struct _iobuf * __cdecl std::_Fiopen(char const *,int,int)" (?_Fiopen@std@@YAPAU_iobuf@@PBDHH@Z) 已在 libcpmtd.lib(fiopen.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::locale::facet * __thiscall std::locale::facet::_Decref(void)" (?_Decref@facet@locale@std@@QAEPAV123@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Init(char * *,char * *,int *,char * *,char * *,int *)" (?_Init@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAPAD0PAH001@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "protected: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Init(void)" (?_Init@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::codecvt<char,char,int>::unshift(int &,char *,char *,char * &)const " (?unshift@?$codecvt@DDH@std@@QBEHAAHPAD1AAPAD@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: bool __thiscall std::codecvt_base::always_noconv(void)const " (?always_noconv@codecvt_base@std@@QBE_NXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: void __thiscall std::locale::facet::_Incref(void)" (?_Incref@facet@locale@std@@QAEXXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: static unsigned int __cdecl std::codecvt<char,char,int>::_Getcat(class std::locale::facet const * *,class std::locale const *)" (?_Getcat@?$codecvt@DDH@std@@SAIPAPBVfacet@locale@2@PBV42@@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::locale::id::operator unsigned int(void)" (??Bid@locale@std@@QAEIXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "private: static class std::locale::_Locimp * __cdecl std::locale::_Getgloballocale(void)" (?_Getgloballocale@locale@std@@CAPAV_Locimp@12@XZ) 已在 libcpmtd.lib(locale0.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::operator<<(unsigned short)" (??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV01@G@Z) 已在 PlanDlg.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __int64 __thiscall std::ios_base::precision(void)const " (?precision@ios_base@std@@QBE_JXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: static double __cdecl std::numeric_limits<double>::min(void)" (?min@?$numeric_limits@N@std@@SANXZ) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: __thiscall std::ios_base::operator void *(void)const " (??Bios_base@std@@QBEPAXXZ) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: static unsigned long __cdecl std::numeric_limits<unsigned long>::max(void)" (?max@?$numeric_limits@K@std@@SAKXZ) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "void __cdecl std::_Xinvalid_argument(char const *)" (?_Xinvalid_argument@std@@YAXPBD@Z) 已在 libcpmtd.lib(xthrow.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "void __cdecl std::_Xoverflow_error(char const *)" (?_Xoverflow_error@std@@YAXPBD@Z) 已在 libcpmtd.lib(xthrow.obj) 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: char __thiscall std::basic_ios<char,struct std::char_traits<char> >::widen(char)const " (?widen@?$basic_ios@DU?$char_traits@D@std@@@std@@QBEDD@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: bool __thiscall std::ctype<char>::is(short,char)const " (?is@?$ctype@D@std@@QBE_NFD@Z) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::snextc(void)" (?snextc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHXZ) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::sgetc(void)" (?sgetc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEHXZ) 已在 igstkTreatmentPlanIO.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::locale __thiscall std::ios_base::getloc(void)const " (?getloc@ios_base@std@@QBE?AVlocale@2@XZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: static unsigned int __cdecl std::ctype<char>::_Getcat(class std::locale::facet const * *,class std::locale const *)" (?_Getcat@?$ctype@D@std@@SAIPAPBVfacet@locale@2@PBV42@@Z) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: class std::basic_ostream<char,struct std::char_traits<char> > & __thiscall std::basic_ostream<char,struct std::char_traits<char> >::put(char)" (?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QAEAAV12@D@Z) 已在 AffectiveMeshReader.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: int __thiscall std::ios_base::rdstate(void)const " (?rdstate@ios_base@std@@QBEHXZ) 已在 AuroraTrackerAndSerialComm.obj 中定义;已忽略第二个定义
2>msvcprtd.lib(MSVCP100D.dll) : warning LNK4006: "public: static class std::locale const & __cdecl std::locale::classic(void)" (?classic@locale@std@@SAABV12@XZ) 已在 libcpmtd.lib(locale0.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _memmove 已在 libcmtd.lib(memmove.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z) 已在 libcmtd.lib(stdexcpt.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: virtual __thiscall std::exception::~exception(void)" (??1exception@std@@UAE@XZ) 已在 libcmtd.lib(stdexcpt.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z) 已在 libcmtd.lib(stdexcpt.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __invalid_parameter 已在 libcmtd.lib(invarg.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __CrtDbgReportW 已在 libcmtd.lib(dbgrptw.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _getenv 已在 libcmtd.lib(getenv.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _memchr 已在 libcmtd.lib(memchr.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: __thiscall std::exception::exception(void)" (??0exception@std@@QAE@XZ) 已在 libcmtd.lib(stdexcpt.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _atoi 已在 libcmtd.lib(atox.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __beginthreadex 已在 libcmtd.lib(threadex.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strchr 已在 libcmtd.lib(strchr.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __lock_file 已在 libcmtd.lib(_file.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __unlock_file 已在 libcmtd.lib(_file.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fwrite 已在 libcmtd.lib(fwrite.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fputc 已在 libcmtd.lib(fputc.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _ungetc 已在 libcmtd.lib(ungetc.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _memcpy_s 已在 libcmtd.lib(memcpy_s.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fgetc 已在 libcmtd.lib(fgetc.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fgetpos 已在 libcmtd.lib(fgetpos.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __fseeki64 已在 libcmtd.lib(fseeki64.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fsetpos 已在 libcmtd.lib(fsetpos.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _setvbuf 已在 libcmtd.lib(setvbuf.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fflush 已在 libcmtd.lib(fflush.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fclose 已在 libcmtd.lib(fclose.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _free 已在 libcmtd.lib(dbgfree.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: __thiscall std::bad_cast::bad_cast(char const *)" (??0bad_cast@std@@QAE@PBD@Z) 已在 libcmtd.lib(stdexcpt.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: bool __thiscall type_info::operator==(class type_info const &)const " (??8type_info@@QBE_NABV0@@Z) 已在 libcmtd.lib(typinfo.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strrchr 已在 libcmtd.lib(strrchr.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _malloc 已在 libcmtd.lib(dbgmalloc.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _sprintf 已在 libcmtd.lib(sprintf.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fseek 已在 libcmtd.lib(fseek.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fread 已在 libcmtd.lib(fread.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fopen 已在 libcmtd.lib(fopen.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _sscanf 已在 libcmtd.lib(sscanf.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strncmp 已在 libcmtd.lib(strncmp.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _asctime 已在 libcmtd.lib(asctime.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __localtime64 已在 libcmtd.lib(loctim64.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __time64 已在 libcmtd.lib(time64.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strstr 已在 libcmtd.lib(strstr.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: bool __thiscall type_info::operator!=(class type_info const &)const " (??9type_info@@QBE_NABV0@@Z) 已在 libcmtd.lib(typinfo.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _islower 已在 libcmtd.lib(_ctype.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _isalpha 已在 libcmtd.lib(_ctype.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _tolower 已在 libcmtd.lib(tolower.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __setmode 已在 libcmtd.lib(setmode.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __fileno 已在 libcmtd.lib(fileno.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: ___iob_func 已在 libcmtd.lib(_file.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _vsprintf 已在 libcmtd.lib(vsprintf.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _calloc 已在 libcmtd.lib(dbgcalloc.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strcspn 已在 libcmtd.lib(strcspn.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strspn 已在 libcmtd.lib(strspn.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _isprint 已在 libcmtd.lib(_ctype.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _isspace 已在 libcmtd.lib(_ctype.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _toupper 已在 libcmtd.lib(toupper.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _getc 已在 libcmtd.lib(fgetc.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _exit 已在 libcmtd.lib(crt0dat.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _ftell 已在 libcmtd.lib(ftell.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __errno 已在 libcmtd.lib(dosmap.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _printf 已在 libcmtd.lib(printf.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _ferror 已在 libcmtd.lib(feoferr.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _isdigit 已在 libcmtd.lib(_ctype.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __wassert 已在 libcmtd.lib(wassert.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strftime 已在 libcmtd.lib(strftime.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _abort 已在 libcmtd.lib(abort.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _realloc 已在 libcmtd.lib(dbgrealloc.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _floor 已在 libcmtd.lib(_floor_pentium4_.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __gmtime64 已在 libcmtd.lib(gmtime64.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strtod 已在 libcmtd.lib(strtod.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fputs 已在 libcmtd.lib(fputs.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _isupper 已在 libcmtd.lib(_ctype.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _isxdigit 已在 libcmtd.lib(_ctype.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _strtol 已在 libcmtd.lib(strtol.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _fgets 已在 libcmtd.lib(fgets.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _feof 已在 libcmtd.lib(feoferr.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __finite 已在 libcmtd.lib(_ieeemisc_.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __isnan 已在 libcmtd.lib(_ieeemisc_.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __mkdir 已在 libcmtd.lib(mkdir.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __getcwd 已在 libcmtd.lib(getcwd.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __stricmp 已在 libcmtd.lib(stricmp.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __CrtSetReportHook 已在 libcmtd.lib(dbgrptt.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __fdopen 已在 libcmtd.lib(fdopen.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _clearerr 已在 libcmtd.lib(clearerr.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _ceil 已在 libcmtd.lib(_ceil_pentium4_.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _atol 已在 libcmtd.lib(atox.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: _clock 已在 libcmtd.lib(clock.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(ti_inst.obj) : warning LNK4006: "private: __thiscall type_info::type_info(class type_info const &)" (??0type_info@@AAE@ABV0@@Z) 已在 libcmtd.lib(typinfo.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(ti_inst.obj) : warning LNK4006: "private: class type_info & __thiscall type_info::operator=(class type_info const &)" (??4type_info@@AAEAAV0@ABV0@@Z) 已在 libcmtd.lib(typinfo.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __strdup 已在 libcmtd.lib(strdup.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: "public: char const * __thiscall type_info::_name_internal_method(struct __type_info_node *)const " (?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z) 已在 libcmtd.lib(typinfo.obj) 中定义;已忽略第二个定义
2>MSVCRTD.lib(MSVCR100D.dll) : warning LNK4006: __setmbcp 已在 libcmtd.lib(mbctype.obj) 中定义;已忽略第二个定义
2>     正在创建库 G:/2020.8.26/CGITS-bin8.26/Debug/CGITS.lib 和对象 G:/2020.8.26/CGITS-bin8.26/Debug/CGITS.exp
2>LINK : warning LNK4098: 默认库“MSVCRTD”与其他库的使用冲突;请使用 /NODEFAULTLIB:library
2>LINK : warning LNK4098: 默认库“mfc100d.lib”与其他库的使用冲突;请使用 /NODEFAULTLIB:library
2>LINK : warning LNK4098: 默认库“mfcs100d.lib”与其他库的使用冲突;请使用 /NODEFAULTLIB:library
2>MainDlg.obj : warning LNK4217: 本地定义的符号 ?RequestEnableInteractions@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestEnableInteractions(void)) 在函数 "public: virtual int __thiscall CMainDlg::OnInitDialog(void)" (?OnInitDialog@CMainDlg@@UAEHXZ) 中导入
2>MSSDlg.obj : warning LNK4049: 已导入本地定义的符号 ?RequestEnableInteractions@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestEnableInteractions(void))
2>PlanDlg.obj : warning LNK4049: 已导入本地定义的符号 ?RequestEnableInteractions@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestEnableInteractions(void))
2>MainDlg.obj : warning LNK4217: 本地定义的符号 ?RequestSetView@WINWidget@igstk@@QAEXPBVView@2@@Z (public: void __thiscall igstk::WINWidget::RequestSetView(class igstk::View const *)) 在函数 "public: virtual int __thiscall CMainDlg::OnInitDialog(void)" (?OnInitDialog@CMainDlg@@UAEHXZ) 中导入
2>MSSDlg.obj : warning LNK4217: 本地定义的符号 ?RequestSetView@WINWidget@igstk@@QAEXPBVView@2@@Z (public: void __thiscall igstk::WINWidget::RequestSetView(class igstk::View const *)) 在函数 "private: void __thiscall CMSSDlg::AddCrosshair(double,double,double)" (?AddCrosshair@CMSSDlg@@AAEXNNN@Z) 中导入
2>PlanDlg.obj : warning LNK4049: 已导入本地定义的符号 ?RequestSetView@WINWidget@igstk@@QAEXPBVView@2@@Z (public: void __thiscall igstk::WINWidget::RequestSetView(class igstk::View const *))
2>MainDlg.obj : warning LNK4217: 本地定义的符号 ??0WINWidget@igstk@@QAE@PAVCWnd@@@Z (public: __thiscall igstk::WINWidget::WINWidget(class CWnd *)) 在函数 "public: virtual int __thiscall CMainDlg::OnInitDialog(void)" (?OnInitDialog@CMainDlg@@UAEHXZ) 中导入
2>MSSDlg.obj : warning LNK4049: 已导入本地定义的符号 ??0WINWidget@igstk@@QAE@PAVCWnd@@@Z (public: __thiscall igstk::WINWidget::WINWidget(class CWnd *))
2>PlanDlg.obj : warning LNK4049: 已导入本地定义的符号 ??0WINWidget@igstk@@QAE@PAVCWnd@@@Z (public: __thiscall igstk::WINWidget::WINWidget(class CWnd *))
2>MainDlg.obj : warning LNK4217: 本地定义的符号 ??1WINWidget@igstk@@UAE@XZ (public: virtual __thiscall igstk::WINWidget::~WINWidget(void)) 在函数 "public: virtual void * __thiscall igstk::WINWidget::`scalar deleting destructor'(unsigned int)" (??_GWINWidget@igstk@@UAEPAXI@Z) 中导入
2>MSSDlg.obj : warning LNK4217: 本地定义的符号 ??1WINWidget@igstk@@UAE@XZ (public: virtual __thiscall igstk::WINWidget::~WINWidget(void)) 在函数 "public: void __thiscall std::vector<class itk::Point<double,3>,class std::allocator<class itk::Point<double,3> > >::push_back(class itk::Point<double,3> const &)" (?push_back@?$vector@V?$Point@N$02@itk@@V?$allocator@V?$Point@N$02@itk@@@std@@@std@@QAEXABV?$Point@N$02@itk@@@Z) 中导入
2>PlanDlg.obj : warning LNK4049: 已导入本地定义的符号 ??1WINWidget@igstk@@UAE@XZ (public: virtual __thiscall igstk::WINWidget::~WINWidget(void))
2>PlanDlg.obj : warning LNK4217: 本地定义的符号 ?RequestDisableInteractions@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestDisableInteractions(void)) 在函数 "public: virtual int __thiscall CPlanDlg::OnInitDialog(void)" (?OnInitDialog@CPlanDlg@@UAEHXZ) 中导入
2>PlanDlg.obj : warning LNK4217: 本地定义的符号 ?RequestEnablePicking@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestEnablePicking(void)) 在函数 "public: void __thiscall CPlanDlg::OnBnClickedButtonTargetGoTo(void)" (?OnBnClickedButtonTargetGoTo@CPlanDlg@@QAEXXZ) 中导入
2>PlanDlg.obj : warning LNK4217: 本地定义的符号 ?RequestDisablePicking@WINWidget@igstk@@QAEXXZ (public: void __thiscall igstk::WINWidget::RequestDisablePicking(void)) 在函数 "private: void __thiscall CPlanDlg::UpdateEntryRepresentation(void)" (?UpdateEntryRepresentation@CPlanDlg@@AAEXXZ) 中导入
2>G:\2020.8.26\CGITS-bin8.26\Debug\CGITS.exe : warning LNK4088:/FORCE 选项生成了映像;映像可能不能运行
2>  CGITS.vcxproj -> G:\2020.8.26\CGITS-bin8.26\Debug\CGITS.exe
========== 生成: 成功 2 个,失败 0 个,最新 0 个,跳过 0==========

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值