updatenode.plg
来自「1.数据库安装 (1)将实例目录“database”文件夹下扩展名为“.MD」· PLG 代码 · 共 42 行
PLG
42 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Updatenode - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1BF.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Updatenode.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\程序测试\Visual C++开发技术大全\刘锐宁\sl\18\12\Updatenade\ADOConn.cpp"
"E:\程序测试\Visual C++开发技术大全\刘锐宁\sl\18\12\Updatenade\UpdatenodeDlg.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1BF.tmp"
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1C0.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Updatenode.pdb" /debug /machine:I386 /out:"Debug/Updatenode.exe" /pdbtype:sept
".\Debug\ADOConn.obj"
".\Debug\StdAfx.obj"
".\Debug\Updatenode.obj"
".\Debug\UpdatenodeDlg.obj"
".\Debug\Updatenode.res"
]
Creating command line "link.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP1C0.tmp"
<h3>Output Window</h3>
Compiling...
ADOConn.cpp
e:\程序测试\visual c++开发技术大全\刘锐宁\sl\18\12\updatenade\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
UpdatenodeDlg.cpp
e:\程序测试\visual c++开发技术大全\刘锐宁\sl\18\12\updatenade\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Generating Code...
Linking...
<h3>Results</h3>
Updatenode.exe - 0 error(s), 2 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?