"Michael Glickman" <[EMAIL PROTECTED]> wrote in message news:71266@palm-dev-forum... > > BTW, some CW projects have a code split > into several resources where it might > not be really necessary. > > In case of DateBook.prc the sizes are > 24, 34394, 29642 and 31454 (actually size > 24 is present everywhere, and is probably > just a header).
The size 24 segment is "code 0", which, as you suspect, isn't really code, but is actually a small structure that gives information about global variable usage to the operating system. Its used inside the SysAppStartup call. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
