>On Palm OS 3.3 this hangs up the system. Does anyone have any ideas?

SysTaskDelay(time * ticksPerTenth);

is the problem. SysTaskDelay wants a number of ticks. Why do you 
multiple it by time, and what value is time set to?

Also, if you want 10 ms, I think you want

ticksPerSec = SysTicksPerSecond();
ticksPerTenth = ticksPerSec / 100;

Regards,
Steve Mann
-- 
-------------------------------------------
Creative Digital Publishing Inc.
1315 Palm Street, San Luis Obispo, CA 93401-3117
-------------------------------------------
805.784.9461              805.784.9462 (fax)
[EMAIL PROTECTED]       http://www.cdpubs.com

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

Reply via email to