rangeedit.plg
来自「Visual C++下的界面设计」· PLG 代码 · 共 52 行
PLG
52 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: RangeEdit - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/RangeEdit.res" /d "_DEBUG" /d "_AFXDLL" "D:\电力\VC界面\练习\实例13\range_edit\RangeEdit.rc""
Creating temporary file "C:\TEMP\RSP16.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/RangeEdit.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"D:\电力\VC界面\练习\实例13\range_edit\CRangeEdit.cpp"
"D:\电力\VC界面\练习\实例13\range_edit\RangeEdit.cpp"
"D:\电力\VC界面\练习\实例13\range_edit\RangeEditDlg.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP16.tmp"
Creating temporary file "C:\TEMP\RSP17.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/RangeEdit.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /c
"D:\电力\VC界面\练习\实例13\range_edit\StdAfx.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP17.tmp"
Creating temporary file "C:\TEMP\RSP18.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/RangeEdit.pdb" /debug /machine:I386 /out:"Debug/RangeEdit.exe" /pdbtype:sept
".\Debug\CRangeEdit.obj"
".\Debug\RangeEdit.obj"
".\Debug\RangeEditDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\RangeEdit.res"
]
Creating command line "link.exe @C:\TEMP\RSP18.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
CRangeEdit.cpp
RangeEdit.cpp
RangeEditDlg.cpp
Generating Code...
Linking...
<h3>Results</h3>
RangeEdit.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?