测试程序vc.plg

来自「vc6.0是一个很好的开放环境」· PLG 代码 · 共 52 行

PLG
52
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 测试程序VC - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/测试程序VC.res" /d "_DEBUG" /d "_AFXDLL" "C:\Documents and Settings\Administrator\桌面\应用服务器_范例-20090318\校验和计算-CRC16\测试程序VC\测试程序VC.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP89B.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/测试程序VC.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\Administrator\桌面\应用服务器_范例-20090318\校验和计算-CRC16\测试程序VC\Get_CheckSum.cpp"
"C:\Documents and Settings\Administrator\桌面\应用服务器_范例-20090318\校验和计算-CRC16\测试程序VC\测试程序VC.cpp"
"C:\Documents and Settings\Administrator\桌面\应用服务器_范例-20090318\校验和计算-CRC16\测试程序VC\测试程序VCDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP89B.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP89C.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/测试程序VC.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"C:\Documents and Settings\Administrator\桌面\应用服务器_范例-20090318\校验和计算-CRC16\测试程序VC\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP89C.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP89D.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/测试程序VC.pdb" /debug /machine:I386 /out:"Debug/测试程序VC.exe" /pdbtype:sept 
".\Debug\Get_CheckSum.obj"
".\Debug\StdAfx.obj"
".\Debug\测试程序VC.obj"
".\Debug\测试程序VCDlg.obj"
".\Debug\测试程序VC.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP89D.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Get_CheckSum.cpp
测试程序VC.cpp
测试程序VCDlg.cpp
Generating Code...
Linking...



<h3>Results</h3>
测试程序VC.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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