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 C2063

'identifier' : not a function

The identifier is used as a function but not declared as a function. The following sample generates C2063:

int i, j;
j = i();    // error, i is not a function