Hi
How can I have an application preference with multiple strings in it like

typedef struct{
  int id;
  int count;
  char name[20];
  char pass[20];
}MyAppPrefs;

I have tried using the above struct as the prefs paramater of PrefSetAppPreferences 
and using the pack/unpack method but neither work beyond the first char member.

Can this be done using preferences or do I need to use a separate database?

Thanks

Fergal.

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to