From: "Pat Flaherty" <[EMAIL PROTECTED]> > how do you add another SDK to PODS? PODS seems to > offer 5r4 and 6. But I want to build with SDK 5.0 (I have a > first gen Tungsten T). > The SDK's are backwards compatible. You can write apps for Palm OS 3 with the 5r4 SDK. You adjust for your target Palm OS version by making sure that the functions you're using are available in the version of Palm OS you're targetting. You can side-step some of these deficiencies by using the Glue libraries, which are implementations of newer Palm OS functions in libraries that you can link with your code, but many of the differences are based on hardware limitations.
Most functions will identify a feature that you test for at run-time to ensure that the group of functions you want to use is available on that specific device. This allows your code to adjust how it does things to match the Palm OS version and hardware it's running under. Chris Tutty -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
