用VS编译C语言出现的error LNK2005 求解决 10
运行后的错误是这样的:错误1errorLNK2005:"void__cdeclDestroyQueue(structSqQueue*&)"(?DestroyQueue@@...
运行后的错误是这样的:错误 1 error LNK2005: "void __cdecl DestroyQueue(struct SqQueue * &)" (?DestroyQueue@@YAXAAPAUSqQueue@@@Z) 已经在 algo3-2.obj 中定义 C:\Users\TNT\Desktop\C++\tnt_11_11\tnt_11_11\exp3-1.obj tnt_11_11
错误 2 error LNK2005: "void __cdecl DestroyStack(struct linknode * &)" (?DestroyStack@@YAXAAPAUlinknode@@@Z) 已经在 algo3-1.obj 中定义 C:\Users\TNT\Desktop\C++\tnt_11_11\tnt_11_11\exp3-1.obj tnt_11_11
错误 3 error LNK2005: "bool __cdecl GetTop(struct linknode * &,char &)" (?GetTop@@YA_NAAPAUlinknode@@AAD@Z) 已经在 algo3-1.obj 中定义 C:\Users\TNT\Desktop\C++\tnt_11_11\tnt_11_11\exp3-1.obj tnt_11_11
错误 4 error LNK2005: "void __cdecl InitQueue(struct SqQueue * &)" (?InitQueue@@YAXAAPAUSqQueue@@@Z) 已经在 algo3-2.obj 中定义 C:\Users\TNT\Desktop\C++\tnt_11_11\tnt_11_11\exp3-1.obj tnt_11_11
错误 5 error LNK2005: "void __cdecl InitStack(struct linknode * &)" (?InitStack@@YAXAAPAUlinknode@@@Z) 已经在 algo3-1.obj 中定义 C:\Users\TNT\Desktop\C++\tnt_11_11\tnt_11_11\exp3-1.obj tnt_11_11
.............(省略一部分)错误 12 error LNK1169: 找到一个或多个多重定义的符号 C:\Users\TNT\Desktop\C++\tnt_11_11\Debug\tnt_11_11.exe 1 1 tnt_11_1
在右边的源文件那里,移除algo3-1和algo3-2后,再次运行就可以了。为什么3个cpp放一起却不行呢 展开
错误 2 error LNK2005: "void __cdecl DestroyStack(struct linknode * &)" (?DestroyStack@@YAXAAPAUlinknode@@@Z) 已经在 algo3-1.obj 中定义 C:\Users\TNT\Desktop\C++\tnt_11_11\tnt_11_11\exp3-1.obj tnt_11_11
错误 3 error LNK2005: "bool __cdecl GetTop(struct linknode * &,char &)" (?GetTop@@YA_NAAPAUlinknode@@AAD@Z) 已经在 algo3-1.obj 中定义 C:\Users\TNT\Desktop\C++\tnt_11_11\tnt_11_11\exp3-1.obj tnt_11_11
错误 4 error LNK2005: "void __cdecl InitQueue(struct SqQueue * &)" (?InitQueue@@YAXAAPAUSqQueue@@@Z) 已经在 algo3-2.obj 中定义 C:\Users\TNT\Desktop\C++\tnt_11_11\tnt_11_11\exp3-1.obj tnt_11_11
错误 5 error LNK2005: "void __cdecl InitStack(struct linknode * &)" (?InitStack@@YAXAAPAUlinknode@@@Z) 已经在 algo3-1.obj 中定义 C:\Users\TNT\Desktop\C++\tnt_11_11\tnt_11_11\exp3-1.obj tnt_11_11
.............(省略一部分)错误 12 error LNK1169: 找到一个或多个多重定义的符号 C:\Users\TNT\Desktop\C++\tnt_11_11\Debug\tnt_11_11.exe 1 1 tnt_11_1
在右边的源文件那里,移除algo3-1和algo3-2后,再次运行就可以了。为什么3个cpp放一起却不行呢 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询