Hello,
I also trying to use this sdk to read contacts.
THe call OpenContactLIb and CloseCOntactLib is successful,

*****************************************
         Err err;
        UInt16 refNumP;
        err = ContactsLib_OpenLibrary(&refNumP);
        
         if( err == errNone)
        {
         blank =  "Contacts Library Opened" ;
        DDX_Text(&m_fldDescription, blank, DDX_DataToControl);
        
        }
        
        ///////////////////////////////////////////////////////
        
         UInt32 Version ;
        Version = ContactsGetVersion( refNumP); //ERROR
        
        
        
        
        
        ///////////////////////////////////////////////////////
         err =  ContactsLib_CloseLibrary(&refNumP);
        
         if( err == errNone)
        {
        }
*************************************************
But other calls have error like "ContactsGetVersion " is undeclared identifire.
Can you please send me the code how to read a contact from contactsDB or Plz 
tell me whats wrong with above code.

Thanks in advance

THanks And REgards
Amit Patil
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to