"Ray Marshall" <[EMAIL PROTECTED]> wrote in message news:46128@palm-dev-forum... > > Does anyone know what this linker error means? I am using CodeWarrior 7. The > only change I've made recently was to convert some code to C++. If you use C++, you must link to the Palm OS Runtime library rather than the StartupCode library. This is required because C++ code has a more elaborate startup procedure to deal with exception handling and constructors of global variables. -- Ben Combee, [EMAIL PROTECTED] Techwood Broadcasting Foundation, Austin Bureau -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
