I am trying to use my separate code in varios archives for one better understanding, but when I bind in codewarrior 8,0 of the following o error:
Link Error : Main.c: 'OpenOrCreateDB' referenced from 'AppStart' is undefined. Link Error : Main.c: 'MainFormHandleEvent' referenced from 'AppHandleEvent' is undefined. Link Error : Main.c: 'CadastroFormHandleEvent' referenced from 'AppHandleEvent' is undefined. Link Error : Main.c: 'ConsultaFormHandleEvent' referenced from 'AppHandleEvent' is undefined. Link Error : Main.c: 'ConsultaViewFormHandleEvent' referenced from 'AppHandleEvent' is undefined. But, in my main.c have all the lib_name.h with my prototypes, like: #include "ConsultaFormH.h" and inside of ConsultaFormH.h have static void ConsultaTableFormInit(FormType *form); //,UInt16 recordNumber); static Boolean ConsultaFormHandleEvent(EventType * eventP); <------Here???? What I am making of made a mistake? The events cannot be in separate archives? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
