You have to allocate space for the pointer to char. You have declared the pointer to the pointer to char, now allocate first the space for the pointer to char (4 bytes) and initialize your pointer to pointer to char with it, then allocate space for the character array and initialize the pointer to char with it.
Henk [EMAIL PROTECTED] wrote: > ... -- ------------------------------------------------------------------------- [EMAIL PROTECTED] www.metaviewsoft.de <A HREF="http://www.handango.com/PlatformTopSoftware.jsp?authorId=95946"> <IMG SRC="http://user.cs.tu-berlin.de/~jonash/werbung.jpg"></A> ------------------------------------------------------------------------- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
