hi!

I have a serious problem with these waveIn/Out funktions provided by the windows API's. My Programm (actually its a dynamic-linked library... ) is recording wave audio and afterwards compressing it with the OggVorbis codec. Another Programm (also a dynamic-linked library) ist just decoding this file and play through the winAPI. So far no problem.
The Problem starts when the waveOutClose isn't returning. Neither with an error code nor with some kind of exception (like pointer error, etc...). It's just hanging up.
I'dont know where to start debugging because the Microsoft MSDN says little about the behaviour of there wave funktions. Has anyone evere experienced these problems with the winAPI wavef. ?
I appreciate (almost) every comment or hint. Or maybe someone knows a forum for developers of audio systems.

Till