|
DirectX 9.0 SDK 开发包以及扩展包下载(February 2005) http://dev.youkuaiyun.com/article/62/62941.shtm。直接到微软官网下的话,需要validation确认。 http://download.microsoft.com/download/7/b/9/7b92308a-ec8d-4016-8d45-2f91dd130bf2/dxsdk_feb2005.exe dshow.h找不到,下个dxsdk extras就可以了。 qedit.h里面dxtrans.h missing的问题很诡异,March2008的版本依然存在这个问题,看看这篇文章http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2617687&SiteID=1 ①Remove anything to do with "dxtrans.h" and "IDXEffect" . ②
这篇介绍direcX的配置: http://hi.baidu.com/rain_yx/blog/item/f98d9112695a8fcac2fd782c.html
You can get by with less edits of qedit.h (commenting out the missing interfaces can be error prone). Comment out the include of dxtrans.h. Before you include qedit.h, add the following #defines: #define __IDxtCompositor_INTERFACE_DEFINED__#define __IDxtAlphaSetter_INTERFACE_DEFINED__#define __IDxtJpeg_INTERFACE_DEFINED__#define __IDxtKey_INTERFACE_DEFINED__#include <qedit.h> |
关于 DirectX 中的 dshow.h 找不到
最新推荐文章于 2022-11-28 16:55:18 发布
本文提供DirectX9.0 SDK及其扩展包的下载链接,并解决安装过程中遇到的dshow.h和qedit.h文件缺失问题。通过调整qedit.h文件并定义特定宏,可以成功规避dxtrans.h缺失导致的编译错误。
关于DirectX
2008年05月02日 星期五 下午 03:30

5122

被折叠的 条评论
为什么被折叠?



