I install the .prc into the palm device,and run it . It crash,and give the following information:
Emul68KMain.c,Line:403,illegalinstruction 2FE1 at address 20060006.
What does mean it?
It means your code tried to run an instruction that wasn't valid for the 68K emulation core.
There are a few ways to do this. Using a bad function pointer or overwriting the address in a intersegment jump table are two common methods.
-- Ben Combee, senior DTS engineer, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
