I'm trying to write code that works under both OS 3.5 and OS 3.1.
The only way to insert OS 3.1 specific calls into my OS 3.5 compiler SDK
is to include <PalmCompatibility.h>.
But what this header does is simply rephrase my OS 3.1 call back to its
OS 3.5 analogy.
Now my question is this:
If this compile method would actually work on a 3.1 device, then I
should also be able to just use the OS 3.5 call to begin with, and it
will magically call the old routines under OS 3.1. So there is really
no need to use the 3.1 calls if they have a 3.5 analogy.
But if it doesn't work this way, and <PalmCompatibility.h> is solely to
allow OS3.1 calls to run under OS 3.5 (but does not truly support OS3.1
calls) then what technique is needed to create an OS 3.1/OS3.5 hybrid
PRC?
Thanks for the information!
- Jeff
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/