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 C3305

'attribute' : attribute usage is not supported

An attribute block was not properly formed. For example, an attribute block that should end with a semicolon is missing the semicolon.

The following sample generates C3305:

[module(name="xxx", lcid="0x0000")]
int main() { 
return(0); 
}