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
The linker can't find the actual code for the function. It's available only in Palm OS 3.5 and later versions. Since you didn't mention any compiler warning during previous phases, I suppose you are using the proper SDK (otherwise you would have received a warning for a missing prototype). Maybe you have a problem with linker settings. Marco -- ======================================================================== Marco Pantaleoni [EMAIL PROTECTED] Padova, Italy [EMAIL PROTECTED] elastiC language developer http://www.elasticworld.org -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
