📄 battle.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Battle - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSPA0B0.TMP" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Fp"Release/Battle.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
"D:\程序源代码\飞碟射击\Source\battle.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPA0B0.TMP"
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/Battle.pdb" /machine:I386 /out:"Release/Battle.exe" ".\Release\battle.obj" ".\Release\resource.res" "
<h3>Output Window</h3>
Compiling...
battle.cpp
D:\程序源代码\飞碟射击\Source\battle.cpp(13) : error C2504: 'CObject' : base class undefined
D:\程序源代码\飞碟射击\Source\battle.cpp(14) : error C2146: syntax error : missing ';' before identifier 'm_pointPlane'
D:\程序源代码\飞碟射击\Source\battle.cpp(14) : error C2501: 'CPoint' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(14) : error C2501: 'm_pointPlane' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(15) : error C2146: syntax error : missing ';' before identifier 'm_bmpPlane'
D:\程序源代码\飞碟射击\Source\battle.cpp(15) : error C2501: 'CBitmap' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(15) : error C2501: 'm_bmpPlane' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(20) : error C2061: syntax error : identifier 'CDC'
D:\程序源代码\飞碟射击\Source\battle.cpp(21) : error C2146: syntax error : missing ';' before identifier 'GetPlane'
D:\程序源代码\飞碟射击\Source\battle.cpp(21) : error C2501: 'CRect' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(22) : warning C4183: 'GetPlane': member function definition looks like a ctor, but name does not match enclosing class
D:\程序源代码\飞碟射击\Source\battle.cpp(30) : error C2065: 'm_pointPlane' : undeclared identifier
D:\程序源代码\飞碟射击\Source\battle.cpp(30) : error C2065: 'CPoint' : undeclared identifier
D:\程序源代码\飞碟射击\Source\battle.cpp(31) : error C2065: 'm_bmpPlane' : undeclared identifier
D:\程序源代码\飞碟射击\Source\battle.cpp(31) : error C2228: left of '.LoadBitmap' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(32) : error C2065: 'BITMAP' : undeclared identifier
D:\程序源代码\飞碟射击\Source\battle.cpp(32) : error C2146: syntax error : missing ';' before identifier 'BM'
D:\程序源代码\飞碟射击\Source\battle.cpp(32) : error C2065: 'BM' : undeclared identifier
D:\程序源代码\飞碟射击\Source\battle.cpp(33) : error C2228: left of '.GetBitmap' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(34) : error C2228: left of '.bmWidth' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(35) : error C2228: left of '.bmHeight' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(38) : error C2065: 'CDC' : undeclared identifier
D:\程序源代码\飞碟射击\Source\battle.cpp(38) : error C2065: 'pDC' : undeclared identifier
D:\程序源代码\飞碟射击\Source\battle.cpp(38) : error C2065: 'pMemDC' : undeclared identifier
D:\程序源代码\飞碟射击\Source\battle.cpp(38) : error C2065: 'CRect' : undeclared identifier
D:\程序源代码\飞碟射击\Source\battle.cpp(38) : error C2146: syntax error : missing ')' before identifier 'Client'
D:\程序源代码\飞碟射击\Source\battle.cpp(38) : error C2182: 'ShowPlane' : illegal use of type 'void'
D:\程序源代码\飞碟射击\Source\battle.cpp(38) : error C2350: 'CPlane::ShowPlane' is not a static member
D:\程序源代码\飞碟射击\Source\battle.cpp(38) : error C2078: too many initializers
D:\程序源代码\飞碟射击\Source\battle.cpp(38) : error C2059: syntax error : ')'
D:\程序源代码\飞碟射击\Source\battle.cpp(39) : error C2143: syntax error : missing ';' before '{'
D:\程序源代码\飞碟射击\Source\battle.cpp(39) : error C2447: missing function header (old-style formal list?)
D:\程序源代码\飞碟射击\Source\battle.cpp(47) : error C2228: left of '.x' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(48) : error C2228: left of '.x' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(50) : error C2228: left of '.x' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(55) : error C2504: 'CObject' : base class undefined
D:\程序源代码\飞碟射击\Source\battle.cpp(56) : error C2146: syntax error : missing ';' before identifier 'm_pointBomb'
D:\程序源代码\飞碟射击\Source\battle.cpp(56) : error C2501: 'CPoint' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(56) : error C2501: 'm_pointBomb' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(57) : error C2146: syntax error : missing ';' before identifier 'm_bmpBomb'
D:\程序源代码\飞碟射击\Source\battle.cpp(57) : error C2501: 'CBitmap' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(57) : error C2501: 'm_bmpBomb' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(62) : error C2061: syntax error : identifier 'CDC'
D:\程序源代码\飞碟射击\Source\battle.cpp(63) : error C2146: syntax error : missing ';' before identifier 'GetBomb'
D:\程序源代码\飞碟射击\Source\battle.cpp(63) : error C2501: 'CRect' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(64) : warning C4183: 'GetBomb': member function definition looks like a ctor, but name does not match enclosing class
D:\程序源代码\飞碟射击\Source\battle.cpp(72) : error C2065: 'm_pointBomb' : undeclared identifier
D:\程序源代码\飞碟射击\Source\battle.cpp(72) : error C2228: left of '.x' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(73) : error C2228: left of '.y' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(74) : error C2065: 'm_bmpBomb' : undeclared identifier
D:\程序源代码\飞碟射击\Source\battle.cpp(74) : error C2228: left of '.LoadBitmap' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(75) : error C2146: syntax error : missing ';' before identifier 'BM'
D:\程序源代码\飞碟射击\Source\battle.cpp(76) : error C2228: left of '.GetBitmap' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(77) : error C2228: left of '.bmWidth' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(78) : error C2228: left of '.bmHeight' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(81) : error C2146: syntax error : missing ')' before identifier 'Client'
D:\程序源代码\飞碟射击\Source\battle.cpp(81) : error C2182: 'ShowBomb' : illegal use of type 'void'
D:\程序源代码\飞碟射击\Source\battle.cpp(81) : error C2350: 'CBomb::ShowBomb' is not a static member
D:\程序源代码\飞碟射击\Source\battle.cpp(81) : error C2078: too many initializers
D:\程序源代码\飞碟射击\Source\battle.cpp(81) : error C2059: syntax error : ')'
D:\程序源代码\飞碟射击\Source\battle.cpp(82) : error C2143: syntax error : missing ';' before '{'
D:\程序源代码\飞碟射击\Source\battle.cpp(82) : error C2447: missing function header (old-style formal list?)
D:\程序源代码\飞碟射击\Source\battle.cpp(90) : error C2228: left of '.y' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(91) : error C2228: left of '.y' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(92) : error C2228: left of '.y' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(93) : error C2228: left of '.x' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(98) : error C2504: 'CObject' : base class undefined
D:\程序源代码\飞碟射击\Source\battle.cpp(99) : error C2146: syntax error : missing ';' before identifier 'm_pointTank'
D:\程序源代码\飞碟射击\Source\battle.cpp(99) : error C2501: 'CPoint' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(99) : error C2501: 'm_pointTank' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(100) : error C2146: syntax error : missing ';' before identifier 'm_bmpTank'
D:\程序源代码\飞碟射击\Source\battle.cpp(100) : error C2501: 'CBitmap' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(100) : error C2501: 'm_bmpTank' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(105) : error C2061: syntax error : identifier 'CDC'
D:\程序源代码\飞碟射击\Source\battle.cpp(106) : error C2146: syntax error : missing ';' before identifier 'GetTank'
D:\程序源代码\飞碟射击\Source\battle.cpp(106) : error C2501: 'CRect' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(107) : warning C4183: 'GetTank': member function definition looks like a ctor, but name does not match enclosing class
D:\程序源代码\飞碟射击\Source\battle.cpp(115) : error C2065: 'm_pointTank' : undeclared identifier
D:\程序源代码\飞碟射击\Source\battle.cpp(115) : error C2228: left of '.x' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(116) : error C2228: left of '.y' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(117) : error C2065: 'm_bmpTank' : undeclared identifier
D:\程序源代码\飞碟射击\Source\battle.cpp(117) : error C2228: left of '.LoadBitmap' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(118) : error C2146: syntax error : missing ';' before identifier 'BM'
D:\程序源代码\飞碟射击\Source\battle.cpp(119) : error C2228: left of '.GetBitmap' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(120) : error C2228: left of '.bmWidth' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(121) : error C2228: left of '.bmHeight' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(124) : error C2146: syntax error : missing ')' before identifier 'Client'
D:\程序源代码\飞碟射击\Source\battle.cpp(124) : error C2182: 'ShowTank' : illegal use of type 'void'
D:\程序源代码\飞碟射击\Source\battle.cpp(124) : error C2350: 'CTank::ShowTank' is not a static member
D:\程序源代码\飞碟射击\Source\battle.cpp(124) : error C2078: too many initializers
D:\程序源代码\飞碟射击\Source\battle.cpp(124) : error C2059: syntax error : ')'
D:\程序源代码\飞碟射击\Source\battle.cpp(125) : error C2143: syntax error : missing ';' before '{'
D:\程序源代码\飞碟射击\Source\battle.cpp(125) : error C2447: missing function header (old-style formal list?)
D:\程序源代码\飞碟射击\Source\battle.cpp(133) : error C2228: left of '.x' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(134) : error C2228: left of '.x' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(135) : error C2228: left of '.x' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(136) : error C2228: left of '.x' must have class/struct/union type
D:\程序源代码\飞碟射击\Source\battle.cpp(141) : error C2504: 'CObject' : base class undefined
D:\程序源代码\飞碟射击\Source\battle.cpp(142) : error C2146: syntax error : missing ';' before identifier 'm_pointStone'
D:\程序源代码\飞碟射击\Source\battle.cpp(142) : error C2501: 'CPoint' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(142) : error C2501: 'm_pointStone' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(143) : error C2146: syntax error : missing ';' before identifier 'm_bmpStone'
D:\程序源代码\飞碟射击\Source\battle.cpp(143) : error C2501: 'CBitmap' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(143) : error C2501: 'm_bmpStone' : missing storage-class or type specifiers
D:\程序源代码\飞碟射击\Source\battle.cpp(143) : fatal error C1003: error count exceeds 100; stopping compilation
Error executing cl.exe.
<h3>Results</h3>
Battle.exe - 102 error(s), 3 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -