Hello All , I have a program written for Palm OS 5.0 , i have installed the Palm OS 5.0 SDK , & I have CodeWarrior for Palm OS V(8.0) for development . In the Palm OS Reference document , this is written : " You can check that this feature set is implemented by checking that the system version is 5.0 or higher. Use this FtrGet call: err = FtrGet(sysFtrCreator,sysFtrNumROMVersion, &romVersion); The romVersion parameter should be greater than or equal to 0x05003000, which can be constructed using the sysMakeROMVersion macro: sysMakeROMVersion(5,0,0,sysROMStageRelease,0) This feature set corresponds to version 5.0 of Palm OS 5. "
but when I used the FtrGet , I got the ROM Version as 0x05000000 & NOT 0x05003000 as stated . ALso in the documents , there is no mention of the rom version 0x05000000 . Am I using an intermediate release of Palm OS 5.0 or is this a descrepancy in the documents ? Please help . Thanks & regards , Dhanashri . -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
