Anyone have a library for mmsystem? I have the header file, but for some reason I don't have the library and I can't find it anywhere on google, anyone have one they can link or upload?
This is a discussion on Mmsystem? within the C++ Programming forums, part of the General Programming Boards category; Anyone have a library for mmsystem? I have the header file, but for some reason I don't have the library ...
Anyone have a library for mmsystem? I have the header file, but for some reason I don't have the library and I can't find it anywhere on google, anyone have one they can link or upload?
It's winmm.lib if I'm not mistaken. See if you have that (you should) and if so you'll need to explicitly add that to the list of libs that get linked to your application in order to use what's declared in mmsystem.h.
I used to be an adventurer like you... then I took an arrow to the knee.
Ah I see, got it, thanks.