CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: CD library

  1. #1
    Join Date
    Aug 1999
    Location
    wa, usa
    Posts
    88

    CD library

    Where can i find a library that i can use in my VC++ 6.0 projects to play CD tracks?

    Thanks!


  2. #2
    Join Date
    Aug 1999
    Location
    Seattle, Wa
    Posts
    26

    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


  3. #3
    Join Date
    Aug 1999
    Location
    Seattle, Wa
    Posts
    26

    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


  4. #4
    Join Date
    Aug 1999
    Location
    Seattle, Wa
    Posts
    26

    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
  •  





Click Here to Expand Forum to Full Width

Featured