> >Thanks, really don't know why my PNO became so slow... :( > > This is better asked on the pno-forum mailing list. However, a lot depends > on how you call your PNO -- on most devices, every call to PceNativeCall > causes the processor cache to be flushed, which takes a bit of time.
most Sony ARM based units do this - if you need speed, move as much as you can within the PceNativeCall(). this is what we do in our games and the bitch part is when you have to translate your event loop :) --- Aaron Ardiri (Skype:: callto://ardiri) PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
