📄 scan.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: scan - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP45.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/scan.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\322\LEI vC++\scan\a.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP45.tmp"
<h3>Output Window</h3>
Compiling...
a.cpp
F:\322\LEI vC++\scan\a.cpp(62) : error C2440: '=' : cannot convert from 'char [1]' to 'char'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
F:\322\LEI vC++\scan\a.cpp(72) : error C2065: 'code' : undeclared identifier
F:\322\LEI vC++\scan\a.cpp(73) : error C2065: 'insertid' : undeclared identifier
F:\322\LEI vC++\scan\a.cpp(73) : error C2440: '=' : cannot convert from 'int' to 'char [32]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
F:\322\LEI vC++\scan\a.cpp(76) : error C2440: '=' : cannot convert from 'char [2]' to 'char [32]'
There is no context in which this conversion is possible
F:\322\LEI vC++\scan\a.cpp(76) : error C2440: '=' : cannot convert from 'int' to 'char [32]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
F:\322\LEI vC++\scan\a.cpp(77) : error C2181: illegal else without matching if
F:\322\LEI vC++\scan\a.cpp(83) : error C2440: '=' : cannot convert from 'char *' to 'char [32]'
There are no conversions to array types, although there are conversions to references or pointers to arrays
F:\322\LEI vC++\scan\a.cpp(88) : error C2440: '=' : cannot convert from 'char [2]' to 'char [32]'
There is no context in which this conversion is possible
F:\322\LEI vC++\scan\a.cpp(90) : error C2440: '=' : cannot convert from 'char [2]' to 'char [32]'
There is no context in which this conversion is possible
F:\322\LEI vC++\scan\a.cpp(94) : error C2440: '=' : cannot convert from 'char [2]' to 'char [32]'
There is no context in which this conversion is possible
F:\322\LEI vC++\scan\a.cpp(96) : error C2440: '=' : cannot convert from 'char [2]' to 'char [32]'
There is no context in which this conversion is possible
F:\322\LEI vC++\scan\a.cpp(99) : error C2440: '=' : cannot convert from 'char [2]' to 'char [32]'
There is no context in which this conversion is possible
F:\322\LEI vC++\scan\a.cpp(101) : error C2440: '=' : cannot convert from 'char [2]' to 'char [32]'
There is no context in which this conversion is possible
F:\322\LEI vC++\scan\a.cpp(103) : error C2440: '=' : cannot convert from 'char [2]' to 'char [32]'
There is no context in which this conversion is possible
F:\322\LEI vC++\scan\a.cpp(108) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
<h3>Results</h3>
a.obj - 16 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -