Caspar,

>I'd like to add some code to my app - that should run on a T3 - to test
>wether the AppSlipRotate and StatusBarLib databases are already
>installed.

If you just want to test if you can use the Pin Manager on the T3 (which
also means you dont have to install the files) , look for the
pinFtrAPIVersion feature.

UInt32 version;
Err err = FtrGet(pinCreator, pinFtrAPIVersion, &version);

if(err == errNone)
{
    // PIN Manager is available.
}

/Jonatan





-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to