语法错误:标识符“D3DCAPS9”
C:\PROGRAM FILES\MICROSOFT DIRECTX 9.0 SDK (SUMMER 2004)\INCLUDE\d3d9.h(273) : error C2061: syntax error : identifier 'D3DCAPS9'
C:\PROGRAM FILES\MICROSOFT DIRECTX 9.0 SDK (SUMMER 2004)\INCLUDE\d3d9.h(359) : error C2061: syntax error : identifier 'D3DCAPS9'
Error executing cl.exe.
当我编译 BFH hack 的基础时,我得到了这个。
有谁知道问题是什么?
C:\PROGRAM FILES\MICROSOFT DIRECTX 9.0 SDK (SUMMER 2004)\INCLUDE\d3d9.h(273) : error C2061: syntax error : identifier 'D3DCAPS9'
C:\PROGRAM FILES\MICROSOFT DIRECTX 9.0 SDK (SUMMER 2004)\INCLUDE\d3d9.h(359) : error C2061: syntax error : identifier 'D3DCAPS9'
Error executing cl.exe.
i get this when i compile my base for BFH hack.
Does anyone know what the problem is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试包含正确的头文件。应该是
D3D9Caps.h
当然你需要安装DirectX 9 SDK。
try including the correct header file. It should be
D3D9Caps.h
Of course you need to have the DirectX 9 SDK installed.