Hi,
I want to know how should i convert wstring to TDesC .I am having a function which returns wstring* val as output ,now i need to convert
this to Symbian TDesC& .I am not knowing how to proceed.Can someone pls tell me how to do this conversion.Thant will be very helpfull.
Thanks in advance,
Forum posts: 32
wstring* val ; // or TUint16* val
.....
TPtr wordPtr(val, len, len);
Hope this works
Pramod
"Nobody will believe in you unless you believe in yourself."