1.DirectDrawCreateEx() 连接报错 ,要加入dxguid.lib

2.返回错误代码:DXGetErrorString(hret) ,  要加入DxErr.lib

3.锁定的表面不可以进行BLT操作

4.BLT的RECT参数,如果left>right 或者 top<bottom会报DDERR_INVALIDRECT错误

5.窗口模式下不可以设置页面flip置换技术

6.D3D的头文件和库文件

#include "d3dx9.h"

d3d9.lib d3dx9.lib winmm.lib dinput8.lib dxguid.lib

 

 

相关文章:

  • 2021-12-24
  • 2022-12-23
  • 2021-08-08
  • 2021-09-24
  • 2021-07-22
  • 2021-08-30
  • 2021-08-14
  • 2021-06-11
猜你喜欢
  • 2022-12-23
  • 2021-06-27
  • 2022-01-25
  • 2021-12-22
  • 2021-09-23
  • 2022-01-02
  • 2022-12-23
相关资源
相似解决方案