database.plg

来自「对数据库简单的调用、添加、删除」· PLG 代码 · 共 51 行

PLG
51
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Database - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\xiaoying\LOCALS~1\Temp\RSP239.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Database.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\编程专区\VC++\Database\Database.cpp"
"E:\编程专区\VC++\Database\DatabaseDlg.cpp"
"E:\编程专区\VC++\Database\InfoDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\xiaoying\LOCALS~1\Temp\RSP239.tmp" 
Creating temporary file "C:\DOCUME~1\xiaoying\LOCALS~1\Temp\RSP23A.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Database.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\编程专区\VC++\Database\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\xiaoying\LOCALS~1\Temp\RSP23A.tmp" 
Creating temporary file "C:\DOCUME~1\xiaoying\LOCALS~1\Temp\RSP23B.tmp" with contents
[
SkinPPWTL.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Database.pdb" /debug /machine:I386 /out:"Debug/Database.exe" /pdbtype:sept 
".\Debug\Database.obj"
".\Debug\DatabaseDlg.obj"
".\Debug\InfoDlg.obj"
".\Debug\StdAfx.obj"
".\Debug\Database.res"
]
Creating command line "link.exe @C:\DOCUME~1\xiaoying\LOCALS~1\Temp\RSP23B.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
e:\编程专区\vc++\database\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Compiling...
Database.cpp
DatabaseDlg.cpp
InfoDlg.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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