cedbuse.vcl
来自「wince 自带的DB数据库编译,由CEDBUse修改下,主要是修改了编译通不过」· VCL 代码 · 共 43 行
VCL
43 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: CEDBUse - Win32 (WCE MIPSII) Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\guoxing\LOCALS~1\Temp\RSP2E2.tmp" with contents
[
/nologo /W3 /D "MIPS" /D "_MIPS_" /D "R4000" /D "MIPSII" /D UNDER_CE=500 /D _WIN32_WCE=500 /D "WCE_PLATFORM_JZ4740" /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_AFXDLL" /Fp"MIPSIIRel/CEDBUse.pch" /Yu"stdafx.h" /Fo"MIPSIIRel/" /QMmips2 /QMFPE /O2 /MC /c
"D:\source soft\arm\CEDBUse\CEDBUseDlg.cpp"
]
Creating command line "clmips.exe @C:\DOCUME~1\guoxing\LOCALS~1\Temp\RSP2E2.tmp"
Creating temporary file "C:\DOCUME~1\guoxing\LOCALS~1\Temp\RSP2E3.tmp" with contents
[
/nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:no /pdb:"MIPSIIRel/CEDBUse.pdb" /out:"MIPSIIRel/CEDBUse.exe" /subsystem:windowsce,5.00 /MACHINE:MIPS
".\MIPSIIRel\CEDBUse.obj"
".\MIPSIIRel\CEDBUseDlg.obj"
".\MIPSIIRel\StdAfx.obj"
".\MIPSIIRel\CEDBUse.res"
".\MIPSIIRel\StudentInputDlg.obj"
]
Creating command line "link.exe @C:\DOCUME~1\guoxing\LOCALS~1\Temp\RSP2E3.tmp"
<h3>Output Window</h3>
Compiling...
CEDBUseDlg.cpp
D:\source soft\arm\CEDBUse\CEDBUseDlg.cpp(67) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\source soft\arm\CEDBUse\CEDBUseDlg.cpp(68) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\source soft\arm\CEDBUse\CEDBUseDlg.cpp(69) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\source soft\arm\CEDBUse\CEDBUseDlg.cpp(70) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
D:\source soft\arm\CEDBUse\CEDBUseDlg.cpp(71) : warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
Linking...
<h3>Results</h3>
CEDBUse.exe - 0 error(s), 5 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?