|
发表于 2014-6-15 18:44:22
|
显示全部楼层
c:\users\administrator\desktop\1.c(72) : error C2275: 'HANDLE' : illegal use of this type as an expression
c:\program files\microsoft visual studio\vc98\include\winnt.h(207) : see declaration of 'HANDLE'
c:\users\administrator\desktop\1.c(72) : error C2146: syntax error : missing ';' before identifier 'hOutPut'
c:\users\administrator\desktop\1.c(72) : error C2065: 'hOutPut' : undeclared identifier
c:\users\administrator\desktop\1.c(73) : warning C4047: '=' : 'int ' differs in levels of indirection from 'void *'
c:\users\administrator\desktop\1.c(74) : warning C4022: 'SetConsoleCursorPosition' : pointer mismatch for actual parameter 1
c:\users\administrator\desktop\1.c(80) : error C2143: syntax error : missing ';' before 'type'
c:\users\administrator\desktop\1.c(81) : error C2065: 'i' : undeclared identifier
c:\users\administrator\desktop\1.c(249) : error C2143: syntax error : missing ';' before 'type'
c:\users\administrator\desktop\1.c(250) : error C2065: 'j' : undeclared identifier
c:\users\administrator\desktop\1.c(279) : error C2143: syntax error : missing ';' before 'type'
执行 cl.exe 时出错. |
|