> This code should do it: > > UInt16 hId = MemHeapID( 0, 0 ) ; > UInt32 nFree, maxChunk ; > MemHeapFreeBytes( hId, &nFree, &maxChunk ) ; >
Doesn't that return just the number of free bytes in the dynamic heap? I.e., it doesn't include free bytes in the storage heap? Dennis Leas ------------------- [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
