> > iam getting "Error: Signed .word overflow;" error during compile time. it > > also shows "switch may be too large; 32788 at 0x6eaa." can anybody please > > tell me what does this mean? > As the error message says: one of your "switch"es is too large, the code in > the "case"s takes too much space. Additionally, you might have to use a > multi-segmented approach; the archive contains more help for the latter. > > Bodo >
Actually, I've found that this error means that the source file for which you get the error is too big. Splitting the source into two files generally solves this. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
