>how can I tell what is my memory card divided into for each seperate card >with a differnent memory? >so for a 4M card, how do I know how much is for dynamic heap/storage heap/ >ROM/ stack size? and how would that be different for a 8M card, is it >documented anywhere?
The documentation probably lists somewhere what the amounts are for some of the OS versions that exist. But the rules have changed for different OS releases, and you should expect them to change again in the future. It would be better if you called the Memory Manager routines like MemHeapSize, MemHeapDynamic, etc. to figure this out at runtime. That way if/when the OS changes the sizing algorithm, you'll still have correct information. -David Fedor Palm, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
