【问题标题】:DirectShow Source FilterDirectShow 源过滤器
【发布时间】: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


    【解决方案1】:

    我解决了这个问题,这是因为我的 DLL 依赖于 MS dll msvcr80d.dll。要在 Visual Studio 项目属性 -> 常规 -> 使用 MFC 中解决此问题,请设置 在静态库中使用 MFC。所有的工作......

    【讨论】:

      猜你喜欢
      • 2023-03-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-04-29
      • 1970-01-01
      相关资源
      最近更新 更多