freeza Posted June 23, 2009 Share Posted June 23, 2009 I want to be able to use this DSP filter (http://www.dsp-worx.de/?n=4) with Windows 7 and it appears as though installing it and registering the ActiveX control has no effect. Is there anyway to use this in Windows 7 x64 (build 7232) ? :-P Link to comment Share on other sites More sharing options...
GusValentine Posted June 24, 2009 Share Posted June 24, 2009 (edited) I'm no longer on Win7, but try this: get the binary, and put DCDSPFilter.ax in the folder C:\windows\syswow64 right-click Command Prompt and Run As Administrator, change directory to c:\windows\syswow64 like this: cd c:\windows\syswow64 regsvr32 DCDSPFilter.ax does it say succeeded or succsessful? It's a 32-bit DirectShow filter, so it can only be accessed by 32-bit DirectShow applications. WMP12 uses Media Foundation instead of DirectShow, and I'm not sure if it can still use DirectShow filters. Install the latest DirectX Runtimes just in case: http://www.microsoft.com/downloads/details...07-c693d210f616 Edited June 24, 2009 by Gus. Link to comment Share on other sites More sharing options...
Recommended Posts