> but I need something bigger, say char[255] and when I do that the stack
> overflows, what should I do?

  dynamic memory.. :)

  use MemPtrNew() to allocate the character array, and when you are 
  done, use MemPtrFree() to clean up. basically, the same you would do
  with standard C programming techniques using malloc() and free().

  cheers

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


-- 
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