I am new to vc++. How to convert UCHAR * value to CStringand CString to UCHAR *
CString str;
UCHAR * pBuffer;
......Memmory allocation..
str.format(_T("%d"),pBuffer);
But its not working. Second data may be string or int so how to do conversion in proper way.
UCHAR*represent? - Remy Lebeau