Hello, 
I am trying to use PalmOne 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 anyone tried it before? 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