>Could it be I have reached a state where the globals (still too large) are
>colliding with the stack or causing some sort of weirdness there?  Should I
>just bravely trudge on and keep reducing my global usage?

If you didn't have this problem before, I doubt reducing your global 
space would cause the problem, unless your moving a lot of globals 
into functions, thereby putting them on the stack. Stack problem 
usually manifest themselves more severely than you describe.

Personally, I think it's good to track down a problem when you first 
find it (and I _always_ work that way :-)). It's not clear to me 
exactly what your problem is from your description. Can you describe 
it more clearly, or in more detail?

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