Thread: .wav???

  1. #1
    Registered User
    Join Date
    Aug 2002
    Posts
    109

    .wav???

    I have searched this message board and and places like google but I can't find anything which tells me how to play .wav files in my program.

    I'm running XP and my compiler is DJGPP
    OS:- XP
    Compiler:- MSVC++ 6 or DJGPP or Dev-c++ (Mingw)

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    goto msdn and search for PlaySound() or MCI functions.There will be more than enough info there for your needs.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  3. #3
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    Originally posted by Stoned_Coder
    goto msdn and search for PlaySound() or MCI functions.There will be more than enough info there for your needs.
    djgpp is a dos compiler, can't use the winapi functions
    hello, internet!

  4. #4
    Registered User
    Join Date
    Aug 2002
    Posts
    109

    Doh

    So is there a way to do it in DJGPP.
    OS:- XP
    Compiler:- MSVC++ 6 or DJGPP or Dev-c++ (Mingw)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 03-22-2009, 11:30 PM
  2. Read and edit .wav file
    By System_159 in forum C Programming
    Replies: 4
    Last Post: 10-12-2007, 04:13 PM
  3. How to record Microsoft SAM into .wav file
    By GaPe in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 06-30-2002, 03:10 AM
  4. Play .wav files?
    By Hydro in forum C++ Programming
    Replies: 6
    Last Post: 02-24-2002, 02:40 PM
  5. .wav files
    By cassidyr in forum C Programming
    Replies: 2
    Last Post: 02-08-2002, 09:16 AM