⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 game.plg

📁 “恐怖之战”游戏源码
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: game - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\guest1\LOCALS~1\Temp\RSP2.tmp" with contents
[
/nologo /MT /W3 /GR /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Release/game.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c 
"E:\“恐怖之战”游戏源码\audiosystem.cpp"
"E:\“恐怖之战”游戏源码\engine.cpp"
"E:\“恐怖之战”游戏源码\entity.cpp"
"E:\“恐怖之战”游戏源码\InputSystem.cpp"
"E:\“恐怖之战”游戏源码\oglwindow.cpp"
"E:\“恐怖之战”游戏源码\ogro.cpp"
"E:\“恐怖之战”游戏源码\player.cpp"
"E:\“恐怖之战”游戏源码\rocket.cpp"
"E:\“恐怖之战”游戏源码\simpengine.cpp"
"E:\“恐怖之战”游戏源码\sod.cpp"
"E:\“恐怖之战”游戏源码\winmain.cpp"
"E:\“恐怖之战”游戏源码\world.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\guest1\LOCALS~1\Temp\RSP2.tmp" 
Creating temporary file "C:\DOCUME~1\guest1\LOCALS~1\Temp\RSP3.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 opengl32.lib glu32.lib dxguid.lib winmm.lib dinput8.lib /nologo /subsystem:windows /incremental:no /pdb:"Release/game.pdb" /machine:I386 /out:"Release/game.exe" 
".\Release\audiosystem.obj"
".\Release\camera.obj"
".\Release\engine.obj"
".\Release\entity.obj"
".\Release\explosion.obj"
".\Release\font.obj"
".\Release\gui.obj"
".\Release\InputSystem.obj"
".\Release\md2.obj"
".\Release\oglwindow.obj"
".\Release\ogro.obj"
".\Release\Particles.obj"
".\Release\player.obj"
".\Release\rocket.obj"
".\Release\simpengine.obj"
".\Release\sod.obj"
".\Release\terrain.obj"
".\Release\texture.obj"
".\Release\winmain.obj"
".\Release\world.obj"
]
Creating command line "link.exe @C:\DOCUME~1\guest1\LOCALS~1\Temp\RSP3.tmp"
<h3>Output Window</h3>
Compiling...
audiosystem.cpp
E:\“恐怖之战”游戏源码\audiosystem.cpp(1) : fatal error C1083: Cannot open include file: 'dmusicc.h': No such file or directory
engine.cpp
E:\“恐怖之战”游戏源码\world.h(5) : fatal error C1083: Cannot open include file: 'dmusicc.h': No such file or directory
entity.cpp
E:\“恐怖之战”游戏源码\audiosystem.h(4) : fatal error C1083: Cannot open include file: 'dmusicc.h': No such file or directory
InputSystem.cpp
E:\“恐怖之战”游戏源码\InputSystem.h(13) : error C2629: unexpected 'class CKeyboard ('
E:\“恐怖之战”游戏源码\InputSystem.h(13) : error C2238: unexpected token(s) preceding ';'
E:\“恐怖之战”游戏源码\InputSystem.h(27) : error C2146: syntax error : missing ';' before identifier 'm_pDIDev'
E:\“恐怖之战”游戏源码\InputSystem.h(27) : error C2501: 'LPDIRECTINPUTDEVICE8' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\InputSystem.h(27) : error C2501: 'm_pDIDev' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\InputSystem.h(36) : error C2629: unexpected 'class CMouse ('
E:\“恐怖之战”游戏源码\InputSystem.h(36) : error C2238: unexpected token(s) preceding ';'
E:\“恐怖之战”游戏源码\InputSystem.h(49) : error C2146: syntax error : missing ';' before identifier 'm_pDIDev'
E:\“恐怖之战”游戏源码\InputSystem.h(49) : error C2501: 'LPDIRECTINPUTDEVICE8' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\InputSystem.h(49) : error C2501: 'm_pDIDev' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\InputSystem.h(57) : error C2629: unexpected 'class CJoystick ('
E:\“恐怖之战”游戏源码\InputSystem.h(57) : error C2238: unexpected token(s) preceding ';'
E:\“恐怖之战”游戏源码\InputSystem.h(66) : error C2146: syntax error : missing ';' before identifier 'm_pDIDev'
E:\“恐怖之战”游戏源码\InputSystem.h(66) : error C2501: 'LPDIRECTINPUTDEVICE8' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\InputSystem.h(66) : error C2501: 'm_pDIDev' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\InputSystem.h(99) : error C2146: syntax error : missing ';' before identifier 'm_pDI'
E:\“恐怖之战”游戏源码\InputSystem.h(99) : error C2501: 'LPDIRECTINPUT8' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\InputSystem.h(99) : error C2501: 'm_pDI' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\InputSystem.cpp(4) : error C2065: 'LPDIRECTINPUT8' : undeclared identifier
E:\“恐怖之战”游戏源码\InputSystem.cpp(4) : error C2146: syntax error : missing ')' before identifier 'pDI'
E:\“恐怖之战”游戏源码\InputSystem.cpp(4) : error C2350: 'CKeyboard::CKeyboard::CKeyboard' is not a static member
E:\“恐怖之战”游戏源码\InputSystem.cpp(4) : error C2059: syntax error : ')'
E:\“恐怖之战”游戏源码\InputSystem.cpp(5) : error C2143: syntax error : missing ';' before '{'
E:\“恐怖之战”游戏源码\InputSystem.cpp(5) : error C2447: missing function header (old-style formal list?)
E:\“恐怖之战”游戏源码\InputSystem.cpp(32) : error C2065: 'm_pDIDev' : undeclared identifier
E:\“恐怖之战”游戏源码\InputSystem.cpp(34) : error C2227: left of '->Unacquire' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(35) : error C2227: left of '->Release' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(43) : error C2227: left of '->Acquire' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(50) : error C2227: left of '->Unacquire' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(56) : error C2227: left of '->GetDeviceState' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(58) : error C2227: left of '->Acquire' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(62) : error C2227: left of '->GetDeviceState' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(71) : error C2146: syntax error : missing ')' before identifier 'pDI'
E:\“恐怖之战”游戏源码\InputSystem.cpp(71) : error C2350: 'CMouse::CMouse::CMouse' is not a static member
E:\“恐怖之战”游戏源码\InputSystem.cpp(71) : error C2059: syntax error : ')'
E:\“恐怖之战”游戏源码\InputSystem.cpp(72) : error C2143: syntax error : missing ';' before '{'
E:\“恐怖之战”游戏源码\InputSystem.cpp(72) : error C2447: missing function header (old-style formal list?)
E:\“恐怖之战”游戏源码\InputSystem.cpp(110) : error C2227: left of '->GetDeviceState' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(112) : error C2227: left of '->Acquire' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(116) : error C2227: left of '->GetDeviceState' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(132) : error C2227: left of '->Unacquire' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(133) : error C2227: left of '->Release' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(140) : error C2227: left of '->Acquire' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(146) : error C2227: left of '->Unacquire' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(150) : error C2146: syntax error : missing ')' before identifier 'pDI'
E:\“恐怖之战”游戏源码\InputSystem.cpp(150) : error C2350: 'CJoystick::CJoystick::CJoystick' is not a static member
E:\“恐怖之战”游戏源码\InputSystem.cpp(150) : error C2059: syntax error : ')'
E:\“恐怖之战”游戏源码\InputSystem.cpp(151) : error C2143: syntax error : missing ';' before '{'
E:\“恐怖之战”游戏源码\InputSystem.cpp(151) : error C2447: missing function header (old-style formal list?)
E:\“恐怖之战”游戏源码\InputSystem.cpp(159) : error C2227: left of '->Unacquire' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(160) : error C2227: left of '->Release' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(175) : error C2065: 'DirectInput8Create' : undeclared identifier
E:\“恐怖之战”游戏源码\InputSystem.cpp(175) : error C2065: 'IID_IDirectInput8' : undeclared identifier
E:\“恐怖之战”游戏源码\InputSystem.cpp(175) : error C2065: 'm_pDI' : undeclared identifier
E:\“恐怖之战”游戏源码\InputSystem.cpp(215) : error C2227: left of '->Release' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(258) : error C2227: left of '->Acquire' must point to class/struct/union
E:\“恐怖之战”游戏源码\InputSystem.cpp(264) : error C2227: left of '->Unacquire' must point to class/struct/union
oglwindow.cpp
E:\“恐怖之战”游戏源码\inputsystem.h(13) : error C2629: unexpected 'class CKeyboard ('
E:\“恐怖之战”游戏源码\inputsystem.h(13) : error C2238: unexpected token(s) preceding ';'
E:\“恐怖之战”游戏源码\inputsystem.h(27) : error C2146: syntax error : missing ';' before identifier 'm_pDIDev'
E:\“恐怖之战”游戏源码\inputsystem.h(27) : error C2501: 'LPDIRECTINPUTDEVICE8' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\inputsystem.h(27) : error C2501: 'm_pDIDev' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\inputsystem.h(36) : error C2629: unexpected 'class CMouse ('
E:\“恐怖之战”游戏源码\inputsystem.h(36) : error C2238: unexpected token(s) preceding ';'
E:\“恐怖之战”游戏源码\inputsystem.h(49) : error C2146: syntax error : missing ';' before identifier 'm_pDIDev'
E:\“恐怖之战”游戏源码\inputsystem.h(49) : error C2501: 'LPDIRECTINPUTDEVICE8' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\inputsystem.h(49) : error C2501: 'm_pDIDev' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\inputsystem.h(57) : error C2629: unexpected 'class CJoystick ('
E:\“恐怖之战”游戏源码\inputsystem.h(57) : error C2238: unexpected token(s) preceding ';'
E:\“恐怖之战”游戏源码\inputsystem.h(66) : error C2146: syntax error : missing ';' before identifier 'm_pDIDev'
E:\“恐怖之战”游戏源码\inputsystem.h(66) : error C2501: 'LPDIRECTINPUTDEVICE8' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\inputsystem.h(66) : error C2501: 'm_pDIDev' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\inputsystem.h(99) : error C2146: syntax error : missing ';' before identifier 'm_pDI'
E:\“恐怖之战”游戏源码\inputsystem.h(99) : error C2501: 'LPDIRECTINPUT8' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\inputsystem.h(99) : error C2501: 'm_pDI' : missing storage-class or type specifiers
ogro.cpp
E:\“恐怖之战”游戏源码\audiosystem.h(4) : fatal error C1083: Cannot open include file: 'dmusicc.h': No such file or directory
player.cpp
E:\“恐怖之战”游戏源码\audiosystem.h(4) : fatal error C1083: Cannot open include file: 'dmusicc.h': No such file or directory
rocket.cpp
E:\“恐怖之战”游戏源码\terrain.h(54) : warning C4244: 'return' : conversion from 'int' to 'float', possible loss of data
E:\“恐怖之战”游戏源码\terrain.h(63) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\“恐怖之战”游戏源码\terrain.h(64) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
E:\“恐怖之战”游戏源码\audiosystem.h(4) : fatal error C1083: Cannot open include file: 'dmusicc.h': No such file or directory
simpengine.cpp
E:\“恐怖之战”游戏源码\world.h(5) : fatal error C1083: Cannot open include file: 'dmusicc.h': No such file or directory
sod.cpp
E:\“恐怖之战”游戏源码\audiosystem.h(4) : fatal error C1083: Cannot open include file: 'dmusicc.h': No such file or directory
winmain.cpp
E:\“恐怖之战”游戏源码\inputsystem.h(13) : error C2629: unexpected 'class CKeyboard ('
E:\“恐怖之战”游戏源码\inputsystem.h(13) : error C2238: unexpected token(s) preceding ';'
E:\“恐怖之战”游戏源码\inputsystem.h(27) : error C2146: syntax error : missing ';' before identifier 'm_pDIDev'
E:\“恐怖之战”游戏源码\inputsystem.h(27) : error C2501: 'LPDIRECTINPUTDEVICE8' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\inputsystem.h(27) : error C2501: 'm_pDIDev' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\inputsystem.h(36) : error C2629: unexpected 'class CMouse ('
E:\“恐怖之战”游戏源码\inputsystem.h(36) : error C2238: unexpected token(s) preceding ';'
E:\“恐怖之战”游戏源码\inputsystem.h(49) : error C2146: syntax error : missing ';' before identifier 'm_pDIDev'
E:\“恐怖之战”游戏源码\inputsystem.h(49) : error C2501: 'LPDIRECTINPUTDEVICE8' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\inputsystem.h(49) : error C2501: 'm_pDIDev' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\inputsystem.h(57) : error C2629: unexpected 'class CJoystick ('
E:\“恐怖之战”游戏源码\inputsystem.h(57) : error C2238: unexpected token(s) preceding ';'
E:\“恐怖之战”游戏源码\inputsystem.h(66) : error C2146: syntax error : missing ';' before identifier 'm_pDIDev'
E:\“恐怖之战”游戏源码\inputsystem.h(66) : error C2501: 'LPDIRECTINPUTDEVICE8' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\inputsystem.h(66) : error C2501: 'm_pDIDev' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\inputsystem.h(99) : error C2146: syntax error : missing ';' before identifier 'm_pDI'
E:\“恐怖之战”游戏源码\inputsystem.h(99) : error C2501: 'LPDIRECTINPUT8' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\inputsystem.h(99) : error C2501: 'm_pDI' : missing storage-class or type specifiers
E:\“恐怖之战”游戏源码\world.h(5) : fatal error C1083: Cannot open include file: 'dmusicc.h': No such file or directory
world.cpp
E:\“恐怖之战”游戏源码\world.h(5) : fatal error C1083: Cannot open include file: 'dmusicc.h': No such file or directory
Error executing cl.exe.



<h3>Results</h3>
game.exe - 103 error(s), 3 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -