lzw_demo.plg

来自「这个是一个多媒体的压缩与解压的软件源码 采用的是行程编码的 看看吧」· PLG 代码 · 共 32 行

PLG
32
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: LZW_Demo - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/LZW_Demo.res" /d "_DEBUG" /d "_AFXDLL" "C:\Documents and Settings\goldfighter.43BFB134B45A4F8\桌面\LZW_Demo\LZW_Demo\LZW_Demo.rc"" 
Creating temporary file "C:\DOCUME~1\GOLDFI~1.43B\LOCALS~1\Temp\RSP5E.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/LZW_Demo.pdb" /debug /machine:I386 /out:"Debug/LZW_Demo.exe" /pdbtype:sept 
".\Debug\LZW_Demo.obj"
".\Debug\LZW_DemoDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\Lzw.obj"
".\Debug\MemMapFile.obj"
".\Debug\LZW_Demo.res"
]
Creating command line "link.exe @C:\DOCUME~1\GOLDFI~1.43B\LOCALS~1\Temp\RSP5E.tmp"
<h3>Output Window</h3>
Compiling resources...
Linking...



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

⌨️ 快捷键说明

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