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!

Fatal Error C1048

unknown option 'character' in 'option'

The character is not valid for the option.

Consider the following line:

#pragma optimize( "*", on )

The * causes the following error:

unknown option '*' in '#pragma optimize'