From: jc on
Hello,

I am developing an VC++/MFC application - MP3 player.

The 32-bit version, of the application, plays the MP3 files OK.
But, with the 64-bit version, there is no sound.

I downloaded uAMP (native 64-bit) MP3 player, and that
programs plays the MP3 files OK.

I am building the application using the MSVFW32.lib.

Do I need to link with a different library, to hear the 64-bit MP3s?

Environment: VC2008/MFC, Windows SDK, WinXP Pro (x64)

TIA,
-jc