> Is this correct? Where can I get MSL support for the 3.5 SDK? > do I need to > find a CW v7.0 CD and install that version of CodeWarrior in order to > support 3.5?
The big question would be -- why do you have to use the 3.5 SDK? Everything you can do with the 3.5 SDK you can do with the 4.0 SDK. Version 8's MSL was designed to work with the 4.0 SDK, and it expects that's what you are using. If you really have to use the 3.5 SDK, it may be possible to change a few things in the library source to get this to work, but I really doubt this is necessary. If you want to target the 3.5 devices, just prevent yourself from using the 4.0-specific calls (check the documentation for the Compatibility section on the API calls). -hkmlt -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
