Hi Guys

I am trying to put together some code to read the PhoneCallDB (Call Log) 
without much success.

In previous posts I can see that other ppl have been trying to do the same.

In this post 

http://news.palmos.com/read/messages?id=173592#173592 

it was suggested that the struct of this DB is

typedef struct
{
UInt16 flags;
DateType date;
TimeType time;
UInt32 duration;
char* name;
char* number;
}DBTele;

They also mention that they unpack the records after this structure in the 
example code

"Unpacking the record"

This unpacking of records is not what I am familiar, I have tried to get this 
example to work but no joy :(

Does anyone have any example code of reading this DB (PhoneCallDB) & unpacking 
the records ?

TIA

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

Reply via email to