"Nicholas Pleis" <[EMAIL PROTECTED]> wrote in message news:76172@palm-dev-forum... > > I'm attempting to port my GCC projects over to > codewarrior and am running into a link error: > > __rethrow referenced from __unexpected is not defined.
If you are using CodeWarrior 8, make sure get the update. Once you have the update installed, follow the directions and rebuild the runtime libraries according to the instructions in the update readme file. Then make sure you include the proper runtime library in your project. I had the same problem and needed to ensure that I was including the proper libraries. Also, make sure you use the latest MSL that was shipped with the tool. I had the same problem, see my post titled "CW 8.1 / __rethrow ... is undefined". Good Luck, pm -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
