Eric,

At 12:12 PM 3/30/00 +0800, you wrote:
>    can the IR functions (IrDataReq ....) been trap? 

Not really.  Normal trap-hacking depends on replacing the function address
associated with a trap identifier.  IR is implemented as a system library.
This means that rather than just identifying the function by trap id, the
OS multiplexes the library reference number *and* function trap id to jump
to correct function.

>I search the Systrap.h, then cannot find anyone IR function. is there any
other ways?

Yes.  You can hack the SysLibFind trap and look for someone trying to load
IR, then load your own version instead.

Hope this helps.

Greg

Greg Winton
Bachmann Software and Services, LLC
http://www.bachmannsoftware.com
Home of Bachmann Print Manager, the only graphical printing solution for
the PalmOS

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to