On 2008-01-28, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello,
>
> The app. i'm writing need to register for phone events and the SysLibFind
> fails to locate the phone library on the Treo 680 (the same code works well
> on the 650, 600).
> This is the code sample i'm using:
>
> phoneLibraryName = phnLibGSMName;
> phoneLibraryDbCreator = phnLibGSMDbCreator;
>
> err = SysLibFind (phoneLibraryName, &phoneLibRefNum);
> if (err)
> {
> err = SysLibLoad (phnLibDbType,
> phoneLibraryDbCreator,&phoneLibRefNum);
> if (err)
> return err; //The error i receive is 1290
> }
>
You are using pre Treo 680 libraries. Treo680 and later have a native ARM
phone app (version 3.0) and the library is now the PhoneInterfaceLibrary,
which is common to both CDMA and GSM.
See section 7.1.1 in the Palm Developer Guide of the 5.5 SDK from Palm
(not from Access/PalmSource !).
HTH
Ton van Overbeek
--
For information on using the ACCESS Developer Forums, or to unsubscribe, please
see http://www.access-company.com/developers/forums/