What do you mean exactly by "I tried that"? The way I understand his advice, 
you should try using

Boolean MainFormHandleEvent(EventType *eventP)

instead of

Boolean MainFormHandleEvent(EventPtr eventP)

However, the error you're getting suggests that you have used

Boolean MainFormHandleEvent(EventPtr *eventP)

which isn't correct.

Regards,
Vesselin
-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to