Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / programming / debugging

Debug DirectShow

0.00/5 (No votes)
1 Jun 2010CPOL 13.8K  
How to debug DirectShow
There is a nice article how to enable debugging in DirectShow here: http://us.generation-nt.com/directshow-debug-install-instructions-help-25270602.html

The only problem with this method is that you have to mess up with Windows File Protection and system directory. There is a safer solution to use the debug version of quartz.dll. All you need is just to copy the debug version into some local folder and run regsvr32 to register all the COM objects in the dll. To return to release build just run regsvr32 on the version which is in system32 directory.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)