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/
- RE: char ** double pointer question Laor, Boaz
- RE: char ** double pointer question Steve Austin
- Re: char ** double pointer question Geoff Goldberg
- RE: char ** double pointer question Dhillon, Dharm
