📄 分形.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 分形 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP126.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/分形.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\分形\分形.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP126.tmp"
<h3>Output Window</h3>
Compiling...
分形.cpp
F:\分形\分形.cpp(12) : error C2065: '_FILE_' : undeclared identifier
F:\分形\分形.cpp(12) : error C2440: 'initializing' : cannot convert from 'int' to 'char []'
There are no conversions to array types, although there are conversions to references or pointers to arrays
F:\分形\分形.cpp(16) : error C2065: 'CMyTreeView' : undeclared identifier
F:\分形\分形.cpp(16) : error C2065: 'CView' : undeclared identifier
F:\分形\分形.cpp(18) : error C2501: 'IMPLEMENT_DYNCREATE' : missing storage-class or type specifiers
F:\分形\分形.cpp(18) : error C2078: too many initializers
F:\分形\分形.cpp(18) : error C2146: syntax error : missing ';' before identifier 'BEGIN_MESSAGE_MAP'
F:\分形\分形.cpp(20) : error C2501: 'BEGIN_MESSAGE_MAP' : missing storage-class or type specifiers
F:\分形\分形.cpp(20) : error C2078: too many initializers
F:\分形\分形.cpp(20) : error C2146: syntax error : missing ';' before identifier 'ON_WM_LBUTTONDBLCLK'
F:\分形\分形.cpp(21) : error C2146: syntax error : missing ';' before identifier 'ON_WM_CREATE'
F:\分形\分形.cpp(21) : fatal error C1004: unexpected end of file found
执行 cl.exe 时出错.
<h3>Results</h3>
分形.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -