smallwe001view.plg

来自「在AVR上实现jpeg的解码」· PLG 代码 · 共 29 行

PLG
29
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: smallwe001View - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP52.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/smallwe001View.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\smallwe001\smallwe001View.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP52.tmp" 
<h3>Output Window</h3>
Compiling...
smallwe001View.cpp
e:\smallwe001\smallwe001view.cpp(136) : error C2065: 'pivot' : undeclared identifier
e:\smallwe001\smallwe001view.cpp(198) : error C2373: 'pivot' : redefinition; different type modifiers
执行 cl.exe 时出错.



<h3>Results</h3>
smallwe001View.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?