Thanks wizard_hu_ for your time.
i am using Series 60 SDK 2.1 and my phone is nokia 3230
Thanks
Type: Posts; User: dejies; Keyword(s):
Thanks wizard_hu_ for your time.
i am using Series 60 SDK 2.1 and my phone is nokia 3230
Thanks
hai all ,
I am developing a small symbian application in c++(actually a modification of glassterm.cpp ships with symbian sdk 60).My problem is when i run the program i am getting a error code...
Thanks
got the desired output.
regards
Dejies
Hi,
i am developing a simple application for reading callLog from my mobile,Every thing is fine except two things.
1) While reading callLog i am only getting the voice call details, no details...
Hi Kumar,
got the output by using the folling piece of code
TBuf<KBufSize> buffer;
buffer.AppendNum(event.Duration(), KAppendFormat);
HBufC* name = buffer.AllocLC();
HBufC8...
Hi,
Iam developing an application for nokia phone.Now i had done development for S60 FP1 (hope my program will work on higher versions of S60 FP1 and above)
I just want an average statistics on...
Thanks Kumar.
i tried to convert TUint32 to TBuf8 but failed,
could you please tell me how to convert it
thanks in advance
Hi,
can any tell how to write TLogDuration& into a text file.
waiting for your valuable suggestions.
thanks in advance
Dejies
Solved the problem by using the code given below
const TDesC& t1 = event.Number();
HBufC8* pBuf = HBufC8::NewLC(t1.Length());
pBuf->Des().Copy(t1);
User::LeaveIfError(file.Write(*pBuf));...
Thanks for your time and reply,
But your reply still deals with TDesC8.Iam facing the issue while writing TDesC16 content to file.Hope you can help me.
Regards
Hi,
When i am writing a TDesC16 string to a file i am getting @ character appended to every character in the string,
Below is the code snippet that i am using
...
RFile file;
TFileText...