Hello,
Per suggestion found in the ReadMe.txt of PalmOS 3.0 MacSDK, I tried to
build my first application, based on the Starter project which is inside
the Examples folder of the SDK.  (I use CodeWarrior, Release 5, by the way.)

But the contents of the Starter folder does not look good to me because:

        1. There are two copies of Starter.Rsrc file, one inside
        Rsc folder and the other inside the Src folder.  I tend to think only
        one should be in use.

        2. The Release 5 Constructor seems to generate a header file called
        Starter_res.h, rather than StarterRsrc.h, but this is not included
        from Starter.c.

        3. Starter.c looks like trying to check if the ROM is 2.0 or later.
        Shouldn't it check if it is 3.0 or later?

Is there a bug-fixed version of Starter somewhere?

I am wondering how other developers are handling this situation.

In other words, what is the best way to start a project using PalmOS 3.0
MacSDK with CodeWarrior R5? The other difficulty I am facing with is
that all files of the projects, starting with copying the Starter folder,
contains the name Starter.  I' d rather have my main .c file of a project
Foo be called Foo.c, than Starter.c.  But there are so many files to
rename and so many places in the config to change.  It's not that trivial.
Is there any easier way to start a project?

-kuro

Reply via email to