I appreciate the reply Joe.  As you can guess am a little frustrated right
now with all the little hurdles to jump just to get this trivial demo to
work. I will look into these references and make a go of it.  You would
think with all the hype about how pervasive internet connected mobile
devices are going to be in the future that Palm (or other interested
party... i.e. Metrowerks) would simply step up and provide some simple
demos.

For PocketPC development I have found www.devbuzz.com and www.pocketpcdn.com
to be full of useful demos and tidbits.  Do you know of any similar sites
for the Palm world that provide examples of working code??

Thanks your timely response... and sorry to vent.
Lance



"Joe" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED].;
>
> --- Lance wrote:
> > ...
> > (Palm example doesn't actually show a working example
> > and the O'Reilly example appears to use datatypes that
> > aren't compatible with PalmOS 3.5... at least
> > not for a newbie like me).
> >
>
> If you want to use old code as-is, without changing to the new data
> types, change the includes in your source code from
>
> #include <Pilot.h>
>
> to
>
> #include <PalmOS.h>
> #include <PalmCompatibility.h>
>
> Also, take a look at "A Beginner's Guide to Converting a Project to
> Palm OS SDK 3.5" at http://oasis.palm.com/dev/kb/papers/1710.cfm.;
>
> And, take a close look at PalmCompatibility.h to learn how the data
> types have changed (e.g., VoidHand is now MemHandle, Handle is now
> MemHandle, etc.).
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Greetings - Send FREE e-cards for every occasion!
> http://greetings.yahoo.com
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to