Please help me out. I am trying to make the prc for the Finger example (SDK4.0) with m68k-palmos-gcc and getting the "dereferencing pointer to incomplete type" error several times. The following lines of the source code fail:
fieldWasEditable = fldP->attr.editable; fldP->attr.editable = true; ... fldP->attr.editable = fieldWasEditable; ... bounds.extent.x = resP->width; bounds.extent.y = resP->height; What is the metter? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
