--- 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