At 2:17 PM -0700 1999/05/26, [EMAIL PROTECTED] wrote:
>...
>sysTicksPerSecond can be used to calculate the tick count you want
>according to seconds.
Just a reminder to use SysTicksPerSecond() (the function call, not the #define
constant from the header files) so that your app will run using the correct timing on
devices/platforms with a different tick rate.
For example, the Palm OS uses 100 ticks per second, the Mac OS uses 60, and Linux uses
1000. Those are fairly significant differences... your mileage may vary.
Regards,
Jim Schram
3Com/Palm Computing
Partner Engineering