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 C2019

expected preprocessor directive, found 'character'

The character followed a # sign but it is not the first letter of a preprocessor directive. The following sample generates C2019:

#!define TRUE 1   // C2019, remove the ! to resolve the error

void main() {
}