📄 example.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Example - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\TEMP\RSP8.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/Example.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"D:\电力\界面\propsheet_in_dialog\DevStudio\MyProject\Example\Example.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP8.tmp"
Creating temporary file "C:\TEMP\RSP9.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Example.pdb" /debug /machine:I386 /out:"Debug/Example.exe" /pdbtype:sept
".\Debug\CMyProperty.obj"
".\Debug\Example.obj"
".\Debug\ExampleDlg.obj"
".\Debug\PropPage1.obj"
".\Debug\PropPage2.obj"
".\Debug\StdAfx.obj"
".\Debug\Example.res"
]
Creating command line "link.exe @C:\TEMP\RSP9.tmp"
<h3>Output Window</h3>
Compiling...
Example.cpp
d:\电力\界面\propsheet_in_dialog\devstudio\myproject\example\exampledlg.h(36) : error C2146: syntax error : missing ';' before identifier 'm_propPage1'
d:\电力\界面\propsheet_in_dialog\devstudio\myproject\example\exampledlg.h(36) : error C2501: 'PropPage1' : missing storage-class or type specifiers
d:\电力\界面\propsheet_in_dialog\devstudio\myproject\example\exampledlg.h(36) : error C2501: 'm_propPage1' : missing storage-class or type specifiers
d:\电力\界面\propsheet_in_dialog\devstudio\myproject\example\exampledlg.h(37) : error C2146: syntax error : missing ';' before identifier 'm_propPage2'
d:\电力\界面\propsheet_in_dialog\devstudio\myproject\example\exampledlg.h(37) : error C2501: 'PropPage2' : missing storage-class or type specifiers
d:\电力\界面\propsheet_in_dialog\devstudio\myproject\example\exampledlg.h(37) : error C2501: 'm_propPage2' : missing storage-class or type specifiers
d:\电力\界面\propsheet_in_dialog\devstudio\myproject\example\exampledlg.h(38) : error C2146: syntax error : missing ';' before identifier 'm_propertySheet'
d:\电力\界面\propsheet_in_dialog\devstudio\myproject\example\exampledlg.h(38) : error C2501: 'CMyPropertySheet' : missing storage-class or type specifiers
d:\电力\界面\propsheet_in_dialog\devstudio\myproject\example\exampledlg.h(38) : error C2501: 'm_propertySheet' : missing storage-class or type specifiers
Error executing cl.exe.
<h3>Results</h3>
Example.exe - 9 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -