Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: WavPack DirectShow filter decoder (Read 10041 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.


WavPack DirectShow filter decoder

Reply #2
RE: DirectShow_WavPack_Decoder-x64-MP
MultiProcessor?
WavPack 5.6.0 -b384hx6cmv / qaac64 2.80 -V 100



WavPack DirectShow filter decoder

Reply #5
Having trouble getting this to work.

Running W7x64.  Used file: DirectShow_WavPack_Decoder-x64-MP-r15.7z.

Ran: C:\Windows\System32\regsvr32 WavPackDSDecoder.ax

Got an error saying that the file or a dependency was missing.  Do I need to have something else also?

Thanks.


WavPack DirectShow filter decoder

Reply #6
Got an error saying that the file or a dependency was missing.  Do I need to have something else also?

Probably your computer needs additionally the Microsoft Visual C++ 2010 Redistributable Package to be installed.

Edit: Maybe you also need the Visual C++ 2010 SP1 package. You can get both from Microsoft's Download Center.
This is HA. Not the Jerry Springer Show.

WavPack DirectShow filter decoder

Reply #7
Probably your computer needs additionally the Microsoft Visual C++ 2010 Redistributable Package to be installed.


Yeah.  That was it.  SW101 question: Why is this needed?  VS2010 can't compile to not need the runtime?  I don't remember needing this for any ax file I've used.  Though it could be I already had the dependency needed...

 

WavPack DirectShow filter decoder

Reply #8
Pretty much no compiler compiles to not need a runtime (typically this is only done for things like compiling kernels), that would make a ton of compatibility issues.  VS2010 is pretty new to find in public releases, so it's not unlikely that you'd never needed it before.