C1428: No wide characters supported

[DISABLE, INFORMATION, WARNING , ERROR]

Description

The Compiler does not support wide characters. They are treated as conventional characters.

Example
  char c= L'a';  // warning

  
Tips

Do not specify the L before the character/string constant.