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 C2239

unexpected token 'token' following declaration of 'identifier'

An incorrect token was found in the declaration.

Example

int i 8;   // error, missing =
int j = 7; // OK