chapter5_1.vcl

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

VCL
55
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: chapter5_1 - Win32 (WCE ARM) Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"ARMRel/chapter5_1.res" /d UNDER_CE=300 /d _WIN32_WCE=300 /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "WIN32_PLATFORM_PSPC=310" /d "ARM" /d "_ARM_" /d "_AFXDLL" /r "C:\Documents and Settings\Administrator\桌面\chapter5_1\chapter5_1.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP42.tmp" with contents
[
/nologo /W3 /D "ARM" /D "_ARM_" /D UNDER_CE=300 /D _WIN32_WCE=300 /D "WIN32_PLATFORM_PSPC=310" /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_AFXDLL" /Fp"ARMRel/chapter5_1.pch" /Yu"stdafx.h" /Fo"ARMRel/" /Oxs /MC /c 
"C:\Documents and Settings\Administrator\桌面\chapter5_1\chapter5_1.cpp"
"C:\Documents and Settings\Administrator\桌面\chapter5_1\chapter5_1Doc.cpp"
"C:\Documents and Settings\Administrator\桌面\chapter5_1\chapter5_1View.cpp"
"C:\Documents and Settings\Administrator\桌面\chapter5_1\MainFrm.cpp"
]
Creating command line "clarm.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP42.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP43.tmp" with contents
[
/nologo /W3 /D "ARM" /D "_ARM_" /D UNDER_CE=300 /D _WIN32_WCE=300 /D "WIN32_PLATFORM_PSPC=310" /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_AFXDLL" /Fp"ARMRel/chapter5_1.pch" /Yc"stdafx.h" /Fo"ARMRel/" /Oxs /MC /c 
"C:\Documents and Settings\Administrator\桌面\chapter5_1\StdAfx.cpp"
]
Creating command line "clarm.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP43.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP44.tmp" with contents
[
/nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:no /pdb:"ARMRel/chapter5_1.pdb" /out:"ARMRel/chapter5_1.exe" /subsystem:windowsce,3.00 /align:"4096" /MACHINE:ARM 
".\ARMRel\chapter5_1.obj"
".\ARMRel\chapter5_1Doc.obj"
".\ARMRel\chapter5_1View.obj"
".\ARMRel\MainFrm.obj"
".\ARMRel\StdAfx.obj"
".\ARMRel\chapter5_1.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP44.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
chapter5_1.cpp
chapter5_1Doc.cpp
chapter5_1View.cpp
MainFrm.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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