24小时热门版块排行榜    

查看: 2466  |  回复: 4
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

z770428

金虫 (正式写手)


[求助] c++ error LNK2001: 无法解析的外部符号 "__declspec(dllimport)

各位高手,我下面附件中的程序msh2mlab.cpp在vs2008组建时出现了下了错误,有没有什么解决方案?

>msh2mlab.obj : error LNK2001: 无法解析的外部符号 "__declspec(dllimport) class Mm x_M" (__imp_?x_M@@3VMm@@A)
1>msh2mlab.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl fclose(class Mm const &)" (__imp_?fclose@@YA?AVMm@@ABV1@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl operator+(double,class Mm const &)" (__imp_??H@YA?AVMm@@NABV0@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl size(class Mm const &,class Mm const &)" (__imp_?size@@YA?AVMm@@ABV1@0@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mc __cdecl BR(class Mm const &)" (__imp_?BR@@YA?AVMc@@ABVMm@@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm semi" (__imp_?semi@@3VMm@@A)
1>msh2mlab.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) int __cdecl isempty(class Mm const &)" (__imp_?isempty@@YAHABVMm@@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl find(class Mm const &)" (__imp_?find@@YA?AVMm@@ABV1@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl ismember(class Mm,class Mm)" (__imp_?ismember@@YA?AVMm@@V1@0@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall Mm::Mm(class Mm const &)" (__imp_??0Mm@@QAE@ABV0@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall Mr::operator=(class Mr const &)" (__imp_??4Mr@@QAEXABV0@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: class Mr __thiscall Mm::operator()(class Mm const &)const " (__imp_??RMm@@QBE?AVMr@@ABV0@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: class Mr __thiscall Mr::operator()(class Mm const &)const " (__imp_??RMr@@QBE?AV0@ABVMm@@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl colon(double,double,double)" (__imp_?colon@@YA?AVMm@@NNN@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl ones(double,double)" (__imp_?ones@@YA?AVMm@@NN@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) int __cdecl length(class Mm const &)" (__imp_?length@@YAHABVMm@@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: class Mr __thiscall Mm::operator()(class Mm const &,class Mm const &)const " (__imp_??RMm@@QBE?AVMr@@ABV0@0@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm c_p" (__imp_?c_p@@3VMm@@A)
1>msh2mlab.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) void __cdecl forelem(class Mm &,class Mm &,int)" (__imp_?forelem@@YAXAAVMm@@0H@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: int __thiscall Mm::cols(void)const " (__imp_?cols@Mm@@QBEHXZ),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl colon(class Mm const &,class Mm const &,class Mm const &)" (__imp_?colon@@YA?AVMm@@ABV1@00@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl zeros(class Mm const &,class Mm const &)" (__imp_?zeros@@YA?AVMm@@ABV1@0@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl str2num(class Mm const &)" (__imp_?str2num@@YA?AVMm@@ABV1@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) int __cdecl isequal(class Mm const &,class Mm const &)" (__imp_?isequal@@YAHABVMm@@0@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) int switchfalse" (__imp_?switchfalse@@3HA)
1>msh2mlab.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall Mr::operator=(class Mm const &)" (__imp_??4Mr@@QAEXABVMm@@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm switchvar" (__imp_?switchvar@@3VMm@@A)
1>msh2mlab.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl switchinit(class Mm const &)" (__imp_?switchinit@@YA?AVMm@@ABV1@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) int switchdepth" (__imp_?switchdepth@@3HA)
1>msh2mlab.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) int __cdecl isstr(class Mm const &)" (__imp_?isstr@@YAHABVMm@@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl fgetl(class Mm const &)" (__imp_?fgetl@@YA?AVMm@@ABV1@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) int __cdecl istrue(double)" (__imp_?istrue@@YAHN@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl cells(class Mm const &)" (__imp_?cells@@YA?AVMm@@ABV1@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm nop_M" (__imp_?nop_M@@3VMm@@A)
1>msh2mlab.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl fopen(class Mm const &,class Mm const &)" (__imp_?fopen@@YA?AVMm@@ABV1@0@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl unique(class Mm const &)" (__imp_?unique@@YA?AVMm@@ABV1@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall Mr::~Mr(void)" (__imp_??1Mr@@QAE@XZ),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall Mm::Mm(class Mr const &,int)" (__imp_??0Mm@@QAE@ABVMr@@H@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: class Mr __thiscall Mm::br(class Mm const &)const " (__imp_?br@Mm@@QBE?AVMr@@ABV1@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall Mc::~Mc(void)" (__imp_??1Mc@@QAE@XZ),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl set(class Mm const &,class Mm const &)" (__imp_?set@@YA?AVMm@@ABV1@0@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall Mm::Mm(class Mc const &)" (__imp_??0Mm@@QAE@ABVMc@@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: class Mc & __thiscall Mc::operator,(class Mm const &)" (__imp_??QMc@@QAEAAV0@ABVMm@@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mc __cdecl CL(class Mm const &)" (__imp_?CL@@YA?AVMc@@ABVMm@@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) class Mm __cdecl TM(char const *)" (__imp_?TM@@YA?AVMm@@PBD@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall Mm::~Mm(void)" (__imp_??1Mm@@QAE@XZ),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: class Mm & __thiscall Mm::operator=(class Mm const &)" (__imp_??4Mm@@QAEAAV0@ABV0@@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall Mm::Mm(double)" (__imp_??0Mm@@QAE@N@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) void (__cdecl* mt_debug_handler)(int,char const *)" (__imp_?mt_debug_handler@@3P6AXHPBD@ZA)
1>msh2mlab.obj : error LNK2001: 无法解析的外部符号 "__declspec(dllimport) unsigned int mt_default_error_flags" (__imp_?mt_default_error_flags@@3IA)
1>msh2mlab.obj : error LNK2001: 无法解析的外部符号 "__declspec(dllimport) int nargout_set" (__imp_?nargout_set@@3HA)
1>msh2mlab.obj : error LNK2001: 无法解析的外部符号 "__declspec(dllimport) double nargout_val" (__imp_?nargout_val@@3NA)
1>msh2mlab.obj : error LNK2001: 无法解析的外部符号 "__declspec(dllimport) int nargin_set" (__imp_?nargin_set@@3HA)
1>msh2mlab.obj : error LNK2001: 无法解析的外部符号 "__declspec(dllimport) double nargin_val" (__imp_?nargin_val@@3NA)
1>msh2mlab.obj : error LNK2001: 无法解析的外部符号 "__declspec(dllimport) class mt_error_stack_t mt_error_stack" (__imp_?mt_error_stack@@3Vmt_error_stack_t@@A)
1>msh2mlab.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall Mm::Mm(struct i_o_t,char const *,int)" (__imp_??0Mm@@QAE@Ui_o_t@@PBDH@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) struct i_o_t i_o" (__imp_?i_o@@3Ui_o_t@@A)
1>msh2mlab.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall Mm::setname(char const *)" (__imp_?setname@Mm@@QAEXPBD@Z),该符号在函数 "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: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall variables_scope_t::begin(void)" (__imp_?begin@variables_scope_t@@QAEXXZ),该符号在函数 "public: __thiscall variables_scope_helper_t::variables_scope_helper_t(void)" (??0variables_scope_helper_t@@QAE@XZ) 中被引用
1>msh2mlab.obj : error LNK2001: 无法解析的外部符号 "__declspec(dllimport) class variables_scope_t variables_scope" (__imp_?variables_scope@@3Vvariables_scope_t@@A)
1>msh2mlab.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall variables_scope_t::end(void)" (__imp_?end@variables_scope_t@@QAEXXZ),该符号在函数 "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 个无法解析的外部命令
1>生成日志保存在“file://c:\Users\acer\Documents\Visual Studio 2008\Projects\2\2\Debug\BuildLog.htm”
1>2 - 62 个错误,0 个警告
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
回复此楼

» 本帖附件资源列表

  • 欢迎监督和反馈:小木虫仅提供交流平台,不对该内容负责。
    本内容由用户自主发布,如果其内容涉及到知识产权问题,其责任在于用户本人,如对版权有异议,请联系邮箱:xiaomuchong@tal.com
  • 附件 1 : MSH2MLAB.CPP
  • 2013-09-05 16:46:46, 19.4 K

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

我爱小虫子

新虫 (正式写手)

【答案】应助回帖

感谢参与,应助指数 +1
是不是用了什么函数或者引用文件,但是你没有导入进来,之前类似与这种的就是因为文件没有导入。。。
3楼2013-09-08 11:35:49
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 5 个回答

迷失的心

铜虫 (初入文坛)

【答案】应助回帖


感谢参与,应助指数 +1
jjdg: 金币+1, 感谢参与 2013-09-07 18:00:37
你应该是引用了外部库函数,.makefile文件错误也有可能出现这种问题
努力才能做到最好
2楼2013-09-06 23:10:23
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

z770428

金虫 (正式写手)


引用回帖:
3楼: Originally posted by 我爱小虫子 at 2013-09-08 11:35:49
是不是用了什么函数或者引用文件,但是你没有导入进来,之前类似与这种的就是因为文件没有导入。。。

哦,那怎么查看哪些文件没导入?
4楼2013-09-08 20:03:47
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

我爱小虫子

新虫 (正式写手)

引用回帖:
4楼: Originally posted by z770428 at 2013-09-08 20:03:47
哦,那怎么查看哪些文件没导入?...

你自己需要的那些文件在该工程的源文件夹里检查一下,有时候会莫名其妙的不在该工程里了,我一般都是把感觉用的上的文件都添加到该工程里来。。。。
5楼2013-09-08 20:10:54
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 被我言中:新模板不强调格式了,假专家开始管格式了 +4 beefly 2026-03-14 4/200 2026-03-17 22:04 by 黄鸟于飞Chao
[考研] 一志愿天津大学化学工艺专业(081702)315分求调剂 +6 yangfz 2026-03-17 6/300 2026-03-17 21:30 by hmn_wj
[考研] 296求调剂 +5 大口吃饭 身体健 2026-03-13 5/250 2026-03-17 21:05 by 不惑可乐
[考研] 268求调剂 +7 好运连绵不绝 2026-03-12 8/400 2026-03-17 20:28 by xilongliang
[考研] 299求调剂 +4 △小透明* 2026-03-17 4/200 2026-03-17 20:09 by peike
[考研] 312求调剂 +4 陌宸希 2026-03-16 5/250 2026-03-17 17:09 by ruiyingmiao
[考研] 有没有道铁/土木的想调剂南林,给自己招师弟中~ +3 TqlXswl 2026-03-16 7/350 2026-03-17 15:23 by TqlXswl
[考研] 材料与化工专硕调剂 +5 heming3743 2026-03-16 5/250 2026-03-17 14:03 by 勇敢太监王公公
[考研] 285化工学硕求调剂(081700) +9 柴郡猫_ 2026-03-12 9/450 2026-03-17 10:18 by Sammy2
[考研] 278求调剂 +3 Yy7400 2026-03-13 3/150 2026-03-17 08:24 by laoshidan
[考研] 一志愿,福州大学材料专硕339分求调剂 +3 木子momo青争 2026-03-15 3/150 2026-03-17 07:52 by laoshidan
[基金申请] 今年的国基金是打分制吗? 50+3 zhanghaozhu 2026-03-14 3/150 2026-03-16 17:07 by 北京莱茵润色
[考研] 一志愿华中师范071000,325求调剂 +6 RuitingC 2026-03-12 6/300 2026-03-16 14:50 by 可淡不可忘
[考研] 0856求调剂 +3 刘梦微 2026-03-15 3/150 2026-03-16 10:00 by houyaoxu
[考研] 26考研一志愿中国石油大学(华东)305分求调剂 +3 嘉年新程 2026-03-15 3/150 2026-03-15 13:58 by 哈哈哈哈嘿嘿嘿
[考研] 复试调剂 +4 z1z2z3879 2026-03-14 5/250 2026-03-14 16:30 by JourneyLucky
[考研] 一志愿哈工大材料324分求调剂 +5 闫旭东 2026-03-14 5/250 2026-03-14 14:53 by 木瓜膏
[考研] 26调剂/材料科学与工程/总分295/求收留 +9 2026调剂侠 2026-03-12 9/450 2026-03-13 20:46 by 18595523086
[考研] 材料工程调剂 +4 咪咪空空 2026-03-11 4/200 2026-03-13 19:57 by JourneyLucky
[考研] 290求调剂 +3 ADT 2026-03-13 3/150 2026-03-13 10:19 by peike
信息提示
请填处理意见