This means there is no longer a way to support all Palm OS releases in a single prc file:
You can make a "fat" application, as the code/data resources used for the 68K side don't conflict with the resource types used for the Protein side. You'd basically just make a no-resources version of the 68K code, then merge it into the main PRC file using PRCMerge or some other tool.
I may write a quick KB article on this, using one of the SDK apps as an example.
And, apparently just for fun, they've changed all the type names again (e.g. UInt32 becomes uint32_t).
The new typenames are the ones from the C99 standard's <stdint.h> header. You could use those now in your current Palm OS apps if you #include that header; I know a version comes with the CodeWarrior tools.
-- "Combee on Palm OS" is http://palmos.combee.net/ PalmSource Developer Knowledge Base is http://kb.palmsource.com/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
