chapter5_3_2.vcl

来自「windows ce开发技巧与实例光盘代码」· VCL 代码 · 共 55 行

VCL
55
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Chapter5_3_2 - Win32 (WCE ARM) Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"ARMDbg/Chapter5_3_2.res" /d UNDER_CE=300 /d _WIN32_WCE=300 /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "WIN32_PLATFORM_PSPC=310" /d "ARM" /d "_ARM_" /d "_AFXDLL" /r "F:\教程\第五章\Chapter5_3_2\Chapter5_3_2.rc"" 
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3A.tmp" with contents
[
/nologo /W3 /GX- /Zi /Od /D "DEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=300 /D _WIN32_WCE=300 /D "WIN32_PLATFORM_PSPC=310" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /Fp"ARMDbg/Chapter5_3_2.pch" /Yu"stdafx.h" /Fo"ARMDbg/" /Fd"ARMDbg/" /MC  /c 
"F:\教程\第五章\Chapter5_3_2\Chapter5_3_2.cpp"
"F:\教程\第五章\Chapter5_3_2\MainFrm.cpp"
"F:\教程\第五章\Chapter5_3_2\Chapter5_3_2Doc.cpp"
"F:\教程\第五章\Chapter5_3_2\Chapter5_3_2View.cpp"
]
Creating command line "clarm.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3A.tmp" 
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3B.tmp" with contents
[
/nologo /W3 /GX- /Zi /Od /D "DEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=300 /D _WIN32_WCE=300 /D "WIN32_PLATFORM_PSPC=310" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /Fp"ARMDbg/Chapter5_3_2.pch" /Yc"stdafx.h" /Fo"ARMDbg/" /Fd"ARMDbg/" /MC  /c 
"F:\教程\第五章\Chapter5_3_2\StdAfx.cpp"
]
Creating command line "clarm.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3B.tmp" 
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3C.tmp" with contents
[
/nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:yes /pdb:"ARMDbg/Chapter5_3_2.pdb" /debug /out:"ARMDbg/Chapter5_3_2.exe" /subsystem:windowsce,3.00 /align:"4096" /MACHINE:ARM 
".\ARMDbg\Chapter5_3_2.obj"
".\ARMDbg\StdAfx.obj"
".\ARMDbg\MainFrm.obj"
".\ARMDbg\Chapter5_3_2Doc.obj"
".\ARMDbg\Chapter5_3_2View.obj"
".\ARMDbg\Chapter5_3_2.res"
]
Creating command line "link.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP3C.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Chapter5_3_2.cpp
MainFrm.cpp
Chapter5_3_2Doc.cpp
Chapter5_3_2View.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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