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

📄 enjoystick.plg

📁 手柄驱动DEMO程序源码
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: EnjoyStick - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\Alec\LOCALS~1\Temp\RSP13F.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/EnjoyStick.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp"
"D:\VCPP_exercise\chapter_tempt\EnjoyStick\EnjoyStick.cpp"
"D:\VCPP_exercise\chapter_tempt\EnjoyStick\EnjoyStickDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Alec\LOCALS~1\Temp\RSP13F.tmp" 
Creating temporary file "C:\DOCUME~1\Alec\LOCALS~1\Temp\RSP140.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 dinput8.lib dxerr8.lib dxguid.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/EnjoyStick.pdb" /debug /machine:I386 /out:"Debug/EnjoyStick.exe" /pdbtype:sept 
.\Debug\DIJoystick.obj
.\Debug\EnjoyStick.obj
.\Debug\EnjoyStickDlg.obj
.\Debug\FstarCmd.obj
.\Debug\NetSend.obj
.\Debug\SerialCom.obj
.\Debug\StdAfx.obj
.\Debug\EnjoyStick.res
]
Creating command line "link.exe @C:\DOCUME~1\Alec\LOCALS~1\Temp\RSP140.tmp"
<h3>Output Window</h3>
Compiling...
DIJoystick.cpp
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(92) : error C2146: syntax error : missing ';' before identifier 'm_lpDI'
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(92) : error C2501: 'LPDIRECTINPUT8' : missing storage-class or type specifiers
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(92) : error C2501: 'm_lpDI' : missing storage-class or type specifiers
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(93) : error C2146: syntax error : missing ';' before identifier 'm_lpDIDevice'
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(93) : error C2501: 'LPDIRECTINPUTDEVICE8' : missing storage-class or type specifiers
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(93) : error C2501: 'm_lpDIDevice' : missing storage-class or type specifiers
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(89) : error C2065: 'DirectInput8Create' : undeclared identifier
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(90) : error C2065: 'IID_IDirectInput8' : undeclared identifier
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(90) : error C2065: 'm_lpDI' : undeclared identifier
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(144) : error C2065: 'm_lpDIDevice' : undeclared identifier
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(150) : error C2227: left of '->Release' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(160) : error C2227: left of '->Release' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(348) : error C2227: left of '->Unacquire' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(355) : error C2227: left of '->Release' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(376) : error C2227: left of '->CreateDevice' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(418) : error C2227: left of '->GetObjectInfo' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(492) : error C2227: left of '->SetProperty' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(504) : error C2227: left of '->SetProperty' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(509) : error C2227: left of '->SetProperty' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(515) : error C2227: left of '->GetCapabilities' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(530) : error C2227: left of '->SetProperty' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(558) : error C2227: left of '->Release' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(578) : error C2227: left of '->GetDeviceInfo' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(587) : error C2227: left of '->SetDataFormat' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(610) : error C2227: left of '->SetCooperativeLevel' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(632) : error C2227: left of '->SetProperty' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(671) : error C2227: left of '->Unacquire' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(678) : error C2227: left of '->Acquire' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(864) : error C2227: left of '->Poll' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(873) : error C2227: left of '->GetDeviceState' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(951) : error C2227: left of '->RunControlPanel' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(956) : error C2227: left of '->EnumDevices' must point to class/struct/union
D:\VCPP_exercise\chapter_tempt\EnjoyStick\DIJoystick.cpp(956) : error C2065: 'DI8DEVCLASS_GAMECTRL' : undeclared identifier
EnjoyStick.cpp
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(92) : error C2146: syntax error : missing ';' before identifier 'm_lpDI'
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(92) : error C2501: 'LPDIRECTINPUT8' : missing storage-class or type specifiers
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(92) : error C2501: 'm_lpDI' : missing storage-class or type specifiers
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(93) : error C2146: syntax error : missing ';' before identifier 'm_lpDIDevice'
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(93) : error C2501: 'LPDIRECTINPUTDEVICE8' : missing storage-class or type specifiers
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(93) : error C2501: 'm_lpDIDevice' : missing storage-class or type specifiers
EnjoyStickDlg.cpp
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(92) : error C2146: syntax error : missing ';' before identifier 'm_lpDI'
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(92) : error C2501: 'LPDIRECTINPUT8' : missing storage-class or type specifiers
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(92) : error C2501: 'm_lpDI' : missing storage-class or type specifiers
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(93) : error C2146: syntax error : missing ';' before identifier 'm_lpDIDevice'
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(93) : error C2501: 'LPDIRECTINPUTDEVICE8' : missing storage-class or type specifiers
d:\vcpp_exercise\chapter_tempt\enjoystick\dijoystick.h(93) : error C2501: 'm_lpDIDevice' : missing storage-class or type specifiers
Generating Code...
Error executing cl.exe.



<h3>Results</h3>
EnjoyStick.exe - 45 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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