At 21:18 2002-11-4 -0800, you wrote:
How much global data does CodeWarrior accommodate?
How much static data?
Use the link map -- it depends on the variables you declare in your code. In general, static data is also global data, its just not visible to all files.

CW doesn't generally allocate any global data on its own -- its all dependent on what you write in your code. You can get an idea of data use from the data column in the CW project window, although those numbers don't show what's stripped out by the linker.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com


--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/


Reply via email to