הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Possibly incorrect parameters to function main. Consider 'intmain(Platform::Array<Platform::String^>^ argv)'
Remarks
Certain functions, such as main, cannot take reference type parameters. While compilation will succeed, the resulting image will probably not run.
Example
The following example generates C4829:
// C4829.cpp
// compile by using: cl /EHsc /ZW /W4 /c C4829.cpp
int main(Platform::String ^ s) {} // C4829