Compiler Error C2053
'identifier' : wide string mismatch
The wide string is assigned to an incompatible type.
The following sample generates C2053:
// C2053.c
int main() {
char array[] = L"Rika"; // C2053
}
เบราว์เซอร์นี้ไม่ได้รับการสนับสนุนอีกต่อไป
อัปเกรดเป็น Microsoft Edge เพื่อใช้ประโยชน์จากคุณลักษณะล่าสุด เช่น การอัปเดตความปลอดภัยและการสนับสนุนด้านเทคนิค
'identifier' : wide string mismatch
The wide string is assigned to an incompatible type.
The following sample generates C2053:
// C2053.c
int main() {
char array[] = L"Rika"; // C2053
}