[EMAIL PROTECTED] schrieb:
Hello, i want to use a global Array ex: array[1024]. is it to be used better the memory manager?
Especially older Palms have very limited stack size and this array as global eats up a lot of it. In my opinion its better to declare a pointer as global and allocate the array in dynamic memory via MemPtrNew().
Thomas -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
