Hi, I am designing a software for windows CE 5.0 I read a value from registry and the output from the registry is a TCHAR[]. I have a char * string = "Something". I need to concatinate this TCHAR[] to the above string. But the strcpy parameters does not have TCHAR[] as any parameter. Is there any way to convert this TCHAR[] to const char *