0

I want to use mp3 decoder to decode mp3 file. But I get the following link error: error LNK2001: Unresolved external symbol _CLSID_CMP3DecMediaObject

Which lib should I link with?

  • 1
    add `wmcodecdspuuid.lib` – RbMm May 19 '17 at 04:20
  • Greate,how do you know this?I've searched everywhere. – Percy Hanker May 19 '17 at 06:26
  • 1
    i first listen about `CMP3DecMediaObject` at all. but found this is very simply. go to lib folder (say in modern sdk/ddk) this is `\Windows Kits\10\Lib\\um\x86\` ans search (case sensitive) this symbol in all files. – RbMm May 19 '17 at 10:06

0 Answers0