|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
本帖最后由 骗子死全家 于 2013-10-10 10:51 编辑
文件上传
1>BoxOperator.obj : error LNK2005: "bool __cdecl operator>(double const &,class CBox const &)" (??O@YA_NABNABVCBox@@@Z) 已经在 808.obj 中定义
1>BoxOperator.obj : error LNK2005: "bool __cdecl operator<(double const &,class CBox const &)" (??M@YA_NABNABVCBox@@@Z) 已经在 808.obj 中定义
1>BoxOperator.obj : error LNK2005: "bool __cdecl operator>(class CBox const &,double const &)" (??O@YA_NABVCBox@@ABN@Z) 已经在 808.obj 中定义
1>BoxOperator.obj : error LNK2005: "bool __cdecl operator<(class CBox const &,double const &)" (??M@YA_NABVCBox@@ABN@Z) 已经在 808.obj 中定义
1>BoxOperator.obj : error LNK2005: "bool __cdecl operator>=(double const &,class CBox const &)" (??P@YA_NABNABVCBox@@@Z) 已经在 808.obj 中定义
1>BoxOperator.obj : error LNK2005: "bool __cdecl operator<=(double const &,class CBox const &)" (??N@YA_NABNABVCBox@@@Z) 已经在 808.obj 中定义
1>BoxOperator.obj : error LNK2005: "bool __cdecl operator>=(class CBox const &,double const &)" (??P@YA_NABVCBox@@ABN@Z) 已经在 808.obj 中定义
1>BoxOperator.obj : error LNK2005: "bool __cdecl operator<=(class CBox const &,double const &)" (??N@YA_NABVCBox@@ABN@Z) 已经在 808.obj 中定义
1>BoxOperator.obj : error LNK2005: "bool __cdecl operator==(double const &,class CBox const &)" (??8@YA_NABNABVCBox@@@Z) 已经在 808.obj 中定义
1>BoxOperator.obj : error LNK2005: "bool __cdecl operator==(class CBox const &,double const &)" (??8@YA_NABVCBox@@ABN@Z) 已经在 808.obj 中定义
1>BoxOperator.obj : error LNK2005: "class CBox __cdecl operator*(int,class CBox const &)" (??D@YA?AVCBox@@HABV0@@Z) 已经在 808.obj 中定义
1>BoxOperator.obj : error LNK2005: "double __cdecl operator%(class CBox const &,class CBox const &)" (??L@YANABVCBox@@0@Z) 已经在 808.obj 中定义
1>MSVCRTD.lib(crtexe.obj) : error LNK2019: 无法解析的外部符号 _main,该符号在函数 ___tmainCRTStartup 中被引用
1>d:\我的文档\visual studio 2010\Projects\808\Debug\808.exe : fatal error LNK1120: 1 个无法解析的外部命令
|
|