> > The 'data' 0 resource is a compressed version of the A5-based data > > section. It gets expanded into the dynamic heap by SysAppStartup. > > This includes all of your global data and can also inclued > > compiler-generated data -- C++ exception tables, virtual tables, > > constant data used to initialize structures, etc. > > Yep, this is more or less what I thought. But my application doesn't have any > global data and is not a C++ application.
I can assure that the 'data' 0 resource manages all that stuff because I had a problem using more than 64K Data and I got rid of it by deleting some of that stuff. However, it may also include some other stuff that must be in your program but I haven't read anything more about it. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
