Click here to Skip to main content
15,892,697 members
Articles / General Programming / Debugging
Tip/Trick

Debug DirectShow

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
1 Jun 2010CPOL 13.7K   2  
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)


Written By
Software Developer
Israel Israel
I am a professional C++/C# developer. In my free time I also develop for Windows Phone. Please see my applications at Windows Store

Comments and Discussions

 
-- There are no messages in this forum --