C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2053
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     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
                                    -♦-