you can allocate memeory to a pointer like this

Memhandle textH = MemHandleNew(128);
Char * text = MemHandleLock(textH);

lets say i have a structure like this...

Char ** abs;

how would i dynamically allocate memory for it?

boaz


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