Dear Experts,
I'm new to symbian. I want to display some message
which is stored in TUin8 array. For that I'm tring
to use InfoMsg. But it is accepting (const TDesC16 &😉
as an argument.
In general I want to display any such messages.
Can anybody tell me how to display all
of them.
TUint8 T[20];
TUint16 T[20];
TUint8 A;
TUint16 A;
TDes8 T[20];
TDes16 T[20];
I'm working on Symbian 7.0.
Waiting for reply.
Thanks and regards,
Soumen