Ticks per second = 356!!!!??

2003-10-30 Thread Edmund
Hi, I've tested with this result on POSE: SysTicksPerSecond() return 100 BUT: { UInt32 startTime; startTime = TimGetSeconds(); while (TimGetSeconds()==startTime){} //wait until end of the current second pref->ticksFor1sec = TimGetTicks(); //start of a second startTime++; while (TimGetSeco

Re: Ticks per second = 356!!!!??

2003-10-31 Thread Dave Lippincott
ROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 10:03 PM Subject: Ticks per second = 356?? > Hi, > > I've tested with this result on POSE: > > SysTicksPerSecond() return 100 >

Re: Ticks per second = 356!!!!??

2003-10-31 Thread Ken Krugler
I've tested with this result on POSE: SysTicksPerSecond() return 100 BUT: { UInt32 startTime; startTime = TimGetSeconds(); while (TimGetSeconds()==startTime){} //wait until end of the current second pref->ticksFor1sec = TimGetTicks(); //start of a second startTime++; while (TimGetSeconds(