convert.plg

来自「利用浏览器隐藏图片 运行环境:XPSP2+IE6.0和TT;VC++ 6.0 」· PLG 代码 · 共 30 行

PLG
30
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: convert - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\BLUEWA~1\LOCALS~1\Temp\RSP17.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/convert.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"G:\我的VC++程序\convert\convertDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\BLUEWA~1\LOCALS~1\Temp\RSP17.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/convert.pdb" /machine:I386 /out:"Release/convert.exe"  ".\Release\convert.obj" ".\Release\convertDlg.obj" ".\Release\StdAfx.obj" ".\Release\convert.res" "
<h3>Output Window</h3>
Compiling...
convertDlg.cpp
G:\我的VC++程序\convert\convertDlg.cpp(256) : warning C4018: '<' : signed/unsigned mismatch
G:\我的VC++程序\convert\convertDlg.cpp(264) : warning C4018: '<' : signed/unsigned mismatch
Linking...



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

⌨️ 快捷键说明

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