NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C2053

'identifier' : wide string mismatch

The wide string is assigned to an incompatible type. The following sample generates C2053:

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