Hello!
I developed a simple recording applicaiton using audio API.
When I run this application on Windows 7, it has one problem.
If I remove and re-plug Mic during record, my application become block.
The call of waveInUnprepareHeader() or waveInReset() function doesn't never return.
My...