In article <91220@palm-dev-forum>, [EMAIL PROTECTED] says... > > I searched the archives and see lots of Link Errors - any clues on this one? > Is there a reference somewhere where I can figure out what __wswtch__ even > is?
It is a CodeWarrior runtime library call that's used when you have a complex switch statement in your C code. It lives in the CodeWarrior runtime library. > I have multiple targets in my project, and the full debug target works fine, > so I'm sure it's just a target setting of some sort, but I've been through > the settings a number of times and don't see anything wrong... You need to link against the appropriate runtime library. Do you have an entry in your target for PalmOS_Runtime_2i.lib (if you're using V8) or MSL Palm OS Runtime 2i.lib (if you're using an older version)? -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
