linking Mmtimer.lib
hello everyone
i need to link the library Mmtimer.lib to be able to use multi media timers.
the problem is, i don't know how to link that library.
problem solved myself.
it appeared that i do not need to link that one, but winmm.lib fore MMSystem.h. i did that as follows:
1 2
|
#include <MMSystem.h>
#pragma comment (lib, "winmm")
|
Last edited on
Great!
Topic archived. No new replies allowed.