I read about SysTrap...

So I tested my sample program using i705,but it doesn't work.

What's wrong in my program?
Is it right hotsync using IRQ1 line?


ex)

static Err MyFunc()
{
    EvtEnqueKey('a',0,0);
    return 0;
}

Err TestFunc()
{
    void *Func;

    Func = SysGetTrapAddress(sysTrapHwrIRQ1Handler); // Is it right using
hotsync?

   if(Func)
   {
        SysSetTrapAddress(sysTrapHwrIRQ1Handler,&MyFunc);
    }
    ......
}

Haejo Kim.




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

Reply via email to