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

📄 mouse.plg

📁 programming Role-playing Games With Directx 源代码
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Mouse - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/Mouse.res" /d "_DEBUG" "F:\杂\Programming Role Playing Games with DirectX\ProgrammingRole-playingGamesWithDirectX源代码\Chap07\Mouse\Mouse.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP11.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "_WINDOWS" /D "_DEBUG" /D "WIN32" /D "_WIN32_DCOM" /Fr"Debug/" /Fp"Debug/Mouse.pch" /YX /Fo"Debug/" /Fd"Debug/" /J /FD /GZ /c 
"F:\杂\Programming Role Playing Games with DirectX\ProgrammingRole-playingGamesWithDirectX源代码\Chap07\Mouse\WinMain.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP11.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP12.tmp" with contents
[
dxguid.lib dinput8.lib 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:windows /incremental:yes /pdb:"Debug/Mouse.pdb" /debug /machine:I386 /out:"Debug/Mouse.exe" /pdbtype:sept 
".\Debug\WinMain.obj"
".\Debug\Mouse.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP12.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
WinMain.cpp
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(22) : error C2143: syntax error : missing ';' before '*'
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(22) : error C2501: 'IDirectInput8' : missing storage-class or type specifiers
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(22) : error C2501: 'g_pDI' : missing storage-class or type specifiers
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(23) : error C2143: syntax error : missing ';' before '*'
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(23) : error C2501: 'IDirectInputDevice8' : missing storage-class or type specifiers
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(23) : error C2501: 'g_pDIDevice' : missing storage-class or type specifiers
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(29) : error C2143: syntax error : missing ';' before '*'
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(29) : error C2501: 'IDirectInputDevice8' : missing storage-class or type specifiers
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(29) : error C2086: 'IDirectInputDevice8' : redefinition
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(29) : error C2061: syntax error : identifier 'IDirectInput8'
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(29) : error C2501: 'InitMouse' : missing storage-class or type specifiers
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(30) : error C2065: 'pDIDevice' : undeclared identifier
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(30) : error C2062: type 'void' unexpected
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(60) : error C2065: 'DirectInput8Create' : undeclared identifier
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(60) : error C2065: 'IID_IDirectInput8' : undeclared identifier
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(61) : error C2660: 'InitMouse' : function does not take 2 parameters
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(74) : error C2065: 'ReadDevice' : undeclared identifier
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(82) : error C2227: left of '->Unacquire' must point to class/struct/union
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(83) : error C2227: left of '->Release' must point to class/struct/union
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(84) : error C2227: left of '->Release' must point to class/struct/union
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(105) : error C2143: syntax error : missing ';' before '*'
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(105) : error C2501: 'IDirectInputDevice8' : missing storage-class or type specifiers
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(105) : error C2086: 'IDirectInputDevice8' : redefinition
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(105) : error C2061: syntax error : identifier 'IDirectInput8'
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(106) : error C2501: 'InitMouse' : missing storage-class or type specifiers
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(107) : warning C4552: '*' : operator has no effect; expected operator with side-effect
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(110) : error C2065: 'pDI' : undeclared identifier
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(110) : error C2227: left of '->CreateDevice' must point to class/struct/union
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(114) : error C2227: left of '->SetDataFormat' must point to class/struct/union
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(115) : error C2227: left of '->Release' must point to class/struct/union
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(121) : error C2227: left of '->SetCooperativeLevel' must point to class/struct/union
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(122) : error C2227: left of '->Release' must point to class/struct/union
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(127) : error C2227: left of '->Acquire' must point to class/struct/union
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(128) : error C2227: left of '->Release' must point to class/struct/union
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(137) : error C2062: type 'void' unexpected
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(138) : error C2143: syntax error : missing ';' before '{'
f:\杂\programming role playing games with directx\programmingrole-playinggameswithdirectx源代码\chap07\mouse\winmain.cpp(138) : error C2447: missing function header (old-style formal list?)
Error executing cl.exe.



<h3>Results</h3>
Mouse.exe - 36 error(s), 1 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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