The problem I've had at least three times is I don't get link errors. Once
my segment was just a little over the size limit and twice I had syntatic
errors that weren't detected by the compiler. In the latter two cases I had
some fairly complicated code that looked ok to me. With my failing memory I
was able to remember all the changes I made and go back and do the more
complicated ones differently. Both times after redoing the code - mostly to
break up all the stuff that was on one line - it Hotsynced correctly.
V8's "too large" detection used the wrong value for warning about segments that exceeded the HotSync limits. It was using 64K, but the real limit was about 100 bytes less than that. We recently found that the segment size limit is even less on the Tungsten T by about 20 bytes, so 9.2 will use 64000 bytes as the warning threshhold to allow breathing room.
--
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/
