Which components are needed for WAV/MP3 over MCI?

B

Benjamin Grund

Hello,

I am trying to write an application that plays WAV and MP3 files through
MCI. On my developer machine everything works fine, but on the target machine
running XP embedded the application creates an MCI 263 error if I try to open
a WAV or MP3 file.

The following Components are already included in my XPe image:

- Acm Core Codecs
- Primitive: Winmm
- Kernel Audio Support
- Legacy and Plug and Play Audio Support
- Microsoft Audio Compression Manager (MME Core)
- MCI Support
- DirectShow MCI

Which components do I have to add to my configuration to get my application
to work?

Thanks in advance,
Benjamin
 
B

Benjamin Grund

KM said:
You may also want to add:
"Microsoft ADPCM"
and
"DirectShow Core" components.

Microsoft ADPCM seems to be included in Acm Core Codecs and adding
DirectShow did not help.

Regards,
Benjamin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top