📄 test.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: test - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\wjj\LOCALS~1\Temp\RSP88.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "SQLITE_HAS_CODEC" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\wjj\SQlite\test\alter.c"
"E:\wjj\SQlite\test\analyze.c"
"E:\wjj\SQlite\test\attach.c"
"E:\wjj\SQlite\test\auth.c"
"E:\wjj\SQlite\test\btree.c"
"E:\wjj\SQlite\test\build.c"
"E:\wjj\SQlite\test\callback.c"
"E:\wjj\SQlite\test\complete.c"
"E:\wjj\SQlite\test\date.c"
"E:\wjj\SQlite\test\delete.c"
"E:\wjj\SQlite\test\expr.c"
"E:\wjj\SQlite\test\func.c"
"E:\wjj\SQlite\test\hash.c"
"E:\wjj\SQlite\test\insert.c"
"E:\wjj\SQlite\test\legacy.c"
"E:\wjj\SQlite\test\loadext.c"
"E:\wjj\SQlite\test\main.c"
"E:\wjj\SQlite\test\md5c.c"
"E:\wjj\SQlite\test\opcodes.c"
"E:\wjj\SQlite\test\os.c"
"E:\wjj\SQlite\test\os_os2.c"
"E:\wjj\SQlite\test\os_unix.c"
"E:\wjj\SQlite\test\os_win.c"
"E:\wjj\SQlite\test\pager.c"
"E:\wjj\SQlite\test\parse.c"
"E:\wjj\SQlite\test\pragma.c"
"E:\wjj\SQlite\test\prepare.c"
"E:\wjj\SQlite\test\printf.c"
"E:\wjj\SQlite\test\random.c"
"E:\wjj\SQlite\test\select.c"
"E:\wjj\SQlite\test\shell.c"
"E:\wjj\SQlite\test\table.c"
"E:\wjj\SQlite\test\test.cpp"
"E:\wjj\SQlite\test\tokenize.c"
"E:\wjj\SQlite\test\trigger.c"
"E:\wjj\SQlite\test\update.c"
"E:\wjj\SQlite\test\utf.c"
"E:\wjj\SQlite\test\util.c"
"E:\wjj\SQlite\test\vacuum.c"
"E:\wjj\SQlite\test\vdbe.c"
"E:\wjj\SQlite\test\vdbeapi.c"
"E:\wjj\SQlite\test\vdbeaux.c"
"E:\wjj\SQlite\test\vdbefifo.c"
"E:\wjj\SQlite\test\vdbemem.c"
"E:\wjj\SQlite\test\vtab.c"
"E:\wjj\SQlite\test\where.c"
]
Creating command line "cl.exe @D:\DOCUME~1\wjj\LOCALS~1\Temp\RSP88.tmp"
Creating temporary file "D:\DOCUME~1\wjj\LOCALS~1\Temp\RSP89.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "SQLITE_HAS_CODEC" /Fp"Debug/test.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\wjj\SQlite\test\StdAfx.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\wjj\LOCALS~1\Temp\RSP89.tmp"
Creating temporary file "D:\DOCUME~1\wjj\LOCALS~1\Temp\RSP8A.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/test.pdb" /debug /machine:I386 /out:"Debug/test.exe" /pdbtype:sept
.\Debug\alter.obj
.\Debug\analyze.obj
.\Debug\attach.obj
.\Debug\auth.obj
.\Debug\btree.obj
.\Debug\build.obj
.\Debug\callback.obj
.\Debug\complete.obj
.\Debug\date.obj
.\Debug\delete.obj
.\Debug\expr.obj
.\Debug\func.obj
.\Debug\hash.obj
.\Debug\insert.obj
.\Debug\legacy.obj
.\Debug\loadext.obj
.\Debug\main.obj
.\Debug\md5c.obj
.\Debug\opcodes.obj
.\Debug\os.obj
.\Debug\os_os2.obj
.\Debug\os_unix.obj
.\Debug\os_win.obj
.\Debug\pager.obj
.\Debug\parse.obj
.\Debug\pragma.obj
.\Debug\prepare.obj
.\Debug\printf.obj
.\Debug\random.obj
.\Debug\select.obj
.\Debug\shell.obj
.\Debug\StdAfx.obj
.\Debug\table.obj
.\Debug\test.obj
.\Debug\tokenize.obj
.\Debug\trigger.obj
.\Debug\update.obj
.\Debug\utf.obj
.\Debug\util.obj
.\Debug\vacuum.obj
.\Debug\vdbe.obj
.\Debug\vdbeapi.obj
.\Debug\vdbeaux.obj
.\Debug\vdbefifo.obj
.\Debug\vdbemem.obj
.\Debug\vtab.obj
.\Debug\where.obj
]
Creating command line "link.exe @D:\DOCUME~1\wjj\LOCALS~1\Temp\RSP8A.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
alter.c
analyze.c
attach.c
auth.c
btree.c
e:\wjj\sqlite\test\btree.c(538) : warning C4244: 'function' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\btree.c(540) : warning C4244: 'function' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\wjj\sqlite\test\btree.c(2374) : warning C4018: '==' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(2397) : warning C4018: '==' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(2402) : warning C4018: '>' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(2402) : warning C4018: '<=' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(2405) : warning C4018: '==' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(2418) : warning C4018: '==' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(2990) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\wjj\sqlite\test\btree.c(2996) : warning C4018: '>' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(3129) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\wjj\sqlite\test\btree.c(3136) : warning C4018: '>' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(3448) : warning C4244: 'function' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\btree.c(3448) : warning C4244: 'function' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\btree.c(3450) : warning C4244: 'function' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\btree.c(3452) : warning C4244: 'function' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\wjj\sqlite\test\btree.c(3453) : warning C4244: 'function' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\btree.c(3453) : warning C4244: 'function' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\btree.c(3817) : warning C4018: '>' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(3970) : warning C4018: '>' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(4038) : warning C4244: '+=' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\btree.c(4040) : warning C4244: '=' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\btree.c(5499) : warning C4018: '==' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(5591) : warning C4018: '>' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(5725) : warning C4018: '==' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(5768) : warning C4018: '==' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(6281) : warning C4244: '+=' : conversion from '__int64 ' to 'int ', possible loss of data
e:\wjj\sqlite\test\btree.c(6444) : warning C4018: '!=' : signed/unsigned mismatch
e:\wjj\sqlite\test\btree.c(6448) : warning C4018: '==' : signed/unsigned mismatch
build.c
e:\wjj\sqlite\test\build.c(629) : warning C4018: '==' : signed/unsigned mismatch
callback.c
complete.c
date.c
e:\wjj\sqlite\test\date.c(233) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(234) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(339) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(340) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(343) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(344) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
e:\wjj\sqlite\test\date.c(345) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -