0
votes
Why would waveOutWrite() cause an exception in the debug heap?
I have no idea about waveOutXXX stuff, but in your code I see something strange - you allocate the memory that you put in hdr->lpData using malloc() but fom your analysis it appears that you are ex …
