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 C2734

'identifier' : const object must be initialized if not extern

The identifier is declared const but not initialized or extern.

Example

const int j;           // error
extern const int i;    // OK, declared as extern