At 01:18 AM 3/22/2004, you wrote:
hi all,

I am using OS3.5 initially. All my application have no problem to run on OS3.5 and OS4.0. Now, i am trying to upgrade to OS 5.0.

After i done the installation of palm OS 5.0 sdk, then i recompile my application, i got hundred of error message and there are similar.. The error message is

Error : "illegal use of incomplete struct/union/class 'struct FieldType'
line 1168 FieldType field;

Error : illegal use of incomplete struct/union/class 'struct TableType'
line 1595 if((row != table->currentRow)

You can't declare your own FieldType objects anymore -- a FieldType is an internal system structure, and the compiler doesn't know about its internal contents.


For the second error, you need to use the TblGetSelection API to find out the selected row/column of the table.


-- Ben Combee, senior DTS engineer, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/



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

Reply via email to