惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 聂微东
GbyAI
GbyAI
S
SegmentFault 最新的问题
H
Hackread – Cybersecurity News, Data Breaches, AI and More
V
Visual Studio Blog
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
B
Blog
宝玉的分享
宝玉的分享
Last Week in AI
Last Week in AI
雷峰网
雷峰网
爱范儿
爱范儿
Vercel News
Vercel News
人人都是产品经理
人人都是产品经理
U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
Microsoft Security Blog
Microsoft Security Blog
Jina AI
Jina AI
P
Proofpoint News Feed
A
About on SuperTechFans
I
InfoQ
F
Fortinet All Blogs
L
LangChain Blog
T
Tailwind CSS Blog

博客园 - 张瓅

puppy-language ConsolePlayer 仙剑奇侠传4主题曲 QBASIC代码 HTML5 模版调用析构函数的一个发现 编译期运算 如何测量代码执行时间 【转】老外眼中的武侠小说 1850年的宁波 [转]VB中嵌入汇编与真正的DLL 新的连连看网络版 各种连接字符串 关于CSS属性display:none和visible:hidden的区别 我用超白痴的方法解出了这道题,大家有没有更好的方法 Fire Net 尝试了一下Flex VFP中如何调用API函数 DES加密算法的实现 软件项目经理必备素质(转)
关于安装 DirectX SDk Dec 2005 后无法编译DirectShow应用程...
张瓅 · 2006-01-12 · via 博客园 - 张瓅

我发现在安装了新的DirectX SDK Dec 2005后编译DirectShow应用程序时提示无法找到dhsow.h这个文件,觉得非常奇怪,于是上网找原因,很快,在一个论坛看到了这样的消息:
------------------------------------------------------------------------------------------
Re: Still can't run DirectShow with 2005   
On Wed, 11 Jan 2006 06:02:02 -0800, Udi Raz wrote:
> I installed Dec 2005 version of DirectX SDk
>
> 1. no directShow samples
> 2. still can't find header files as my application request.
>
> Any suggestions ?
Dshow has been moved to the Platform SDK. This topic has been covered many
times. Try a Google Groups search and see my FAQ.

--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution
Date:Wed, 11 Jan 2006 08:20:31 -0700   Author:  
----------------------------------------------------------------------------------------------

看来在这个版本的DirectX中已经把DirectShow支持去掉了,转而放在了Platform SDK中,所以要开发DirectShow应用程序需要安装最新的Windows Platform SDK (真是个大家伙)。