MichaelLEvans
Programmer
Anyone,
I'm looking for a way to setup a callback function in our VC++ .net 2003 7.1 console application using a higher resolution timer. The multimedia timer is too low resolution at 1 millisecond. We need microsecond resolution to guarantee an exact update rate (60 or 70 Hz for example.)
We use the Performance Counter to get microsecond resolution when measuring elapsed time, but there doesn't appear to be any tools for generating callbacks or interrupts, etc. at that higher resolution.
Any ideas would be greatly appreciated. Thanks,
Mike
I'm looking for a way to setup a callback function in our VC++ .net 2003 7.1 console application using a higher resolution timer. The multimedia timer is too low resolution at 1 millisecond. We need microsecond resolution to guarantee an exact update rate (60 or 70 Hz for example.)
We use the Performance Counter to get microsecond resolution when measuring elapsed time, but there doesn't appear to be any tools for generating callbacks or interrupts, etc. at that higher resolution.
Any ideas would be greatly appreciated. Thanks,
Mike