> > thats a wrong statement. we do it all the time. you just didn't figure it > > out. however, the solution you had for your lookup table also works fine. > > Interesting. > > Odd that the code didn't work with a pointer referencing global data, but > worked correctly when I passed in a pointer referencing runtime-malloc()ed > data.. That makes it sound like a data alignment problem, but I thought > I'd been very careful in handling that situation...
most likely is data alignment :) remember, 68k and arm also has different padding between different compilers :) if you put everything in uint32's then - you'll never run into a problem (hint) --- Aaron 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/
