controls.plg

来自「本文件包包含了大量用VC++开发的应用程序界面」· PLG 代码 · 共 55 行

PLG
55
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Controls - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\TEMP\RSP366.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Controls.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"N:\CFILES\VC++Tips\0819-0852\Windows Common Controls -- Basic Controls\Controls.cpp"
"N:\CFILES\VC++Tips\0819-0852\Windows Common Controls -- Basic Controls\ControlsProp.cpp"
"N:\CFILES\VC++Tips\0819-0852\Windows Common Controls -- Basic Controls\ProgressBar.cpp"
"N:\CFILES\VC++Tips\0819-0852\Windows Common Controls -- Basic Controls\ScrollBarDlg.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP366.tmp" 
Creating temporary file "C:\TEMP\RSP367.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Controls.pdb" /debug /machine:I386 /out:"Debug/Controls.exe" /pdbtype:sept 
".\Debug\ButtonPage.obj"
".\Debug\CheckDragDlg.obj"
".\Debug\ComboBoxDlg.obj"
".\Debug\Controls.obj"
".\Debug\ControlsProp.obj"
".\Debug\EditEx.obj"
".\Debug\EditPage.obj"
".\Debug\ListBoxBasicDlg.obj"
".\Debug\ListBoxDlg.obj"
".\Debug\ProgressBar.obj"
".\Debug\ScrollBarDlg.obj"
".\Debug\StaticEx.obj"
".\Debug\StaticPage.obj"
".\Debug\StdAfx.obj"
".\Debug\Controls.res"
]
Creating command line "link.exe @C:\TEMP\RSP367.tmp"
<h3>Output Window</h3>
Compiling...
ProgressBar.cpp
Generating Code...
Skipping... (no relevant changes detected)
Controls.cpp
ControlsProp.cpp
ScrollBarDlg.cpp
Linking...



<h3>Results</h3>
Controls.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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