📄 save.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Save - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\lenovo\LOCALS~1\Temp\RSP40.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Save.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\lenovo\桌面\kcsj\Save.c"
]
Creating command line "cl.exe @C:\DOCUME~1\lenovo\LOCALS~1\Temp\RSP40.tmp"
<h3>Output Window</h3>
Compiling...
Save.c
c:\documents and settings\lenovo\桌面\kcsj\hotel.h(27) : error C2061: syntax error : identifier 'CUSTOMER'
c:\documents and settings\lenovo\桌面\kcsj\hotel.h(31) : error C2059: syntax error : '}'
c:\documents and settings\lenovo\桌面\kcsj\hotel.h(38) : error C2061: syntax error : identifier 'CUSTOMERRID'
c:\documents and settings\lenovo\桌面\kcsj\hotel.h(41) : error C2059: syntax error : '}'
c:\documents and settings\lenovo\桌面\kcsj\hotel.h(51) : error C2061: syntax error : identifier 'CUSTOMER'
c:\documents and settings\lenovo\桌面\kcsj\hotel.h(52) : error C2371: 'next' : redefinition; different basic types
c:\documents and settings\lenovo\桌面\kcsj\hotel.h(30) : see declaration of 'next'
c:\documents and settings\lenovo\桌面\kcsj\hotel.h(53) : error C2059: syntax error : '}'
c:\documents and settings\lenovo\桌面\kcsj\save.c(8) : error C2143: syntax error : missing '{' before '*'
c:\documents and settings\lenovo\桌面\kcsj\save.c(9) : error C2143: syntax error : missing '{' before '*'
c:\documents and settings\lenovo\桌面\kcsj\save.c(29) : error C2065: 'DWORD' : undeclared identifier
c:\documents and settings\lenovo\桌面\kcsj\save.c(29) : error C2146: syntax error : missing ';' before identifier 'n'
c:\documents and settings\lenovo\桌面\kcsj\save.c(29) : error C2065: 'n' : undeclared identifier
c:\documents and settings\lenovo\桌面\kcsj\save.c(30) : error C2275: 'FILE' : illegal use of this type as an expression
e:\vc98\include\stdio.h(156) : see declaration of 'FILE'
c:\documents and settings\lenovo\桌面\kcsj\save.c(30) : error C2065: 'pfile' : undeclared identifier
c:\documents and settings\lenovo\桌面\kcsj\save.c(31) : error C2275: 'FILE' : illegal use of this type as an expression
e:\vc98\include\stdio.h(156) : see declaration of 'FILE'
c:\documents and settings\lenovo\桌面\kcsj\save.c(31) : error C2065: 'pback' : undeclared identifier
c:\documents and settings\lenovo\桌面\kcsj\save.c(38) : warning C4013: 'strcpy' undefined; assuming extern returning int
c:\documents and settings\lenovo\桌面\kcsj\save.c(39) : warning C4013: 'strcat' undefined; assuming extern returning int
c:\documents and settings\lenovo\桌面\kcsj\save.c(39) : error C2065: 'bsckfile' : undeclared identifier
c:\documents and settings\lenovo\桌面\kcsj\save.c(41) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _iobuf *'
c:\documents and settings\lenovo\桌面\kcsj\save.c(41) : warning C4047: '==' : 'void *' differs in levels of indirection from 'int '
c:\documents and settings\lenovo\桌面\kcsj\save.c(41) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _iobuf *'
c:\documents and settings\lenovo\桌面\kcsj\save.c(41) : warning C4047: '==' : 'void *' differs in levels of indirection from 'int '
c:\documents and settings\lenovo\桌面\kcsj\save.c(45) : warning C4047: 'function' : 'struct _iobuf *' differs in levels of indirection from 'int '
c:\documents and settings\lenovo\桌面\kcsj\save.c(45) : warning C4024: 'fread' : different types for formal and actual parameter 4
c:\documents and settings\lenovo\桌面\kcsj\save.c(47) : warning C4047: 'function' : 'struct _iobuf *' differs in levels of indirection from 'int '
c:\documents and settings\lenovo\桌面\kcsj\save.c(47) : warning C4024: 'fwrite' : different types for formal and actual parameter 4
c:\documents and settings\lenovo\桌面\kcsj\save.c(47) : warning C4018: '!=' : signed/unsigned mismatch
c:\documents and settings\lenovo\桌面\kcsj\save.c(53) : warning C4047: 'function' : 'struct _iobuf *' differs in levels of indirection from 'int '
c:\documents and settings\lenovo\桌面\kcsj\save.c(53) : warning C4024: 'fclose' : different types for formal and actual parameter 1
c:\documents and settings\lenovo\桌面\kcsj\save.c(53) : warning C4047: 'function' : 'struct _iobuf *' differs in levels of indirection from 'int '
c:\documents and settings\lenovo\桌面\kcsj\save.c(53) : warning C4024: 'fclose' : different types for formal and actual parameter 1
c:\documents and settings\lenovo\桌面\kcsj\save.c(71) : error C2371: 'SaveCustomer' : redefinition; different basic types
c:\documents and settings\lenovo\桌面\kcsj\save.c(16) : see declaration of 'SaveCustomer'
c:\documents and settings\lenovo\桌面\kcsj\save.c(72) : error C2065: 'CUSTOMER' : undeclared identifier
c:\documents and settings\lenovo\桌面\kcsj\save.c(72) : error C2065: 'pcustomer' : undeclared identifier
c:\documents and settings\lenovo\桌面\kcsj\save.c(72) : warning C4047: '=' : 'int ' differs in levels of indirection from 'void *'
c:\documents and settings\lenovo\桌面\kcsj\save.c(72) : error C2106: '=' : left operand must be l-value
c:\documents and settings\lenovo\桌面\kcsj\save.c(73) : error C2275: 'FILE' : illegal use of this type as an expression
e:\vc98\include\stdio.h(156) : see declaration of 'FILE'
c:\documents and settings\lenovo\桌面\kcsj\save.c(74) : error C2146: syntax error : missing ';' before identifier 'cstore'
c:\documents and settings\lenovo\桌面\kcsj\save.c(74) : error C2065: 'cstore' : undeclared identifier
c:\documents and settings\lenovo\桌面\kcsj\save.c(76) : warning C4047: '=' : 'int ' differs in levels of indirection from 'int *'
c:\documents and settings\lenovo\桌面\kcsj\save.c(77) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _iobuf *'
c:\documents and settings\lenovo\桌面\kcsj\save.c(78) : warning C4047: '==' : 'void *' differs in levels of indirection from 'int '
c:\documents and settings\lenovo\桌面\kcsj\save.c(83) : warning C4047: '!=' : 'void *' differs in levels of indirection from 'int '
c:\documents and settings\lenovo\桌面\kcsj\save.c(85) : error C2224: left of '.name' must have struct/union type
c:\documents and settings\lenovo\桌面\kcsj\save.c(85) : error C2223: left of '->name' must point to struct/union
c:\documents and settings\lenovo\桌面\kcsj\save.c(86) : error C2224: left of '.id' must have struct/union type
c:\documents and settings\lenovo\桌面\kcsj\save.c(86) : error C2223: left of '->id' must point to struct/union
c:\documents and settings\lenovo\桌面\kcsj\save.c(87) : error C2224: left of '.date' must have struct/union type
c:\documents and settings\lenovo\桌面\kcsj\save.c(87) : error C2223: left of '->date' must point to struct/union
c:\documents and settings\lenovo\桌面\kcsj\save.c(88) : error C2224: left of '.days' must have struct/union type
c:\documents and settings\lenovo\桌面\kcsj\save.c(88) : error C2223: left of '->days' must point to struct/union
c:\documents and settings\lenovo\桌面\kcsj\save.c(90) : warning C4047: 'function' : 'struct _iobuf *' differs in levels of indirection from 'int '
c:\documents and settings\lenovo\桌面\kcsj\save.c(90) : warning C4024: 'fwrite' : different types for formal and actual parameter 4
c:\documents and settings\lenovo\桌面\kcsj\save.c(96) : error C2223: left of '->next' must point to struct/union
c:\documents and settings\lenovo\桌面\kcsj\save.c(99) : warning C4047: 'function' : 'struct _iobuf *' differs in levels of indirection from 'int '
c:\documents and settings\lenovo\桌面\kcsj\save.c(99) : warning C4024: 'fclose' : different types for formal and actual parameter 1
c:\documents and settings\lenovo\桌面\kcsj\save.c(113) : error C2065: 'ROOM' : undeclared identifier
c:\documents and settings\lenovo\桌面\kcsj\save.c(113) : error C2065: 'proom' : undeclared identifier
c:\documents and settings\lenovo\桌面\kcsj\save.c(113) : warning C4047: '=' : 'int ' differs in levels of indirection from 'void *'
c:\documents and settings\lenovo\桌面\kcsj\save.c(113) : error C2106: '=' : left operand must be l-value
c:\documents and settings\lenovo\桌面\kcsj\save.c(114) : error C2275: 'FILE' : illegal use of this type as an expression
e:\vc98\include\stdio.h(156) : see declaration of 'FILE'
c:\documents and settings\lenovo\桌面\kcsj\save.c(115) : error C2275: 'ROOMSTO' : illegal use of this type as an expression
c:\documents and settings\lenovo\桌面\kcsj\hotel.h(63) : see declaration of 'ROOMSTO'
c:\documents and settings\lenovo\桌面\kcsj\save.c(115) : error C2146: syntax error : missing ';' before identifier 'rstore'
c:\documents and settings\lenovo\桌面\kcsj\save.c(115) : error C2065: 'rstore' : undeclared identifier
c:\documents and settings\lenovo\桌面\kcsj\save.c(117) : warning C4047: '=' : 'int ' differs in levels of indirection from 'struct _iobuf *'
c:\documents and settings\lenovo\桌面\kcsj\save.c(117) : warning C4047: '=' : 'void *' differs in levels of indirection from 'int '
c:\documents and settings\lenovo\桌面\kcsj\save.c(117) : error C2106: '=' : left operand must be l-value
c:\documents and settings\lenovo\桌面\kcsj\save.c(123) : warning C4047: '=' : 'int ' differs in levels of indirection from 'int *'
c:\documents and settings\lenovo\桌面\kcsj\save.c(124) : warning C4047: '!=' : 'void *' differs in levels of indirection from 'int '
c:\documents and settings\lenovo\桌面\kcsj\save.c(126) : error C2224: left of '.no' must have struct/union type
c:\documents and settings\lenovo\桌面\kcsj\save.c(126) : error C2223: left of '->no' must point to struct/union
c:\documents and settings\lenovo\桌面\kcsj\save.c(127) : error C2224: left of '.type' must have struct/union type
c:\documents and settings\lenovo\桌面\kcsj\save.c(127) : error C2223: left of '->type' must point to struct/union
c:\documents and settings\lenovo\桌面\kcsj\save.c(128) : error C2224: left of '.status' must have struct/union type
c:\documents and settings\lenovo\桌面\kcsj\save.c(128) : error C2223: left of '->status' must point to struct/union
c:\documents and settings\lenovo\桌面\kcsj\save.c(129) : error C2224: left of '.type' must have struct/union type
c:\documents and settings\lenovo\桌面\kcsj\save.c(131) : error C2223: left of '->pcustomer' must point to struct/union
c:\documents and settings\lenovo\桌面\kcsj\save.c(133) : error C2224: left of '.cid' must have struct/union type
c:\documents and settings\lenovo\桌面\kcsj\save.c(133) : error C2223: left of '->pcustomer' must point to struct/union
c:\documents and settings\lenovo\桌面\kcsj\save.c(137) : warning C4047: 'function' : 'struct _iobuf *' differs in levels of indirection from 'int '
c:\documents and settings\lenovo\桌面\kcsj\save.c(137) : warning C4024: 'fwrite' : different types for formal and actual parameter 4
执行 cl.exe 时出错.
<h3>Results</h3>
Save.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -