From: "Steve Stover" <[EMAIL PROTECTED]>
> Looks like I've got problems. This morning the new program icon suddenly
> appeared - and the old program disappeared. It appears as if loading #2
> does not create a separate program on the Emulator or Palm, but concats
> programs #1 and #2, even though I have separate PRC files. Unfortunately
> the application size, on Emulator or Palm, is the sum of the two PRC
files,
> and only one application icon. I can't find anything in either the
> Preferences or Project Settings windows that still reference the first
> project...
Each app on a Palm OS device is uniquely identified by its creator id, not
by the name of the prc. You need to use a different name for each app that
may appear simultaneously on a single Palm OS device. The default creator
id when you create an app with CodeWarrior is 'STRT'. So, if you used the
default settings for your app, you created two versions of your program with
the same creator id.
If you are going to release a Palm app into the wild, you have to register
the creator id with Palm at http://www.palmos.com/dev/tech/palmos/creatorid/
to avoid conflicts with any other apps.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/