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 C1128

object file format limit exceeded : more than 32K sections

While compiling with /Gy, the compiler encountered more than 32,727 functions in one source file. Split the source file into multiple source files and recompile.

/Gy is added to your compilation if you used /ZI.