0
我已經創建了directShow源代碼過濾器,它在Win32上進行了測試,並且工作正常。 但是,當我將它們移植在手機6.5.3DirectShow源代碼過濾器
窗口調用CoCreateInstance(MyfilterGUID), 之後,我有這樣的:
hr 0x8007007e {The specified module could not be found. } HRESULT
爲什麼出現這種情況?我想這是因爲我的DirectShow DLL有問題。