0) The "New Project" tab has both "Pace Native Object Stationery" and a "Palm OS ARMlet Stationery" options. Should the "ARMlet" option still exist or be used?
That's left over from V9.0 -- the name changed, but the installer didn't remove the old stationery file.
1) The PNO stationery option generates a sample program which appears to call into the ARM code side but the SysRandom calls cause the PDA to crash. Why?
Math library bug. See my notes at www.palmoswerks.com in the "CW Updates" section. Easy fix is to change the "% 256" to "& 0xFF" after the SysRandom calls. This will be fixed very soon in a hotfix I'm preparing.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
