hi,
i'm trying to play with traps BUT without using HackMaster.
can i use :
{
  oldTrap = SysGetTrapAddress( 'any trap' );
  SysSetTrapAddress( 'any trap', MyTrap );
}

to set MyTrap function,
and then, in the function i will call :
{
  ...
  SysSetTrapAddress( 'any trap', oldTrap );
}

what are the problems with this method ?

p.s. can someone direct me to any useful documentation about traps, and i
DON'T meen to the article "how to write a hack".

Thanks

shay








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

Reply via email to