i am running into some problems at a point in my app where i allocate a
large moveable chunk of memory (about 3 arrays of ptrs to char arrays).  i
also reached an app size of 37k.  now, i used to have the arrays (etc) in
static variables but i saw the need for some better memory management, so
thats why i changed it.  but now i seem to have problems with simple (whats
that mean =) ) cmd

FrmCustomAlert(TestAlert, "this is my test message", NULL, NULL);

where it says that it has read from an unallocated chunk of memory but can
continue, but when it does the message looks like "this is my test message
yyyy yyyy" (where yyyy is a semi garbled 'y' char).  does this mean that i
should multisegment my app or review the memory routines? (but don't say
both unless i really really should (why? it means twice the work =( ) )

TIA
Charles Rezsonya


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to