📄 mysdi.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Mysdi - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ncy\LOCALS~1\Temp\RSPD9.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Mysdi.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\MyProject\Mysdi\MysdiView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ncy\LOCALS~1\Temp\RSPD9.tmp"
Creating temporary file "C:\DOCUME~1\ncy\LOCALS~1\Temp\RSPDA.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Mysdi.pdb" /debug /machine:I386 /out:"Debug/Mysdi.exe" /pdbtype:sept
.\Debug\Mysdi.obj
.\Debug\StdAfx.obj
.\Debug\MainFrm.obj
.\Debug\MysdiDoc.obj
.\Debug\MysdiView.obj
.\Debug\Mysdi.res
.\Debug\RadiusDialog.obj
]
Creating command line "link.exe @C:\DOCUME~1\ncy\LOCALS~1\Temp\RSPDA.tmp"
<h3>Output Window</h3>
Compiling...
MysdiView.cpp
f:\myproject\mysdi\resource.h(11) : warning C4005: 'WM_INITDIALOG' : macro redefinition
d:\program files\microsoft visual studio\vc98\include\winuser.h(1459) : see previous definition of 'WM_INITDIALOG'
F:\MyProject\Mysdi\MysdiView.cpp(112) : error C2039: 'm_nRadius' : is not a member of 'CRadiusDialog'
f:\myproject\mysdi\radiusdialog.h(13) : see declaration of 'CRadiusDialog'
F:\MyProject\Mysdi\MysdiView.cpp(115) : error C2039: 'm_nRadius' : is not a member of 'CRadiusDialog'
f:\myproject\mysdi\radiusdialog.h(13) : see declaration of 'CRadiusDialog'
Error executing cl.exe.
<h3>Results</h3>
Mysdi.exe - 2 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -