Hello
I am new to Symbian C++, any help is greatly appreciated,
I have defined a function as follows
TDesC8* CsomeClass:: get _HBufC8_Ptr ()
{
Return i_hbufc8_ptr;
}
When i use :
HBufC8* hbufcPtr = someObject-> get _HBufC8_Ptr();
I get the error : invalid conversion from TDesC8* to HBufC8*
Any ideas why ?
Many thanks !

Reply With Quote

