Thread: Using the MP3 format with C++

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    1

    Using the MP3 format with C++

    Beginner requests practical advice:

    I am attempting to write my own digital music player that is capable of decoding the mp3 music format. I have downloaded alot of source code including DirectX 8.0 (DirectShow), BassAudio (a .lib/.dll/.h), and several ActiveX controls, but I can't seem to get any of them to work. The problem, to the best of my knowledge, lies either in connecting to my sound device or reading the .dll of the sources I've downloaded. My debugger comes back with messages like "no symbolic information found in *.dll". The thing is, the compiler is reading the classes/functions out of the header files (I'm sure of it because I can change parameters and produce errors) and whenever I build an .exe it doesn't produce any errors or warnings. Any knowledge on linking objects and how it might apply to this project would be appreciated. Thank-you in advance.

    Sincerely,
    [email protected]

  2. #2
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    I'm not sure if this is the cause of your problem. You probably have the release dll's that don't contain the symbols required for debugging. This wouldn't prevent your code from working if there were no other problems.
    zen

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. GradeInfo
    By kirksson in forum C Programming
    Replies: 23
    Last Post: 07-16-2008, 03:27 PM
  2. Seeking Format Advice
    By PsychoBrat in forum Game Programming
    Replies: 3
    Last Post: 10-05-2005, 05:41 AM
  3. mp3 players vs mp3 cd players
    By Geo-Fry in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-06-2003, 09:22 PM
  4. converting real player format to mp3??
    By yakabod in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 09-18-2003, 05:38 PM