Click to See Complete Forum and Search --> : CD library


vance
August 27th, 1999, 04:39 PM
Where can i find a library that i can use in my VC++ 6.0 projects to play CD tracks?

Thanks!

Dave Coleman
August 27th, 1999, 05:14 PM
Well, mciavi.h allows access to audio functions. It pulls from mmsystem.h, which actually allows control of the audio systems. I'm still looking, but that might be a place to start.

DC

Dave Coleman
August 27th, 1999, 05:27 PM
Also, there is an Microsoft Music ActiveX control that you might import and use. Not completely sure of it's functionality either.

DC

Dave Coleman
August 27th, 1999, 05:31 PM
Oh, and one more (I th8ink this related to the first message). You could add the Windows Multimedia control to your project. Just select 'Projects', 'Add to Project', 'Components and Controls', then in the Visual C++ Components folder, you should find the Windows MM Control, which adds the mmSystem.h, etc that I mentioned earlier.

DC