bin2txt.plg

来自「图片转化工具,非常好用的一款软件,将图片转换为十六进制」· PLG 代码 · 共 28 行

PLG
28
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: bin2txt - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\Tiger\LOCALS~1\Temp\RSP4D.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/bin2txt.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"H:\bin2txt\bin2txtDlg.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\Tiger\LOCALS~1\Temp\RSP4D.tmp" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/bin2txt.pdb" /debug /machine:I386 /out:"Debug/bin2txt.exe" /pdbtype:sept  .\Debug\bin2txt.obj .\Debug\bin2txtDlg.obj .\Debug\StdAfx.obj .\Debug\bin2txt.res "
<h3>Output Window</h3>
Compiling...
bin2txtDlg.cpp
Linking...



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

⌨️ 快捷键说明

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