A suggestion for the Palm team:  move all APIs which developers should not
use out of the public headers.  Put them into Palm-internal header files
which are not made available to developers.

I'm sure you've thought of this - and I am sure it would be a minor pain to
actually do - lots of source file editing.  Probably one of those 'when we
have time' projects...

-- bob

-----Original Message-----
From: Jim Schram [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 20, 2000 1:57 PM
To: Palm Developer Forum
Cc: Palm Developer Forum
Subject: Re: Can't get object pionter to Form


At 3:33 AM -0600 2000/03/20, Patrick Heynen  wrote:
>I am busy with making a timer. I know it's not supported and I shouldn't
use it, but I need it so I am still making it.
>...
>But when I get the Ticks after the application hasn't used for some time,
the TimeGetTicks returns a to big number, at least I think, cause the first
timer I start up the application I get a Fatal exception error.

If you are using SysTimerCreate for this, you are corrupting the kernel
scheduling tables and adjacent low memory data structures. When we say this
function is for system use only, we mean it. DO NOT USE SYSTEM TIMERS. You
have no idea the damage you're causing to the operating system.

Regards,

Jim Schram
Palm Incorporated
Partner Engineering



-- 
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palm.com/devzone/mailinglists.html

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to