Dear All,
I have found that if I have 2 form, and I use different file to write the
Form Event Handler code respectively, even I have declared the Event handler
in the corresponding header file. I still got error from the compiler.
Except I include the c file like header file in the c file which set the
event handler for the from. How can I solve it?
//--------------------------------------------------------------------------
--------------------------------------------------
example:
Set the eventhandler for Form B in Form A C file. I have to add this line:
#include"FormB.cpp"
but not
#include"FormB.h"
in order to avoid compiler error, even the event handler has already been
declared in "FormB.h"
//--------------------------------------------------------------------------
--------------------------------------------------
Thanks
Oscar
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/