> I've done everything listed above with no luck. I > simply get a __rethrow undefined error. I'm really up > against a wall here..:( This is the most incredibly > frusturating thing ever. I have tried every runtime > library supplied.. I am officially at my wits end.
These instructions ONLY apply to CW for Palm OS V8. They also do NOT apply to the demo version, since we don't ship C++ support code in it. 1) Go to "CW for Palm OS Support/Runtime Libraries" and open the Palm OS Runtime.mcp project file. 2) Build the "Build All" target. This will rebuild your runtime libraries, all four that we ship. 3) For your purposes, verify that the file Exception68K.cp contains a definition for "__rethrow". 4) In your own project, include "PalmOSRuntime_2i_A5.lib" as your library. It should have been output into "Palm OS Support\CodeWarrior Libraries\Runtime" folder. If you're using expanded mode, use the "A4A5" variant. If you've enabled 4-byte integers for some bizarre reason, use the "4i" varieties. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
