|
-
Nov 23rd, 1999, 09:30 AM
#1
Thread Starter
Lively Member
Although the Timer is not very accurate. I find it hard to believe that it is that inaccurate.
I assume you have the interval set at 1ms.
Your problem is probably that the code inside the timer routine takes longer than 1ms (maybe 33ms) to run therefore you are missing calls to the Timer routine.
You could use the Tick-Count API in a self looping routine. This maybe faster???
Steve.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|