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

📄 hook.plg

📁 本文件中包含的是《VC编程100例》一书中的源代码
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Hook - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/Hook.res" /d "_DEBUG" /d "_AFXDLL" "E:\Book\正进行\实效130例\编程百例\VC\code\第02章\实例20  屏幕抓图\hook\Hook.rc"" 
Creating temporary file "C:\WIN98\TEMP\RSP7202.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/Hook.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\Book\正进行\实效130例\编程百例\VC\code\第02章\实例20  屏幕抓图\hook\Hook.cpp"
]
Creating command line "cl.exe @C:\WIN98\TEMP\RSP7202.TMP" 
Creating temporary file "C:\WIN98\TEMP\RSP7203.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Debug/Hook.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\Book\正进行\实效130例\编程百例\VC\code\第02章\实例20  屏幕抓图\hook\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WIN98\TEMP\RSP7203.TMP" 
Creating command line "link.exe /nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/Hook.pdb" /debug /machine:I386 /def:".\Hook.def" /out:"Debug/Hook.dll" /implib:"Debug/Hook.lib" /pdbtype:sept  ".\Debug\Hook.obj" ".\Debug\StdAfx.obj" ".\Debug\Hook.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Hook.cpp
Linking...
   Creating library Debug/Hook.lib and object Debug/Hook.exp



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

⌨️ 快捷键说明

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