Writing data in the file
| Tue, 2008-06-03 20:22 | |
|
Hi, I want to write some data in the file but the problem is the data comes from Data() of class CMMFDataBuffer and it is TDes type and I Plese tell me how can i write this data. Thanks |
|
| Tue, 2008-06-03 20:22 | |
|
Hi, I want to write some data in the file but the problem is the data comes from Data() of class CMMFDataBuffer and it is TDes type and I Plese tell me how can i write this data. Thanks |
|
Forum posts: 26
Hi,
Since TDesC16 is the base calss of TDes it should not be aproblem if u pass it the same way.
Forum posts: 88
TDesC16 is an abstract base class for 16-bit descriptors ,
then you do'nt need to convert TDes into TDesC , since both class is inherited from same TDesC16 class
Forum posts: 73
I was doing the same but program abort at this point
may be there is some problem in data not in the method. I just check this....
BTW Thanks for your valuable response
Forum posts: 672
Maybe you just show some code so we do not need to guess what's wrong?