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?

+2


a source to share


4 answers


there is proppage.dll and x64 / proppage.dll and you will need to register them to make both x64 and x86 work.



+6


a source


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

0


a source


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!

0


a source


Well I have the same problem and figure out what GraphEdit

should be run at the admin level. Otherwise, I don't see any remote graph.

-1


a source







All Articles