visual studio 2005编译出现以下有关问题
visual studio 2005编译出现以下问题!
pitchdtw.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall Marsyas::DTW::DTW(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (??0DTW@Marsyas@@QAE@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z),该符号在函数 "void __cdecl pitchdtw(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >,class std::vector<class std::vector<float,class std::allocator<float> >,class std::allocator<class std::vector<float,class std::allocator<float> > > >)" (?pitchdtw@@YAXV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@V?$vector@V?$vector@MV?$allocator@M@std@@@std@@V?$allocator@V?$vector@MV?$allocator@M@std@@@std@@@2@@2@@Z) 中被引用
14>D:\marsyas\bin\Debug\pitchdtw.exe : fatal error LNK1120: 3 个无法解析的外部命令
不知道是何原因,请大侠分析!
由于本人级别低,所以,辛苦分不多,请见谅!
------解决方案--------------------
Marsyas应该是个第三方库,lib文件没连接
pitchdtw.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall Marsyas::DTW::DTW(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (??0DTW@Marsyas@@QAE@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z),该符号在函数 "void __cdecl pitchdtw(class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >,class std::vector<class std::vector<float,class std::allocator<float> >,class std::allocator<class std::vector<float,class std::allocator<float> > > >)" (?pitchdtw@@YAXV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@V?$vector@V?$vector@MV?$allocator@M@std@@@std@@V?$allocator@V?$vector@MV?$allocator@M@std@@@std@@@2@@2@@Z) 中被引用
14>D:\marsyas\bin\Debug\pitchdtw.exe : fatal error LNK1120: 3 个无法解析的外部命令
不知道是何原因,请大侠分析!
由于本人级别低,所以,辛苦分不多,请见谅!
------解决方案--------------------
Marsyas应该是个第三方库,lib文件没连接