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 C2731

'identifier' : function cannot be overloaded

The functions main, WinMain, and LibMain cannot be overloaded.

Example

extern "C" void WinMain(int, char *, char *);
void WinMain(int, short, char *, char*);       // error