Hi all,
I don't know how to use the function:
void LstSetListChoices (ListPtr ListP, char ** itemsText, UInt numItems)
When I call the function I get a Fatal Exception. Here's some of my source
code:
char ItemsText[2][10] = {"String1","String2"};
//...
LstSetListChoices(pList,(char**)ItemsText,2);
I'm sure that the pList parameter isn't the problem, so it must be the
itemsText that causes the problems.
Regards, Jimmi
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/