>> is it really possible to change the size of the stack ? will it effect in > all OS versions ? > I'm using Code Warrior 7.0.
I believe there is a limit to how big you can make the stack. Can't remember what the limit is, but I believe you can't increase it by much (maybe a k or so? Can anyone help me out?). Allocate stuff in the dynamic heap whenever you can, although it's slower than putting stuff on the stack. Stack space is rare and precious. Matt Henry www.iliumsoft.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
