> From: Sally-Anne Palmer [mailto:[EMAIL PROTECTED]]
> when I try to compile I had to include some of the Palm
> header files such as StringMgr.h and Event.h.
> Now when I compile Event.h is giving me errors not being able
> to find The PointType and WinHandle definitions. [...]
>
> Is this a common occurrence or have I not included something
> vital which is making all these errors come about?
Don't include those individual headers. Just include PalmOS.h (for SDK 3.5)
or Pilot.h (earlier versions). That is the master header that includes all
the others for you.
And since you are just getting started, I suggest you use the 3.5 SDK
instead of the older SDK that comes with CodeWarrior. This will spare you
the trouble of converting to 3.5 later on.
And because you said this is to be a "large" app, also consider using a
precompiled header and prefix file to speed up builds and simplify your
code. (See the CodeWarrior documentation.)
-slj-
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html