dibsection.vcl

来自「wince下将bmp转换为jpeg的程序,用了一个jpeg压缩类,可以移植」· VCL 代码 · 共 41 行

VCL
41
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: DIBSection - Win32 (WCE emulator) Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2A.tmp" with contents
[
/nologo /W3 /Zi /Od /D "DEBUG" /D "_i386_" /D UNDER_CE=400 /D _WIN32_WCE=400 /D "WCE_PLATFORM_STANDARDSDK" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_WIN32_WCE_CEPC" /D "_AFXDLL" /Fp"emulatorDbg/DIBSection.pch" /Yc"stdafx.h" /Fo"emulatorDbg/" /Fd"emulatorDbg/" /Gs8192 /GF /c 
"E:\DIBSection\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2A.tmp" 
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2B.tmp" with contents
[
/nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:yes /pdb:"emulatorDbg/DIBSection.pdb" /debug /out:"emulatorDbg/DIBSection.exe" /subsystem:windowsce,4.00 /MACHINE:IX86 
.\emulatorDbg\DIBSection.obj
.\emulatorDbg\DIBSectionCE.obj
.\emulatorDbg\DIBSectionDoc.obj
.\emulatorDbg\DIBSectionView.obj
.\emulatorDbg\MainFrm.obj
.\emulatorDbg\StdAfx.obj
.\emulatorDbg\DIBSection.res
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2B.tmp"
<h3>Output Window</h3>
Linking...




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

⌨️ 快捷键说明

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