I have a problem with connecting to remote graph from DirectShow Filter Graph Editor. When I run application that creates a direct show graph, on my Windows XP machine graph is shown in the list of remote graphs, but on the Windows 7 (x64) machine list of remote graphs is empty. I have registered proppage.dll and also registered directshowspy.dll … but still no results. Any ideas?
I have a problem with connecting to remote graph from DirectShow Filter Graph Editor.
Share
There’s a
proppage.dlland anx64/proppage.dlland you’ll need to register both to ensure that both x64 and x86 apps work.The DLL files should be available with the Windows SDK. In case of the Windows 10 SDK, for example, the files will typically reside in the
x64andx86folders in the%ProgramFiles(x86)%\Windows Kits\10\bin\%version%folder, with%version%being the installed version of the SDK (e.g.10.0.18362.0).