The problem has gone away after initializing the attrs variable to null. Is there a better way to initialize the variable or is this ok?
----- Original Message ----- From: "Mark Wilden" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 3:57 PM Subject: Re: Object not in form > "Jeremy Bradshaw" <[EMAIL PROTECTED]> wrote in message > news:87349@palm-dev-forum... > > > FieldAttrPtr attrs; > > FldGetAttributes(pField, attrs); > > This will compile (unfortunately), but it isn't what you want, I think. Try > > FieldAttrType attrs; > FldGetAttributes(pField, &attrs); > > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
