📄 handwrite.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: HandWrite - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/HandWrite.res" /d "_DEBUG" /d "_AFXDLL" "D:\郭勇\Src Code\HandWrite\HandWrite.rc""
Creating temporary file "C:\DOCUME~1\GuoYong\LOCALS~1\Temp\RSP1F4.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/HandWrite.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\郭勇\Src Code\HandWrite\HandWrite.cpp"
"D:\郭勇\Src Code\HandWrite\HandWriteDlg.cpp"
"D:\郭勇\Src Code\HandWrite\Inputdialog.cpp"
"D:\郭勇\Src Code\HandWrite\PatternView.cpp"
"D:\郭勇\Src Code\HandWrite\Store.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\GuoYong\LOCALS~1\Temp\RSP1F4.tmp"
Creating temporary file "C:\DOCUME~1\GuoYong\LOCALS~1\Temp\RSP1F5.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/HandWrite.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\郭勇\Src Code\HandWrite\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\GuoYong\LOCALS~1\Temp\RSP1F5.tmp"
Creating temporary file "C:\DOCUME~1\GuoYong\LOCALS~1\Temp\RSP1F6.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/HandWrite.pdb" /debug /machine:I386 /out:"Debug/HandWrite.exe" /pdbtype:sept
".\Debug\HandWrite.obj"
".\Debug\HandWriteDlg.obj"
".\Debug\Inputdialog.obj"
".\Debug\PatternView.obj"
".\Debug\StdAfx.obj"
".\Debug\Store.obj"
".\Debug\HandWrite.res"
]
Creating command line "link.exe @C:\DOCUME~1\GuoYong\LOCALS~1\Temp\RSP1F6.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
HandWrite.cpp
HandWriteDlg.cpp
Inputdialog.cpp
PatternView.cpp
d:\郭勇\src code\handwrite\patternview.h(7) : warning C4005: '_MBCS' : macro redefinition
unknown(0) : see previous definition of '_MBCS'
Store.cpp
Generating Code...
Linking...
HandWriteDlg.obj : error LNK2005: "public: __thiscall CAboutDlg::CAboutDlg(void)" (??0CAboutDlg@@QAE@XZ) already defined in HandWrite.obj
HandWriteDlg.obj : error LNK2005: "protected: virtual void __thiscall CAboutDlg::DoDataExchange(class CDataExchange *)" (?DoDataExchange@CAboutDlg@@MAEXPAVCDataExchange@@@Z) already defined in HandWrite.obj
HandWriteDlg.obj : error LNK2005: "protected: static struct AFX_MSGMAP const * __stdcall CAboutDlg::_GetBaseMessageMap(void)" (?_GetBaseMessageMap@CAboutDlg@@KGPBUAFX_MSGMAP@@XZ) already defined in HandWrite.obj
HandWriteDlg.obj : error LNK2005: "protected: virtual struct AFX_MSGMAP const * __thiscall CAboutDlg::GetMessageMap(void)const " (?GetMessageMap@CAboutDlg@@MBEPBUAFX_MSGMAP@@XZ) already defined in HandWrite.obj
HandWriteDlg.obj : error LNK2005: "protected: static struct AFX_MSGMAP const CAboutDlg::messageMap" (?messageMap@CAboutDlg@@1UAFX_MSGMAP@@B) already defined in HandWrite.obj
HandWriteDlg.obj : error LNK2005: "private: static struct AFX_MSGMAP_ENTRY const * const CAboutDlg::_messageEntries" (?_messageEntries@CAboutDlg@@0QBUAFX_MSGMAP_ENTRY@@B) already defined in HandWrite.obj
Debug/HandWrite.exe : fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe.
<h3>Results</h3>
HandWrite.exe - 7 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -