On Mon, Mar 04, 2002 at 03:04:16PM +0100, Ana�s Rey wrote: > I would like to use this function : void * TblGetItemPtr (const TableType > *tableP, Int16 row, Int16 column) but this error appears when I make the > project : Link Error : Starter.c: 'TblGetItemPtr' referenced from > 'MainFormHandleEvent' is undefined. > > Can someone help me
Sounds like you need to update to the Palm OS 3.5 or 4.0 SDK, plus also turn on the "Require Function Prototypes" setting in the CodeWarrior C/C++ compiler settings panel -- that would have warned you earlier that this prototype hadn't been seen by your program. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
