mytest.plg
来自「本实例是vc+SQL server小程序,具有数据库的简单查询」· PLG 代码 · 共 86 行
PLG
86 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MyTest - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/MyTest.res" /d "_DEBUG" /d "_AFXDLL" "D:\Study\Programming\VCProgram\20080501Hun\MyTest\MyTest.rc""
Creating temporary file "C:\DOCUME~1\asus\LOCALS~1\Temp\RSP3CF.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/MyTest.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Study\Programming\VCProgram\20080501Hun\MyTest\MyTestDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\asus\LOCALS~1\Temp\RSP3CF.tmp"
Creating temporary file "C:\DOCUME~1\asus\LOCALS~1\Temp\RSP3D0.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/MyTest.pdb" /debug /machine:I386 /out:"Debug/MyTest.exe" /pdbtype:sept
.\Debug\_recordset.obj
.\Debug\AddDlg.obj
.\Debug\AdoConn.obj
.\Debug\adodc.obj
.\Debug\column.obj
.\Debug\columns.obj
.\Debug\dataformatdisp.obj
.\Debug\datagrid.obj
.\Debug\field.obj
.\Debug\fields.obj
.\Debug\font.obj
.\Debug\MyTest.obj
.\Debug\MyTestDlg.obj
.\Debug\picture.obj
.\Debug\properties.obj
.\Debug\property.obj
.\Debug\QueryDlg.obj
.\Debug\selbookmarks.obj
.\Debug\split.obj
.\Debug\splits.obj
.\Debug\StdAfx.obj
.\Debug\stddataformatsdisp.obj
.\Debug\MyTest.res
]
Creating command line "link.exe @C:\DOCUME~1\asus\LOCALS~1\Temp\RSP3D0.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
MyTestDlg.cpp
d:\study\programming\vcprogram\20080501hun\mytest\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Linking...
Creating temporary file "C:\DOCUME~1\asus\LOCALS~1\Temp\RSP3D1.tmp" with contents
[
/nologo /o"Debug/MyTest.bsc"
.\Debug\StdAfx.sbr
.\Debug\_recordset.sbr
.\Debug\AddDlg.sbr
.\Debug\AdoConn.sbr
.\Debug\adodc.sbr
.\Debug\column.sbr
.\Debug\columns.sbr
.\Debug\dataformatdisp.sbr
.\Debug\datagrid.sbr
.\Debug\field.sbr
.\Debug\fields.sbr
.\Debug\font.sbr
.\Debug\MyTest.sbr
.\Debug\MyTestDlg.sbr
.\Debug\picture.sbr
.\Debug\properties.sbr
.\Debug\property.sbr
.\Debug\QueryDlg.sbr
.\Debug\selbookmarks.sbr
.\Debug\split.sbr
.\Debug\splits.sbr
.\Debug\stddataformatsdisp.sbr]
Creating command line "bscmake.exe @C:\DOCUME~1\asus\LOCALS~1\Temp\RSP3D1.tmp"
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
MyTest.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?