This is driving me nuts!!!
I have change my program to use MemHandles instead of Global variables, and
that didn't help. Split the structure so there was only one int and 1 char
value, and have "aligned" them Unless I am missing something... The
structures loo like this (APP_MAX_ROW is 64):
typedef struct
{
int number[APP_MAX_ROW];
char catalogno[APP_MAX_ROW][32];
} recordsQueryType1;
typedef struct
{
int artistid[APP_MAX_ROW];
char title[APP_MAX_ROW][256];
} recordsQueryType2;
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/