【发布时间】:2010-12-07 14:48:39
【问题描述】:
我已经创建了 directShow Source 过滤器,它在 Win32 上进行了测试,并且工作正常。 但是当我将它们移植到 Windows Mobile 6.5.3 上时
调用 CoCreateInstance(MyfilterGUID) 后, 我有这样的:
hr 0x8007007e {The specified module could not be found. } HRESULT
为什么会这样?我想这是因为我的 DirectShow dll 有问题。
【问题讨论】:
标签: c++ com filter directshow windows-mobile-6.5