Hi.
I have some problem regarding to the struct type. I have define a struct
type with few variables, say ABCType. So in the application, i declare the
struct type as
ABCType r or *r. During the compilation, i was asked to initialize the r
before being used by the program. Before the error come out, it was fine to
declare the sturct Type without any initialization.
ex:
void QueryRecord (XYZtype *s)
{
ABCType *r;
- - - - code - - -
PackRecord(r, s);
- - -
}
what is the problem of that? Could someone help me?
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/