Ambil perhatian
Akses ke halaman ini memerlukan kebenaran. Anda boleh cuba log masuk atau menukar direktori.
Akses ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
'identifier' : function cannot be overloaded
Remarks
The functions main, WinMain, DllMain, and LibMain cannot be overloaded.
Example
The following example generates C2731:
// C2731.cpp
extern "C" void WinMain(int, char *, char *);
void WinMain(int, short, char *, char*); // C2731