I am using TblGetItemPtr but want to make this compatible with OS < 3.5 so I am using:

list = table->items[row * table->numColumns + column].ptr;

to achieve the same thing. However when compiling I get an error that states:

Error : illegal use of incomplete struct/union/class 'struct TableType'
frmMainTable.c line 8256 list = table->items[row * table->numColumns + column].ptr;


I know I am probably overlooking something in the settings somewhere - any ideas?

Thanks,
Edward


-- Acrocat Software, L.L.C. Do you workout? Get Results. Get PDAbs. http://www.Acrocat.com/PDAbs



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

Reply via email to