📄 comm.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: COMM - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\H003\LOCALS~1\Temp\RSP34D.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/COMM.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp"
"C:\Documents and Settings\H003\桌面\myproject\COMM\COMMDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\H003\LOCALS~1\Temp\RSP34D.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/COMM.pdb" /debug /machine:I386 /out:"Debug/COMM.exe" /pdbtype:sept ".\Debug\COMM.obj" ".\Debug\COMMDlg.obj" ".\Debug\mscomm.obj" ".\Debug\StdAfx.obj" ".\Debug\COMM.res" "
<h3>Output Window</h3>
Compiling...
COMM.cpp
C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp(11) : error C2258: illegal pure syntax, must be '= 0'
C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp(11) : error C2252: 'THIS_FILE' : pure specifier can only be specified for functions
C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp(17) : error C2838: illegal qualified name in member declaration
C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp(17) : error C2059: syntax error : 'return'
C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp(17) : error C2238: unexpected token(s) preceding ';'
C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp(17) : error C2143: syntax error : missing ';' before '*'
C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp(17) : error C2501: 'GetMessageMap' : missing storage-class or type specifiers
C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp(17) : error C2556: 'int *__thiscall CCOMMApp::GetMessageMap(void) const' : overloaded function differs only by return type from 'const struct AFX_MSGMAP *__thiscall CCOMMApp::GetMessageMap(void) const'
c:\documents and settings\h003\桌面\myproject\comm\comm.h(40) : see declaration of 'GetMessageMap'
C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp(17) : error C2373: 'GetMessageMap' : redefinition; different type modifiers
c:\documents and settings\h003\桌面\myproject\comm\comm.h(40) : see declaration of 'GetMessageMap'
C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp(17) : error C2143: syntax error : missing ';' before 'tag::id'
C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp(17) : error C2734: 'AFX_MSGMAP' : const object must be initialized if not extern
C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp(17) : error C2371: 'AFX_MSGMAP' : redefinition; different basic types
C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp(17) : see declaration of 'AFX_MSGMAP'
C:\Documents and Settings\H003\桌面\myproject\COMM\COMM.cpp(17) : fatal error C1004: unexpected end of file found
COMMDlg.cpp
C:\Documents and Settings\H003\桌面\myproject\COMM\COMMDlg.cpp(11) : error C2258: illegal pure syntax, must be '= 0'
C:\Documents and Settings\H003\桌面\myproject\COMM\COMMDlg.cpp(11) : error C2252: 'THIS_FILE' : pure specifier can only be specified for functions
C:\Documents and Settings\H003\桌面\myproject\COMM\COMMDlg.cpp(41) : error C2057: expected constant expression
C:\Documents and Settings\H003\桌面\myproject\COMM\COMMDlg.cpp(41) : error C2838: illegal qualified name in member declaration
C:\Documents and Settings\H003\桌面\myproject\COMM\COMMDlg.cpp(41) : fatal error C1903: unable to recover from previous error(s); stopping compilation
Generating Code...
Error executing cl.exe.
<h3>Results</h3>
COMM.exe - 18 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -