Yes. I do have the AppHandleEvent(EventType*) function in the Starter.cpp(main cpp). Besides, the MainFormHandleEvent(EventType*) and SecondFormHandleEvent(EventType*) are in MainForm.cpp and SecondForm.cpp respectively (which forms do their functions at form level).
I have declared the function prototypes in the Starter.h and both MainFrom.cpp and SecondForm.cpp have included the header file. Pls advise. --- In [EMAIL PROTECTED], Henk Jonas <[EMAIL PROTECTED]> wrote: Do you have both functions MainFormHandleEvent and SecondFormHandleEvent? It's your task to write them. Henk [EMAIL PROTECTED] wrote: > Hi. > > I'm new to CodeWarrior IDE. There are two forms (MainForm and > SecondForm) and one header file (Starter.h). When doing the > compilation: > > Link Error : Starter.cpp: 'MainFormHandleEvent(EventType*)' > referenced from 'AppHandleEvent(EventType*)' is undefined. > > Link Error : Starter.cpp: 'SecondFormHandleEvent(EventType*)' > referenced from 'AppHandleEvent(EventType*)' is undefined. > [...] -- ---------------------------------------------------------------------- --- [EMAIL PROTECTED] www.metaviewsoft.de <A HREF="http://www.handango.com/PlatformTopSoftware.jsp? authorId=95946"> <IMG SRC="http://user.cs.tu-berlin.de/~jonash/werbung.jpg"></A> ---------------------------------------------------------------------- --- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ --- End forwarded message --- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
