Sorry about the vagueness of my post. I'm programming with CW8 and C++. I've been working on my first App for about 8 months now and its just about done, but I've been working with complete naivette of the memory limits of the devices. My app is a drawing program and the dynamic memory allocated is proportional to the amount of drawing the user does, so I'd like to be able to warn the user when memory is getting low and to exit gracefully if the app runs out of memory.
I'd like to know if there are any books that are particularly good at discussing these issues or what the preferred online docs are. The Palm OS Companion has an excellent chapter on Memory, but it seems a little brief (I imagine one could write an entire book on the subject). ~Rich > Which limit are you hitting? There are just so many.. Stack, Dynamic Heap, > Storage Heap, Segment....... 8-) > > Seriously though, can you be a bit more specific? What language is your > program written in? > > Alan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
