> I have just upgraded from CodeWarrior Lite to Version 7.
> However, I still
> get the message saying that my software was created using CW
> Lite when I
> start my application. How can I get around it?
You have to move to the 3.5 SDK, since Lite uses the 3.1 SDK. Change your
access path to the 3.5 Support folder, and change a couple of things in
your source file:
1. Replace #include <Pilot.h> with #include <PalmOS.h>.
2. Add a #include <PalmCompatibility.h> line after the PalmOS.h include.
That should take care of the problem. If not, you may have to remove the
StartupCode.lib file from your project, and add in the one that is
included with release 7. You will find it in your Palm OS 3.5
Support\CodeWarrior Libraries folder. Once you add this, be sure to
remove the object code before building to help ensure this splash screen
is gone.
-hkmlt
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/