MMIO Linker Errors in VC++

Started by
0 comments, last by DaWanderer 23 years, 11 months ago
I have been using Windows MMIO to read in WAV files for DirectSound, but I always get linker errors when using them. Specifically, I get unresolved external symbols for every procedure. I #include to use them. I found a Microsoft example that included , but I get "redefinition of ..." if I include that (even if I don''t include ). Is there some library that I need to add to my project, or something else I''m missing? Also, if anyone has a better way to read WAV files, please tell me. --Thanks, DaWanderer
Advertisement
You usually get those types of errors if you don''t manually include winmm.lib in the project settings.
-------------I am a Juggalo.

This topic is closed to new replies.

Advertisement