I'm not sure where this belongs but it's got nothing that relates to any of the existing threads. I was wondering if anyone is aware of any decent sound library that are compatible with Pelles C. I'm currently using OpenGL for graphics but if I don't do anything soon the game I'm creating will be silent.
Windows Waveform Audio:
http://msdn.microsoft.com/en-us/library/ms712879(v=vs.85).aspx (http://msdn.microsoft.com/en-us/library/ms712879(v=vs.85).aspx)
MIDI:
http://support.microsoft.com/kb/141756 (http://support.microsoft.com/kb/141756)
You could try the Bass dll.
Type "bass audio dll" into Google.
John
Also look into the windows multimedia on MSDN ... MCI might be just what you need.
http://msdn.microsoft.com/en-us/library/ms713771(v=vs.85).aspx