⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 findhz.plg

📁 VC++编程技巧典型案例解析——基础与应用
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: findhz - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Release/findhz.res" /d "NDEBUG" /d "_AFXDLL" "N:\MSVC60\MyProjects\findhz\findhz.rc"" 
Creating temporary file "C:\WINDOWS\TEMP\RSP1390.TMP" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/findhz.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"N:\MSVC60\MyProjects\findhz\DlgBihua.cpp"
"N:\MSVC60\MyProjects\findhz\DlgBushou.cpp"
"N:\MSVC60\MyProjects\findhz\findhz.cpp"
"N:\MSVC60\MyProjects\findhz\findhzDoc.cpp"
"N:\MSVC60\MyProjects\findhz\findhzView.cpp"
"N:\MSVC60\MyProjects\findhz\MainFrm.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP1390.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP1391.TMP" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/findhz.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"N:\MSVC60\MyProjects\findhz\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP1391.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP1392.TMP" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/findhz.pdb" /machine:I386 /out:"Release/findhz.exe" 
.\Release\DlgBihua.obj
.\Release\DlgBushou.obj
.\Release\findhz.obj
.\Release\findhzDoc.obj
.\Release\findhzView.obj
.\Release\MainFrm.obj
.\Release\StdAfx.obj
.\Release\findhz.res
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP1392.TMP"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DlgBihua.cpp
DlgBushou.cpp
findhz.cpp
findhzDoc.cpp
findhzView.cpp
MainFrm.cpp
Generating Code...
Linking...



<h3>Results</h3>
findhz.exe - 0 error(s), 0 warning(s)
<h3>
--------------------Configuration: findhz - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/findhz.res" /d "_DEBUG" /d "_AFXDLL" "N:\MSVC60\MyProjects\findhz\findhz.rc"" 
Creating temporary file "C:\WINDOWS\TEMP\RSP2014.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/findhz.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"N:\MSVC60\MyProjects\findhz\DlgBihua.cpp"
"N:\MSVC60\MyProjects\findhz\DlgBushou.cpp"
"N:\MSVC60\MyProjects\findhz\findhz.cpp"
"N:\MSVC60\MyProjects\findhz\findhzDoc.cpp"
"N:\MSVC60\MyProjects\findhz\findhzView.cpp"
"N:\MSVC60\MyProjects\findhz\MainFrm.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP2014.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP2015.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/findhz.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"N:\MSVC60\MyProjects\findhz\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP2015.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP2016.TMP" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/findhz.pdb" /debug /machine:I386 /out:"Debug/findhz.exe" /pdbtype:sept 
.\Debug\DlgBihua.obj
.\Debug\DlgBushou.obj
.\Debug\findhz.obj
.\Debug\findhzDoc.obj
.\Debug\findhzView.obj
.\Debug\MainFrm.obj
.\Debug\StdAfx.obj
.\Debug\findhz.res
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP2016.TMP"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DlgBihua.cpp
DlgBushou.cpp
findhz.cpp
findhzDoc.cpp
findhzView.cpp
MainFrm.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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