Compiler Error C2053

'identifier' : wide string mismatch

The specified wide string was assigned to an incompatible type.

The following is an example of this error:

char array[] = L"Rika";    // error