![]() |
#2
yuccn2013-07-14 16:15
|
SERVICE_TABLE_ENTRY DispatchTable[]=
{
{"system",ServiceMain},
{NULL,NULL};
};
如题: 环境在win7 vc 6.0
error C2059: syntax error : ';'
C4508: 'main' : function should return a value; 'void' return type assumed
error C2143: syntax error : missing ';' before 'return'
error C2143: syntax error : missing ';' before '}'
error C2143: syntax error : missing ';' before '}'
error C2143: syntax error : missing ';' before '}'