Sounds as ( not a pun ) these as :waveOutPrepareHeader(), ect require a dll or library for some type of codec?.
And must be a codec ( if it is that ) that winMedia, Real or some other player "knows about and can use it".
j@ck_
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've written a program (following along in a book) to do sound output. It's using calls like waveOutPrepareHeader(), waveOutRestart(), etc...
Comples just fine with windows.h included.
Linker complains it can't find any of those functions. Aren't they in a DLL somewhere? What do I need to do?
Thanks for advice.
Sounds as ( not a pun ) these as :waveOutPrepareHeader(), ect require a dll or library for some type of codec?.
And must be a codec ( if it is that ) that winMedia, Real or some other player "knows about and can use it".
j@ck_