RE: NVFS articles online

2005-04-23 Thread DeVore, Ryan \(GE Infrastructure\)
What is the recommended method for determining if a device has the new NFVS (32 byte block size) vs. the old NVFS (512 byte block size). I know that the PalmOS version has been revved to 5.4.7 for the newer incarnation of NVFS, but using FtrGet with sysFtrNumROMVersion does not yield the

Checking for sub-minor or fix in the OS version

2005-04-13 Thread DeVore, Ryan \(GE Infrastructure\)
I'm working on an application that must run on a Treo 650 with both the old NVFS (5.4.5) and the new NVFS (5.4.7), however I'm having trouble programmatically finding the third component of those OS version numbers. Here is the code I'm using: UInt32 romVersion = 0x; if (errNone ==

Freeing memory in the DBCache on the Tungsten T5

2005-02-03 Thread DeVore, Ryan \(GE Infrastructure\)
Hello, I'm working on porting one of my company's applications to work on the Tungsten T5, and I think that I'm running out of DB Cache memory. My app crashes with the following error: DataMgr.c, Line: 11231, Index out of range I have log statements that report the free DB Cache memory, and