Discussion:
Timer component resolution
(too old to reply)
Hed Milay
2004-04-29 07:32:04 UTC
Permalink
During use of the Timer component in C++ Builder application I found that
when setting its Interval property to value smaller than 10, the actual
interval time of the timer is 10 milliseconds. Is this known limitation of
the C++ Builder or the Windows and how can it be solved.

Thanks,

Ronen Gross
Pete Fraser
2004-04-29 08:15:32 UTC
Permalink
The timer component has this problem, you have to use the multimedia timer
for more precise times.
See www.torry.net for some multimedia timer components.
HTH Pete
Post by Hed Milay
During use of the Timer component in C++ Builder application I found that
when setting its Interval property to value smaller than 10, the actual
interval time of the timer is 10 milliseconds. Is this known limitation of
the C++ Builder or the Windows and how can it be solved.
Loading...