Bob Withers wrote: > > >const UInt8 *pCharArray; // Ptr to variable length array > > const UInt8* pCharArray = F2000m; > > If it's const ya gotta initialize it.
If it were const, he'd have to initialize it. But it isn't. What pCharArray refers to is const, but not pCharArray itself. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
