DirectShow Filter graph editor does not display remote graphs
I am having a problem connecting to a remote graphic from the DirectShow filter diagram editor. When I run an application that generates a direct graphical graph, my Windows XP graphical graph shows a list of deleted graphs, but the list of remote graphs in Windows 7 (x64) is empty. I registered proppage.dll and also registered directshowspy.dll ... but still no results. Any ideas?
a source to share
Is this the same application that works in XP but not Windows 7? The application needs to manually expose its graph to the table of running objects for GraphEdit to see it.
An example is here: http://forum.inmatrix.com/index.php?showtopic=4439&view=findpost&p=19994
a source to share
I ran into this problem when I first switched to Windows 7. DirectShow consists of filters that are either built for x86 or x64 architecture.
If you register the x64 version of DirectShowSpy.dll, do not expect to be able to view a graph that uses x86 filters.
Obtain the x86 version of DirectShowSpy.dll, deregister the installed version, and install the x86 version.
I keep both versions of DirectShowSpy.dll on my machine and register the correct one to run on certain graphs.
I also recommend RadScorpion GraphStudio ;)
Hope this helps!