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

📄 keyboard.plg

📁 Keyboard源码。 我是第一个上传的。 希望你满意。
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Keyboard - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Xinyu\LOCALS~1\Temp\RSP16.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "_WINDOWS" /D "_DEBUG" /D "WIN32" /D "_WIN32_DCOM" /Fr"Debug/" /Fp"Debug/Keyboard.pch" /YX /Fo"Debug/" /Fd"Debug/" /J /FD /GZ /c 
"C:\Documents and Settings\Xinyu\桌面\Keyboard\WinMain.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Xinyu\LOCALS~1\Temp\RSP16.tmp" 
Creating temporary file "C:\DOCUME~1\Xinyu\LOCALS~1\Temp\RSP17.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/Keyboard.pdb" /debug /machine:I386 /out:"Debug/Keyboard.exe" /pdbtype:sept 
".\Debug\WinMain.obj"
".\Debug\Keyboard.res"
]
Creating command line "link.exe @C:\DOCUME~1\Xinyu\LOCALS~1\Temp\RSP17.tmp"
<h3>Output Window</h3>
Compiling...
WinMain.cpp
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(22) : error C2143: syntax error : missing ';' before '*'
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(22) : error C2501: 'IDirectInput8' : missing storage-class or type specifiers
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(22) : error C2501: 'g_pDI' : missing storage-class or type specifiers
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(23) : error C2143: syntax error : missing ';' before '*'
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(23) : error C2501: 'IDirectInputDevice8' : missing storage-class or type specifiers
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(23) : error C2501: 'g_pDIDevice' : missing storage-class or type specifiers
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(29) : error C2143: syntax error : missing ';' before '*'
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(29) : error C2501: 'IDirectInputDevice8' : missing storage-class or type specifiers
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(29) : error C2086: 'IDirectInputDevice8' : redefinition
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(29) : error C2061: syntax error : identifier 'IDirectInput8'
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(29) : error C2501: 'InitKeyboard' : missing storage-class or type specifiers
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(30) : error C2065: 'pDIDevice' : undeclared identifier
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(30) : error C2062: type 'void' unexpected
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(58) : error C2065: 'DirectInput8Create' : undeclared identifier
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(58) : error C2065: 'IID_IDirectInput8' : undeclared identifier
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(59) : error C2660: 'InitKeyboard' : function does not take 2 parameters
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(72) : error C2065: 'ReadDevice' : undeclared identifier
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(78) : error C2227: left of '->Unacquire' must point to class/struct/union
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(79) : error C2227: left of '->Release' must point to class/struct/union
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(80) : error C2227: left of '->Release' must point to class/struct/union
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(101) : error C2143: syntax error : missing ';' before '*'
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(101) : error C2501: 'IDirectInputDevice8' : missing storage-class or type specifiers
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(101) : error C2086: 'IDirectInputDevice8' : redefinition
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(101) : error C2061: syntax error : identifier 'IDirectInput8'
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(102) : error C2501: 'InitKeyboard' : missing storage-class or type specifiers
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(103) : warning C4552: '*' : operator has no effect; expected operator with side-effect
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(106) : error C2065: 'pDI' : undeclared identifier
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(106) : error C2227: left of '->CreateDevice' must point to class/struct/union
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(110) : error C2227: left of '->SetDataFormat' must point to class/struct/union
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(111) : error C2227: left of '->Release' must point to class/struct/union
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(117) : error C2227: left of '->SetCooperativeLevel' must point to class/struct/union
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(118) : error C2227: left of '->Release' must point to class/struct/union
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(123) : error C2227: left of '->Acquire' must point to class/struct/union
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(124) : error C2227: left of '->Release' must point to class/struct/union
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(133) : error C2062: type 'void' unexpected
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(134) : error C2143: syntax error : missing ';' before '{'
c:\documents and settings\xinyu\桌面\keyboard\winmain.cpp(134) : error C2447: missing function header (old-style formal list?)
Error executing cl.exe.



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

⌨️ 快捷键说明

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