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 Warning (levels 1 and 3) C4118

pragma not supported during fast compile

The fast compiler does not support the pragma. This is a level-3 warning with #pragma comment(), and a level-1 warning otherwise.

To avoid this warning when using the fast compiler, disable the pragma using #ifdef _FAST.