|
-
August 27th, 1999, 04:39 PM
#1
CD library
Where can i find a library that i can use in my VC++ 6.0 projects to play CD tracks?
Thanks!
-
August 27th, 1999, 05:14 PM
#2
Re: CD library
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
-
August 27th, 1999, 05:27 PM
#3
Re: CD library
Also, there is an Microsoft Music ActiveX control that you might import and use. Not completely sure of it's functionality either.
DC
-
August 27th, 1999, 05:31 PM
#4
Re: CD library
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|