> -----Original Message----- > From: Alexander Galkin > Sent: Thursday, August 08, 2002 2:42 PM > > If I try to use C++ (define C++ classes) in my CodeWarrior > project with Palm > OS 5 SDK I get linker error > > Exception68K.cp: '__rethrow' referenced from '__unexpected' > is undefined > > How to resolve the link? also what .lib file should I link my > project with? > I found four similar .lib files in CodeWarrior. >
What version of CodeWarrior are you using? If it's version 8, then you should be including "PalmOSRuntime_2i_A5.lib" within your project in order to utilize C++ runtime support for your application. The library to include for version 7 is "MSL Runtime Palm OS (2i).lib". There was a problem with people using version 7 and installing the Palm OS 4.0 SDK. The original version 6 libraries were being included with the SDK download and hence overwriting the version 7 libraries. The fix for this is to replace the CodeWarrior Libraries\Runtime folder located within the Palm OS Support folder with the corresponding folder in the Palm OS 3.5 Support folder. Vinu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
