showgif.vcl
来自「在 WINCE下 显示 GIF图片 GIF89A类」· VCL 代码 · 共 42 行
VCL
42 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ShowGif - Win32 (WCE emulator) Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\MaDan\LOCALS~1\Temp\RSPD.tmp" with contents
[
/nologo /W3 /D "_i386_" /D UNDER_CE=400 /D _WIN32_WCE=400 /D "WCE_PLATFORM_STANDARDSDK" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_WIN32_WCE_CEPC" /D "_AFXDLL" /Fp"emulatorRel/ShowGif.pch" /Yu"stdafx.h" /Fo"emulatorRel/" /Gs8192 /GF /O2 /c
"C:\Documents and Settings\MaDan\桌面\ShowGif\MainFrm.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\MaDan\LOCALS~1\Temp\RSPD.tmp"
Creating temporary file "C:\DOCUME~1\MaDan\LOCALS~1\Temp\RSPE.tmp" with contents
[
/nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:no /pdb:"emulatorRel/ShowGif.pdb" /out:"emulatorRel/ShowGif.exe" /subsystem:windowsce,4.00 /MACHINE:IX86
".\emulatorRel\Gif.obj"
".\emulatorRel\gif89a.obj"
".\emulatorRel\image.obj"
".\emulatorRel\MainFrm.obj"
".\emulatorRel\ShowGif.obj"
".\emulatorRel\ShowGifDoc.obj"
".\emulatorRel\ShowGifView.obj"
".\emulatorRel\StdAfx.obj"
".\emulatorRel\ShowGif.res"
]
Creating command line "link.exe @C:\DOCUME~1\MaDan\LOCALS~1\Temp\RSPE.tmp"
<h3>Output Window</h3>
Compiling...
MainFrm.cpp
Linking...
<h3>Results</h3>
ShowGif.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?