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

📄 helptest.plg

📁 文件包含了很多VC实例
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: helpTest - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP14.bat" with contents
[
@echo off
copy "hlp\helpTest.cnt" .\Debug
]
Creating command line "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP14.bat"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP15.bat" with contents
[
@echo off
echo. >"hlp\helpTest.hm"
echo // Commands (ID_* and IDM_*) >>"hlp\helpTest.hm"
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlp\helpTest.hm"
echo. >>"hlp\helpTest.hm"
echo // Prompts (IDP_*) >>"hlp\helpTest.hm"
makehm IDP_,HIDP_,0x30000 resource.h >>"hlp\helpTest.hm"
echo. >>"hlp\helpTest.hm"
echo // Resources (IDR_*) >>"hlp\helpTest.hm"
makehm IDR_,HIDR_,0x20000 resource.h >>"hlp\helpTest.hm"
echo. >>"hlp\helpTest.hm"
echo // Dialogs (IDD_*) >>"hlp\helpTest.hm"
makehm IDD_,HIDD_,0x20000 resource.h >>"hlp\helpTest.hm"
echo. >>"hlp\helpTest.hm"
echo // Frame Controls (IDW_*) >>"hlp\helpTest.hm"
makehm IDW_,HIDW_,0x50000 resource.h >>"hlp\helpTest.hm"
]
Creating command line "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP15.bat"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP16.bat" with contents
[
@echo off
start /wait hcw /C /E /M "hlp\helpTest.hpj"
if errorlevel 1 goto :Error
if not exist "hlp\helpTest.hlp" goto :Error
copy "hlp\helpTest.hlp" .\Debug
goto :done
:Error
echo hlp\helpTest.hpj(1) : error:
type "hlp\helpTest.log"
:done
]
Creating command line "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP16.bat"
Creating command line "rc.exe /l 0x804 /fo"Debug/helpTest.res" /d "_DEBUG" /d "_AFXDLL" "E:\古万荣-编的书-VC从入门到精通\15\helpTest\helpTest.rc"" 
Copying contents file...
已复制         1 个文件。
Making help include file...
Making help file...
已复制         1 个文件。
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP17.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/helpTest.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ   /c 
"E:\古万荣-编的书-VC从入门到精通\15\helpTest\helpTest.cpp"
"E:\古万荣-编的书-VC从入门到精通\15\helpTest\MainFrm.cpp"
"E:\古万荣-编的书-VC从入门到精通\15\helpTest\ChildFrm.cpp"
"E:\古万荣-编的书-VC从入门到精通\15\helpTest\helpTestDoc.cpp"
"E:\古万荣-编的书-VC从入门到精通\15\helpTest\helpTestView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP17.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/helpTest.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ   /c 
"E:\古万荣-编的书-VC从入门到精通\15\helpTest\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP18.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/helpTest.pdb" /debug /machine:I386 /out:"Debug/helpTest.exe" /pdbtype:sept 
".\Debug\helpTest.obj"
".\Debug\StdAfx.obj"
".\Debug\MainFrm.obj"
".\Debug\ChildFrm.obj"
".\Debug\helpTestDoc.obj"
".\Debug\helpTestView.obj"
".\Debug\helpTest.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
helpTest.cpp
MainFrm.cpp
ChildFrm.cpp
helpTestDoc.cpp
helpTestView.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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