Hi FN
This may be already asked in a different form. But I've looked all the post I can find about this. Still havent managed to do it.
So is anybody know how to convert an TDes to an unsigned char*?
Here is what I need to do?
Code:void (TDes& aKey, const TInt aSize) { TInt len = aKey.Length(); unsigned char* dest = new unsigned char[len+1]; // ?? // copy aKey to dest ?? }



Reply With Quote


