TChar[] problem

Discussion in 'Programming' started by sgrewal1, Jul 18, 2011.

  1. #1
    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 *
     
    sgrewal1, Jul 18, 2011 IP