| 24小時(shí)熱門版塊排行榜 |
| 5 | 1/1 | 返回列表 |
| 查看: 2469 | 回復(fù): 4 | ||
z770428
|
[求助]
c++ error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport)
|
|
各位高手,我下面附件中的程序msh2mlab.cpp在vs2008組建時(shí)出現(xiàn)了下了錯(cuò)誤,有沒(méi)有什么解決方案? >msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm x_M" (__imp_?x_M@@3VMm@@A) 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl fclose(class Mm const &)" (__imp_?fclose@@YA?AVMm@@ABV1@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl operator+(double,class Mm const &)" (__imp_??H@YA?AVMm@@NABV0@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl size(class Mm const &,class Mm const &)" (__imp_?size@@YA?AVMm@@ABV1@0@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mc __cdecl BR(class Mm const &)" (__imp_?BR@@YA?AVMc@@ABVMm@@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm semi" (__imp_?semi@@3VMm@@A) 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) int __cdecl isempty(class Mm const &)" (__imp_?isempty@@YAHABVMm@@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl find(class Mm const &)" (__imp_?find@@YA?AVMm@@ABV1@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl ismember(class Mm,class Mm)" (__imp_?ismember@@YA?AVMm@@V1@0@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: __thiscall Mm::Mm(class Mm const &)" (__imp_??0Mm@@QAE@ABV0@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: void __thiscall Mr::operator=(class Mr const &)" (__imp_??4Mr@@QAEXABV0@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: class Mr __thiscall Mm::operator()(class Mm const &)const " (__imp_??RMm@@QBE?AVMr@@ABV0@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: class Mr __thiscall Mr::operator()(class Mm const &)const " (__imp_??RMr@@QBE?AV0@ABVMm@@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl colon(double,double,double)" (__imp_?colon@@YA?AVMm@@NNN@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl ones(double,double)" (__imp_?ones@@YA?AVMm@@NN@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) int __cdecl length(class Mm const &)" (__imp_?length@@YAHABVMm@@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: class Mr __thiscall Mm::operator()(class Mm const &,class Mm const &)const " (__imp_??RMm@@QBE?AVMr@@ABV0@0@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm c_p" (__imp_?c_p@@3VMm@@A) 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) void __cdecl forelem(class Mm &,class Mm &,int)" (__imp_?forelem@@YAXAAVMm@@0H@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: int __thiscall Mm::cols(void)const " (__imp_?cols@Mm@@QBEHXZ),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl colon(class Mm const &,class Mm const &,class Mm const &)" (__imp_?colon@@YA?AVMm@@ABV1@00@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl zeros(class Mm const &,class Mm const &)" (__imp_?zeros@@YA?AVMm@@ABV1@0@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl str2num(class Mm const &)" (__imp_?str2num@@YA?AVMm@@ABV1@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) int __cdecl isequal(class Mm const &,class Mm const &)" (__imp_?isequal@@YAHABVMm@@0@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) int switchfalse" (__imp_?switchfalse@@3HA) 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: void __thiscall Mr::operator=(class Mm const &)" (__imp_??4Mr@@QAEXABVMm@@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm switchvar" (__imp_?switchvar@@3VMm@@A) 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl switchinit(class Mm const &)" (__imp_?switchinit@@YA?AVMm@@ABV1@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) int switchdepth" (__imp_?switchdepth@@3HA) 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) int __cdecl isstr(class Mm const &)" (__imp_?isstr@@YAHABVMm@@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl fgetl(class Mm const &)" (__imp_?fgetl@@YA?AVMm@@ABV1@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) int __cdecl istrue(double)" (__imp_?istrue@@YAHN@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl cells(class Mm const &)" (__imp_?cells@@YA?AVMm@@ABV1@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm nop_M" (__imp_?nop_M@@3VMm@@A) 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl fopen(class Mm const &,class Mm const &)" (__imp_?fopen@@YA?AVMm@@ABV1@0@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl unique(class Mm const &)" (__imp_?unique@@YA?AVMm@@ABV1@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: __thiscall Mr::~Mr(void)" (__imp_??1Mr@@QAE@XZ),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: __thiscall Mm::Mm(class Mr const &,int)" (__imp_??0Mm@@QAE@ABVMr@@H@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: class Mr __thiscall Mm::br(class Mm const &)const " (__imp_?br@Mm@@QBE?AVMr@@ABV1@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: __thiscall Mc::~Mc(void)" (__imp_??1Mc@@QAE@XZ),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl set(class Mm const &,class Mm const &)" (__imp_?set@@YA?AVMm@@ABV1@0@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: __thiscall Mm::Mm(class Mc const &)" (__imp_??0Mm@@QAE@ABVMc@@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: class Mc & __thiscall Mc::operator,(class Mm const &)" (__imp_??QMc@@QAEAAV0@ABVMm@@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mc __cdecl CL(class Mm const &)" (__imp_?CL@@YA?AVMc@@ABVMm@@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class Mm __cdecl TM(char const *)" (__imp_?TM@@YA?AVMm@@PBD@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: __thiscall Mm::~Mm(void)" (__imp_??1Mm@@QAE@XZ),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: class Mm & __thiscall Mm::operator=(class Mm const &)" (__imp_??4Mm@@QAEAAV0@ABV0@@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: __thiscall Mm::Mm(double)" (__imp_??0Mm@@QAE@N@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) void (__cdecl* mt_debug_handler)(int,char const *)" (__imp_?mt_debug_handler@@3P6AXHPBD@ZA) 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) unsigned int mt_default_error_flags" (__imp_?mt_default_error_flags@@3IA) 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) int nargout_set" (__imp_?nargout_set@@3HA) 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) double nargout_val" (__imp_?nargout_val@@3NA) 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) int nargin_set" (__imp_?nargin_set@@3HA) 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) double nargin_val" (__imp_?nargin_val@@3NA) 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class mt_error_stack_t mt_error_stack" (__imp_?mt_error_stack@@3Vmt_error_stack_t@@A) 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: __thiscall Mm::Mm(struct i_o_t,char const *,int)" (__imp_??0Mm@@QAE@Ui_o_t@@PBDH@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) struct i_o_t i_o" (__imp_?i_o@@3Ui_o_t@@A) 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: void __thiscall Mm::setname(char const *)" (__imp_?setname@Mm@@QAEXPBD@Z),該符號(hào)在函數(shù) "class Mm __cdecl msh2mlab(class Mm,struct i_o_t,class Mm &,class Mm &,class Mm &)" (?msh2mlab@@YA?AVMm@@V1@Ui_o_t@@AAV1@22@Z) 中被引用 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: void __thiscall variables_scope_t::begin(void)" (__imp_?begin@variables_scope_t@@QAEXXZ),該符號(hào)在函數(shù) "public: __thiscall variables_scope_helper_t::variables_scope_helper_t(void)" (??0variables_scope_helper_t@@QAE@XZ) 中被引用 1>msh2mlab.obj : error LNK2001: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) class variables_scope_t variables_scope" (__imp_?variables_scope@@3Vvariables_scope_t@@A) 1>msh2mlab.obj : error LNK2019: 無(wú)法解析的外部符號(hào) "__declspec(dllimport) public: void __thiscall variables_scope_t::end(void)" (__imp_?end@variables_scope_t@@QAEXXZ),該符號(hào)在函數(shù) "public: __thiscall variables_scope_helper_t::~variables_scope_helper_t(void)" (??1variables_scope_helper_t@@QAE@XZ) 中被引用 1>C:\Users\acer\Documents\Visual Studio 2008\Projects\2\Debug\2.exe : fatal error LNK1120: 61 個(gè)無(wú)法解析的外部命令 1>生成日志保存在“file://c:\Users\acer\Documents\Visual Studio 2008\Projects\2\2\Debug\BuildLog.htm” 1>2 - 62 個(gè)錯(cuò)誤,0 個(gè)警告 ========== 生成: 成功 0 個(gè),失敗 1 個(gè),最新 0 個(gè),跳過(guò) 0 個(gè) ========== |
銅蟲(chóng) (初入文壇)

新蟲(chóng) (正式寫手)
金蟲(chóng) (正式寫手)
新蟲(chóng) (正式寫手)
| 5 | 1/1 | 返回列表 |
| 最具人氣熱帖推薦 [查看全部] | 作者 | 回/看 | 最后發(fā)表 | |
|---|---|---|---|---|
|
[考研] 一志愿北京化工大學(xué)0703化學(xué)318分,有科研經(jīng)歷,求調(diào)劑 +3 | 一瓶苯甲酸 2026-03-14 | 3/150 |
|
|---|---|---|---|---|
|
[考研] 085600材料與化工求調(diào)劑 +6 | 緒幸與子 2026-03-17 | 6/300 |
|
|
[教師之家] 焦慮 +9 | 水冰月月野兔 2026-03-13 | 13/650 |
|
|
[考研] 274求調(diào)劑 +6 | S.H1 2026-03-18 | 6/300 |
|
|
[考研] 304求調(diào)劑 +6 | 司空. 2026-03-18 | 6/300 |
|
|
[考研] 330求調(diào)劑 +3 | 小材化本科 2026-03-18 | 3/150 |
|
|
[考研] 328求調(diào)劑,英語(yǔ)六級(jí)551,有科研經(jīng)歷 +3 | 生物工程調(diào)劑 2026-03-17 | 7/350 |
|
|
[考研] 085601專碩,總分342求調(diào)劑,地區(qū)不限 +5 | share_joy 2026-03-16 | 5/250 |
|
|
[考研] 311求調(diào)劑 +6 | 26研0 2026-03-15 | 6/300 |
|
|
[考研] 296求調(diào)劑 +5 | 大口吃飯 身體健 2026-03-13 | 5/250 |
|
|
[考研] 301求調(diào)劑 +4 | A_JiXing 2026-03-16 | 4/200 |
|
|
[考研] 326求調(diào)劑 +5 | 上岸的小葡 2026-03-15 | 6/300 |
|
|
[考研] 一志愿蘇州大學(xué)材料工程(085601)專碩有科研經(jīng)歷三項(xiàng)國(guó)獎(jiǎng)兩個(gè)實(shí)用型專利一項(xiàng)省級(jí)立項(xiàng) +6 | 大火山小火山 2026-03-16 | 8/400 |
|
|
[考研] 275求調(diào)劑 +4 | 太陽(yáng)花天天開(kāi)心 2026-03-16 | 4/200 |
|
|
[考研] 304求調(diào)劑 +3 | 曼殊2266 2026-03-14 | 3/150 |
|
|
[考研] 085600材料與化工 求調(diào)劑 +13 | enenenhui 2026-03-13 | 14/700 |
|
|
[考研] 326求調(diào)劑 +3 | mlpqaz03 2026-03-15 | 3/150 |
|
|
[考研] 22408總分284求調(diào)劑 +3 | InAspic 2026-03-13 | 3/150 |
|
|
[考研] 295求調(diào)劑 +3 | 小匕仔汁 2026-03-12 | 3/150 |
|
|
[考研] 290求調(diào)劑 +3 | ADT 2026-03-13 | 3/150 |
|