Apr 29, 2011 at 7:18pm
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 Apr 29, 2011 at 7:48pm