Loading a wav file

Started by
3 comments, last by whiz_kid 20 years, 5 months ago
I keep getting error messages whenever I try to load the .wav file I want to play. I use dev-c++,and would like to know to load a .wav file. Any help would be great
--------------------------------A man of few words does not mean he does not have big ideas
Advertisement
What API are you using to try and play your sounds with (Win32, DirectSound, etc)?

Edit: Could you be more specific about the errors you're getting?

[edited by - SysOp_1101 on November 8, 2003 12:24:43 AM]
SysOp_1101
Umm fmod is really easy to use and set up, it supports .WAV .MP3 .MIDI and other sound formats. Other than that we can't help you if we don't know what API you are using And what errors are you getting?

[edited by - FtMonkey on November 9, 2003 1:51:22 AM]
The monkeys are listening...
I am using Win32 and am trying to use the mmsystem header file.
It has an undefined ref. to PlaySound().

[edited by - whiz_kid on November 9, 2003 6:04:29 PM]
--------------------------------A man of few words does not mean he does not have big ideas
Are you sure you're linking the WINMM.LIB file as well?

[edited by - SysOp_1101 on November 9, 2003 6:20:07 PM]
SysOp_1101

This topic is closed to new replies.

Advertisement