Am Fre, 2002-09-20 um 19.55 schrieb Danny Wong: Hi, > How do I get the address of a system function? > Eg: For SysTaskDelay() I want to get the address of it. > I know I can get it using the SysGetTrapAddress() but can I > Just do this? > > UInt32 taskdelay = SysTaskDelay; > MemPtr task = SysTaskDelay;
No. Refer to the sdk for details why this won't work. Why don't you want to use SysGetTrapAddress() anyway? Remember that the whole issue won't work under PalmOS 5 (unregarding of how you try to get the address). With best regards, Daniel Seifert -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
