⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 airtime_ce.vcl

📁 《Windows CE 应用程序设计》 书上的第七章第五节实例——航空时刻表查询工具——EVC开发的
💻 VCL
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Airtime_CE - Win32 (WCE x86em) Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"x86emRel/Airtime_CE.res" /d UNDER_CE=300 /d "UNICODE" /d "_UNICODE" /d "WIN32" /d "STRICT" /d _WIN32_WCE=300 /d "Pocket PC" /d "_WIN32_WCE_EMULATION" /d "INTERNATIONAL" /d "USA" /d "INTLMSG_CODEPAGE" /d "NDEBUG" /d "_AFXDLL" "F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CE.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1.TDF\LOCALS~1\Temp\RSP209.tmp" with contents
[
/nologo /W3 /O2 /D UNDER_CE=300 /D "UNICODE" /D "_UNICODE" /D "WIN32" /D "STRICT" /D _WIN32_WCE=300 /D "Pocket PC" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "NDEBUG" /D "x86" /D "i486" /D "_X86_" /D "_AFXDLL" /Fp"x86emRel/Airtime_CE.pch" /Yu"stdafx.h" /Fo"x86emRel/" /MT /c 
"F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CE.cpp"
"F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1.TDF\LOCALS~1\Temp\RSP209.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1.TDF\LOCALS~1\Temp\RSP20A.tmp" with contents
[
/nologo /entry:"wWinMainCRTStartup" /subsystem:windows /incremental:no /pdb:"x86emRel/Airtime_CE.pdb" /out:"x86emRel/Airtime_CE.exe" /machine:I386 /windowsce:emulation 
".\x86emRel\Airtime_CE.obj"
".\x86emRel\Airtime_CEDoc.obj"
".\x86emRel\Airtime_CEView.obj"
".\x86emRel\BeiZhuInfoDlg.obj"
".\x86emRel\DBFEngine.obj"
".\x86emRel\ListCtrlEx.obj"
".\x86emRel\MainFrm.obj"
".\x86emRel\StdAfx.obj"
".\x86emRel\Airtime_CE.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1.TDF\LOCALS~1\Temp\RSP20A.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
Airtime_CE.cpp
Airtime_CEView.cpp
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(350) : warning C4018: '<' : signed/unsigned mismatch
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(437) : warning C4018: '<' : signed/unsigned mismatch
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(426) : warning C4101: 'cc' : unreferenced local variable
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(425) : warning C4101: 'j' : unreferenced local variable
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(427) : warning C4101: 'len' : unreferenced local variable
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(505) : warning C4018: '<' : signed/unsigned mismatch
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(493) : warning C4101: 'cc' : unreferenced local variable
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(492) : warning C4101: 'j' : unreferenced local variable
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(494) : warning C4101: 'len' : unreferenced local variable
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(525) : warning C4018: '<' : signed/unsigned mismatch
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(732) : warning C4018: '<' : signed/unsigned mismatch
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(710) : warning C4101: 'cc' : unreferenced local variable
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(711) : warning C4101: 'j' : unreferenced local variable
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(721) : warning C4101: 'len' : unreferenced local variable
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(859) : warning C4018: '<' : signed/unsigned mismatch
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(841) : warning C4101: 'cc3' : unreferenced local variable
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(839) : warning C4101: 'j' : unreferenced local variable
F:\书稿(光盘)_0807\第七章第五节-使用eVC开发“民航时刻表”完整实例编程\Airtime_CEView.cpp(843) : warning C4101: 'len' : unreferenced local variable
Generating Code...
Linking...



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

⌨️ 快捷键说明

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