createdb.vcl

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

VCL
64
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: CreateDB - Win32 (WCE x86em) Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"X86EMRel/CreateDB.res" /d UNDER_CE=300 /d _WIN32_WCE=300 /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "WIN32_PLATFORM_PSPC" /d "_X86_" /d "x86" /d "i486" /d "_AFXDLL" /r "C:\Documents and Settings\Administrator\桌面\d\第七章数据库\Chapter7\Chapter7_4\CreateDB.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP43.tmp" with contents
[
/nologo /W3 /D "i486" /D UNDER_CE=300 /D _WIN32_WCE=300 /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "WIN32_PLATFORM_PSPC" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_AFXDLL" /Fp"X86EMRel/CreateDB.pch" /Yu"stdafx.h" /Fo"X86EMRel/" /Gz /Oxs /c 
"C:\Documents and Settings\Administrator\桌面\d\第七章数据库\Chapter7\Chapter7_4\CreateDB.cpp"
"C:\Documents and Settings\Administrator\桌面\d\第七章数据库\Chapter7\Chapter7_4\CreateDBDlg.cpp"
"C:\Documents and Settings\Administrator\桌面\d\第七章数据库\Chapter7\Chapter7_4\Markup.cpp"
"C:\Documents and Settings\Administrator\桌面\d\第七章数据库\Chapter7\Chapter7_4\ProgressWnd.cpp"
"C:\Documents and Settings\Administrator\桌面\d\第七章数据库\Chapter7\Chapter7_4\VOConnection.cpp"
"C:\Documents and Settings\Administrator\桌面\d\第七章数据库\Chapter7\Chapter7_4\VORecordset.cpp"
"C:\Documents and Settings\Administrator\桌面\d\第七章数据库\Chapter7\Chapter7_4\VOString.cpp"
]
Creating command line "cl.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 /W3 /D "i486" /D UNDER_CE=300 /D _WIN32_WCE=300 /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "WIN32_PLATFORM_PSPC" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_AFXDLL" /Fp"X86EMRel/CreateDB.pch" /Yc"stdafx.h" /Fo"X86EMRel/" /Gz /Oxs /c 
"C:\Documents and Settings\Administrator\桌面\d\第七章数据库\Chapter7\Chapter7_4\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP44.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP45.tmp" with contents
[
/nologo /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:no /pdb:"X86EMRel/CreateDB.pdb" /out:"X86EMRel/CreateDB.exe" /windowsce:emulation /MACHINE:IX86 
".\X86EMRel\CreateDB.obj"
".\X86EMRel\CreateDBDlg.obj"
".\X86EMRel\Markup.obj"
".\X86EMRel\ProgressWnd.obj"
".\X86EMRel\StdAfx.obj"
".\X86EMRel\VOConnection.obj"
".\X86EMRel\VORecordset.obj"
".\X86EMRel\VOString.obj"
".\X86EMRel\CreateDB.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP45.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
CreateDB.cpp
CreateDBDlg.cpp
Markup.cpp
ProgressWnd.cpp
VOConnection.cpp
VORecordset.cpp
VOString.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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