Hmmm. Well that makes it hard to make a decision today.
Ah, but, aside from other glitches that a new version of the OS can
cause, what happens with this code?
/*** Return the major and minor OS version numbers ***/
Word OS_Version(void)
{
DWord romVersion;
FtrGet(sysFtrCreator, sysFtrNumROMVersion, &romVersion);
return((sysGetROMVerMajor(romVersion) << 8) |
sysGetROMVerMinor(romVersion));
}
{
if (OS_Version() > 0x305)
die_a_horrible_death();
else
live_long_and_prosper();
}
David Fedor wrote:
>
> >Is there any word when the ROMs (and compatible POSE) will be
> >showing up?
>
> A new revision of POSE needs to be released first, since the hardware is
> different and thus the old Pose emulation won't work. I think Keith is
> extremely close to releasing, but he'll have to answer for himself.
>
> The roms are ready and waiting for POSE, I understand.
>
> -David Fedor
>
> Palm Developer Support
-- Alex Robinson Tranzoa, Co. --
-- (425) 432-3532 P.O. Box 911 --
-- Maple Valley, WA 98038 --
-- http://www.tranzoa.com [EMAIL PROTECTED] --
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/