Greetings,
        I have a switch statement in a function, but 
on my 4th case statement (plus a default), I get the link 
error in the subject line.  I looked in the archives and 
saw that Danny Epstein said (11 Oct 2000) that __wswtch__ 
is "the Word (ie. 16 bit) switch function in the startup 
library".

        First, my function is part of a plug-in, so, like 
a shared library, I have my own startup function and am
not using the startup library.  Second, I don't understand
why this would manifest itself after adding a fifth 
case statement.  So, I'm confused. 

Any suggestions / work arounds?   My solution was to use an
ugly 'if, else if, else', though I was using the fall-through
behavior of switch.  I feel like I'm doing perl again.

Clark 




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

Reply via email to