Click to See Complete Forum and Search --> : Programming System Timer in Windows


Surinder
May 10th, 1999, 04:15 AM
I want to synchronize my program events with system timer at the rate of 32Khz. The windows SetTimer() ,GetTimer() gives the resolution of 1KHz and that too is queued through the message loop which reduces its accuracy.
Please give me ur ideas on this.
Is VXDs is the solution? Please give me some references on VXD programming (books or Internet sites)

Thanks.

ICQ #3760 3760

Lothar Haensler
May 10th, 1999, 05:45 AM
use the Multimedia Timer Functions (mmsystem.h and winmm.lib) instead. They are far more accurate (milliseconds).
timeSetEvent creates a timer.