I have a simple timer:

  UInt16 stopCount = TimGetTicks() + SysTicksPerSecond();
  while (TimGetTicks() < stopCount){}

that should loop for one-second before moving on.  It works great in POSE,
but on my HH, goes right through it in less than 1/10th of a second, though
I haven't done specific tests to get an actual number.  I saw somewhere on
the Net that the timing is different between POSE and HHs, but haven't been
able to nail down the difference -- can someone clue me in?

Thanks!
Rich



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to