> 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


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

Reply via email to