At 10:54 PM 12/1/2001 -0800, you wrote: >>It's my belief that 'me' is in the heap because it's declared 'static'. > >Normally, as far as I know, static objects within functions are put >in the global space. However, since you declare it inside a set of >braces, it might be allocated on the stack. Does it retain it's value >from invocation to invocation?
Thanks for responding! Yes, it does retain it's value from invocation to invocation. I also meant to mention that I also tried allocating a handle and locking it -- that breaks at 4K. too. -- Wade Guthrie | [EMAIL PROTECTED] | http://members.home.net/guthrie1/ | | -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
