Rich,

I think in your LoadAppPrefs method you'll need
to pass the size of the prefs you want to load:

Int16 ccPreferences::LoadAppPrefs()
{
  UInt16 size = sizeof(csAppPrefs);
  return PrefGetAppPreferences('MYAP', 0, &AppPrefs,
&size, true );
}

Hope this helps,
Oliver


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

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

Reply via email to