📄 algo4-3.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Algo4-3 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\niehui\LOCALS~1\Temp\RSP8FF3.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/Algo4-4.pdb" /debug /machine:I386 /out:"Debug/Algo4-4.exe" /pdbtype:sept
".\Debug\Algo4-3.obj"
".\Debug\Algo4-4.obj"
]
Creating command line "link.exe @C:\DOCUME~1\niehui\LOCALS~1\Temp\RSP8FF3.tmp"
<h3>Output Window</h3>
Linking...
Algo4-4.obj : error LNK2005: "void __cdecl MakeNode(struct LNode * &,int)" (?MakeNode@@YAXAAPAULNode@@H@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl FreeNode(struct LNode * &)" (?FreeNode@@YAXAAPAULNode@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl InitList(struct LinkList &)" (?InitList@@YAXAAULinkList@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl ClearList(struct LinkList &)" (?ClearList@@YAXAAULinkList@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl DestroyList(struct LinkList &)" (?DestroyList@@YAXAAULinkList@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl InsFirst(struct LinkList &,struct LNode *,struct LNode *)" (?InsFirst@@YAXAAULinkList@@PAULNode@@1@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl DelFirst(struct LinkList &,struct LNode *,struct LNode * &)" (?DelFirst@@YAHAAULinkList@@PAULNode@@AAPAU2@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl Append(struct LinkList &,struct LNode *)" (?Append@@YAXAAULinkList@@PAULNode@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "struct LNode * __cdecl PriorPos(struct LinkList,struct LNode *)" (?PriorPos@@YAPAULNode@@ULinkList@@PAU1@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl Remove(struct LinkList &,struct LNode * &)" (?Remove@@YAHAAULinkList@@AAPAULNode@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl InsBefore(struct LinkList &,struct LNode * &,struct LNode *)" (?InsBefore@@YAXAAULinkList@@AAPAULNode@@PAU2@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl InsAfter(struct LinkList &,struct LNode * &,struct LNode *)" (?InsAfter@@YAXAAULinkList@@AAPAULNode@@PAU2@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl SetCurElem(struct LNode *,int)" (?SetCurElem@@YAXPAULNode@@H@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl GetCurElem(struct LNode *)" (?GetCurElem@@YAHPAULNode@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl ListEmpty(struct LinkList)" (?ListEmpty@@YAHULinkList@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl ListLength(struct LinkList)" (?ListLength@@YAHULinkList@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "struct LNode * __cdecl GetHead(struct LinkList)" (?GetHead@@YAPAULNode@@ULinkList@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "struct LNode * __cdecl GetLast(struct LinkList)" (?GetLast@@YAPAULNode@@ULinkList@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "struct LNode * __cdecl NextPos(struct LNode *)" (?NextPos@@YAPAULNode@@PAU1@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl LocatePos(struct LinkList,int,struct LNode * &)" (?LocatePos@@YAHULinkList@@HAAPAULNode@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "struct LNode * __cdecl LocateElem(struct LinkList,int,int (__cdecl*)(int,int))" (?LocateElem@@YAPAULNode@@ULinkList@@HP6AHHH@Z@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl ListTraverse(struct LinkList,void (__cdecl*)(int))" (?ListTraverse@@YAXULinkList@@P6AXH@Z@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl OrderInsert(struct LinkList &,int,int (__cdecl*)(int,int))" (?OrderInsert@@YAXAAULinkList@@HP6AHHH@Z@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl LocateElem(struct LinkList,int,struct LNode * &,int (__cdecl*)(int,int))" (?LocateElem@@YAHULinkList@@HAAPAULNode@@P6AHHH@Z@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl StrAssign(struct HString &,char *)" (?StrAssign@@YAXAAUHString@@PAD@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl StrCopy(struct HString &,struct HString)" (?StrCopy@@YAXAAUHString@@U1@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl StrEmpty(struct HString)" (?StrEmpty@@YAHUHString@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl StrCompare(struct HString,struct HString)" (?StrCompare@@YAHUHString@@0@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl StrLength(struct HString)" (?StrLength@@YAHUHString@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl ClearString(struct HString &)" (?ClearString@@YAXAAUHString@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl Concat(struct HString &,struct HString,struct HString)" (?Concat@@YAXAAUHString@@U1@1@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl SubString(struct HString &,struct HString,int,int)" (?SubString@@YAHAAUHString@@U1@HH@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl InitString(struct HString &)" (?InitString@@YAXAAUHString@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl Index(struct HString,struct HString,int)" (?Index@@YAHUHString@@0H@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl StrInsert(struct HString &,int,struct HString)" (?StrInsert@@YAHAAUHString@@HU1@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl StrDelete(struct HString &,int,int)" (?StrDelete@@YAHAAUHString@@HH@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "int __cdecl Replace(struct HString &,struct HString,struct HString)" (?Replace@@YAHAAUHString@@U1@1@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: "void __cdecl StrPrint(struct HString)" (?StrPrint@@YAXUHString@@@Z) already defined in Algo4-3.obj
Algo4-4.obj : error LNK2005: _main already defined in Algo4-3.obj
Debug/Algo4-4.exe : fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe.
<h3>Results</h3>
Algo4-4.exe - 40 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -