Oliver King-Smith wrote:
> 
> template <class WIZARD_TYPE> Boolean DW_WizardHandleEvent( EventPtr pEvent );
> 
> template <class WIZARD_TYPE> Boolean DW_WizardHandleEvent( EventPtr pEvent )
> {
> ..
> }


Are these both in the same translation unit as this:

> ApplicationHandleEvent()
> {
> ..
> FrmSetEventHandler(CurrentFrm, DW_WizardHandleEvent<DW_RS232Wizard>);
> ..
> }

?

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

Reply via email to