📄 hanoi.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Hanoi - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\lb\LOCALS~1\Temp\RSP13.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/Hanoi.pdb" /debug /machine:I386 /out:"Debug/Hanoi.exe" /pdbtype:sept
.\Debug\Hanoi.obj
]
Creating command line "link.exe @C:\DOCUME~1\lb\LOCALS~1\Temp\RSP13.tmp"
<h3>Output Window</h3>
Linking...
Hanoi.obj : error LNK2001: unresolved external symbol "public: __thiscall CList::CList(void)" (??0CList@@QAE@XZ)
Hanoi.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CList::~CList(void)" (??1CList@@UAE@XZ)
Hanoi.obj : error LNK2001: unresolved external symbol "public: void __thiscall CList::DelBrick(void)" (?DelBrick@CList@@QAEXXZ)
Hanoi.obj : error LNK2001: unresolved external symbol "public: void __thiscall CList::AddBrick(class CBrick *)" (?AddBrick@CList@@QAEXPAVCBrick@@@Z)
Hanoi.obj : error LNK2001: unresolved external symbol "public: class CBrick * __thiscall CList::GetListTail(void)" (?GetListTail@CList@@QAEPAVCBrick@@XZ)
Hanoi.obj : error LNK2001: unresolved external symbol "public: void __thiscall CList::SetNextRect(int,int,int,int)" (?SetNextRect@CList@@QAEXHHHH@Z)
Hanoi.obj : error LNK2001: unresolved external symbol "public: void __thiscall CList::CreateTower(void)" (?CreateTower@CList@@QAEXXZ)
Hanoi.obj : error LNK2001: unresolved external symbol "public: void __thiscall CList::OnDraw(struct HWND__ *)" (?OnDraw@CList@@QAEXPAUHWND__@@@Z)
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/Hanoi.exe : fatal error LNK1120: 9 unresolved externals
Error executing link.exe.
<h3>Results</h3>
Hanoi.exe - 10 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -