audiowinmm

Is the sound library WINMM.DLL found in every Windows Installation?


I'm making a little open source mp3 player for people to see the code, etc. Proper comments, examples and what not.

I was wondering though, is the winmm.dll library found in every Windows installation?


Solution

  • The documentation for winmm.dll functions (like PlaySound) says that they are available in Windows 2000 and later versions.