> -----Original Message----- > From: Alexander Galkin > Sent: Thursday, August 08, 2002 4:23 PM > > > I am using CodeWarrior for Palm Demo that I downloaded from > Metrowerks Web > site. I also use Palm OS 5 SDK and I copied all required > files (including > .lib files) from Palm OS 5 SDK folder to CodeWarrior folder.
What runtime library are you including in the project, the "PalmOS_Runtime....lib", the "MSL Runtime....lib", or "Startupcode.lib"? I would guess that you are including the wrong library, which is triggering the error message. As with the Palm OS 4.0 SDK download, the Palm OS 5.0 SDK may be overwriting the correct library with the outdated one from version 6 as well. If this is the case you will have to replace the CodeWarrior Libraries\Runtime folder located within the Palm OS Support folder for 5.0 with the corresponding folder in the Palm OS Support folder for 4.0. By the way, using the Palm OS 5.0 SDK with the demo version of the tools is not recommended. It may work, but this has not been tested. Vinu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
