At Initial development stage, we all faced many problem while registering dshow filter properly.
Problem:
The module “WavDest.dll” was loaded but the call to DllRegisterServer failed with error code 0x80070005
Solution:
Problem seen mostly on Vista or Win7. Error occur due to no admin privilege.
you will need to use a command prompt that is executed as administrator.
- Right-click on the command prompt icon
- Select [ Run as administrator ]
- Now run "Regsvr32.exe WavDest.dll"
DirectShow
9:32 PM
0 Responses to "DirectShow Filter Register Errors"
Post a Comment