"Mitch Fawcett" <[EMAIL PROTECTED]> wrote:

> 1) Where are the examples (address, datebook, memo etc)? I did a file-find
> of *.prc on all partitions of my hard drive and I don't see any of them.

/PalmDev/Palm OS 3.5 SDK Examples

> 2) Where does it explain what common headers are needed (pilot.h and
> common.h are no more; what are their replacements)? The examples probably
> would have told me but like I said, I didn't find them. I did run across a
> FAQ that mentions PalmOS.h being the replacement for Pilot.h.

If you include PalmOS.h you should get everything you need. If you want 
to keep using the old type defines (VoidHand, DWord, etc.) then also 
include PalmCompatibility.h.

> 3) There is no PalmOS\Support folder on my computer. The readme for SDK 3.5
> implies there should be once the SDK install exe is run.

I don't know for sure. I think there was such a directory in some of 
the alpha releases of the 3.5 SDK. It doesn't appear to be there now. 
Maybe I'm just overlooking it, too.

> 4) A general question... do applications compiled using the new versions of
> the data types (Uint8, etc) instead of the deprecated type, only run on
> devices with OS 3.5 or higher? Will I need to have separate versions of my
> apps for OS < 3.5 and OS >= 3.5?

The OS does not care (indeed, cannot even know) what name you use to 
define the various types of variables. You will not need separate 
versions of your apps.

--
Roger Chaplin
<[EMAIL PROTECTED]>

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