>(Actually the old Int type corresponds to Int16.)

See, I knew this could be a pain. First time around, I'm already 
introducing errors.

>Yes, it's called PalmCompatibility.h, it's in your SDK header tree, and it
>contains that bunch of typedefs.  Instead of #including Pilot.h, you can use
>
>       #include <PalmOS.h>
>       #include <PalmCompatibility.h>
>
>as a stopgap measure, and get the old typenames.

Actually, I just looked at CoreCompatibility (from the PalmSource 3.5 
SDK), and all it has in it is:

#define ScrDisplayMode(op, widthP, heightP, depthP, enableColorP) \
                WinScreenMode(op, widthP, heightP, depthP, enableColorP)
#define ScrInit() WinScreenInit()

I don't think that will do the trick. I'll check the latest 3.5 SDK 
on the dev pavilion when it gets up and running. Thanks.

Regards,
Steve Mann

-------------------------------------------
Creative Digital Publishing Inc.
1315 Palm Street, San Luis Obispo, CA 93401-3117
-------------------------------------------
805.784.9461              805.784.9462 (fax)
[EMAIL PROTECTED]       http://www.cdpubs.com

Reply via email to