📄 ss.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ss - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/ss.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\新星\表达式代码\d.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA.tmp"
<h3>Output Window</h3>
Compiling...
d.cpp
e:\新星\表达式代码\d.cpp(8) : error C2143: syntax error : missing ';' before '*'
e:\新星\表达式代码\d.cpp(8) : error C2501: 'SElemType' : missing storage-class or type specifiers
e:\新星\表达式代码\d.cpp(8) : error C2501: 'base' : missing storage-class or type specifiers
e:\新星\表达式代码\d.cpp(9) : error C2143: syntax error : missing ';' before '*'
e:\新星\表达式代码\d.cpp(9) : error C2501: 'SElemType' : missing storage-class or type specifiers
e:\新星\表达式代码\d.cpp(9) : error C2501: 'top' : missing storage-class or type specifiers
e:\新星\表达式代码\d.cpp(10) : error C2059: syntax error : 'constant'
e:\新星\表达式代码\d.cpp(10) : error C2238: unexpected token(s) preceding ';'
e:\新星\表达式代码\d.cpp(13) : error C2065: 'GetTop' : undeclared identifier
e:\新星\表达式代码\d.cpp(13) : error C2065: 'OPTR' : undeclared identifier
e:\新星\表达式代码\d.cpp(13) : error C2065: 'c' : undeclared identifier
e:\新星\表达式代码\d.cpp(14) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition
e:\新星\表达式代码\d.cpp(45) : error C2065: 'OP' : undeclared identifier
e:\新星\表达式代码\d.cpp(46) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition
e:\新星\表达式代码\d.cpp(52) : error C2065: 'a' : undeclared identifier
e:\新星\表达式代码\d.cpp(52) : error C2065: 'theta' : undeclared identifier
e:\新星\表达式代码\d.cpp(52) : error C2065: 'b' : undeclared identifier
e:\新星\表达式代码\d.cpp(53) : error C2448: '<Unknown>' : function-style initializer appears to be a function definition
e:\新星\表达式代码\d.cpp(66) : error C2146: syntax error : missing ';' before identifier 'EvaluateExpression'
e:\新星\表达式代码\d.cpp(66) : error C2501: 'OperandType' : missing storage-class or type specifiers
e:\新星\表达式代码\d.cpp(66) : fatal error C1004: unexpected end of file found
执行 cl.exe 时出错.
<h3>Results</h3>
d.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -