I have created directShow Source filter, it tested on Win32, and works fine. But when I port them on windows Mobile 6.5.3
After calling CoCreateInstance(MyfilterGUID), I have such:
hr 0x8007007e {The specified module could not be found. } HRESULT
Why this happens? I suppose this because something wrong with my DirectShow dll.