treeviewapp.plg

来自「Visual C++ 的学习资料一」· PLG 代码 · 共 53 行

PLG
53
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: TreeViewApp - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8D.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/TreeViewApp.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\程序测试\Visual C++开发技术大全\宋坤\mingrisoft\dxyy\11\04\01\TreeViewApp\msadodc.cpp"
"E:\程序测试\Visual C++开发技术大全\宋坤\mingrisoft\dxyy\11\04\01\TreeViewApp\TreeViewApp.cpp"
"E:\程序测试\Visual C++开发技术大全\宋坤\mingrisoft\dxyy\11\04\01\TreeViewApp\TreeViewAppDlg.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8D.tmp" 
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8E.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/TreeViewApp.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\程序测试\Visual C++开发技术大全\宋坤\mingrisoft\dxyy\11\04\01\TreeViewApp\StdAfx.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8E.tmp" 
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8F.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/TreeViewApp.pdb" /debug /machine:I386 /out:"Debug/TreeViewApp.exe" /pdbtype:sept 
".\Debug\msadodc.obj"
".\Debug\StdAfx.obj"
".\Debug\TreeViewApp.obj"
".\Debug\TreeViewAppDlg.obj"
".\Debug\TreeViewApp.res"
]
Creating command line "link.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8F.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
e:\程序测试\visual c++开发技术大全\宋坤\mingrisoft\dxyy\11\04\01\treeviewapp\stdafx.h(24) : warning C4185: ignoring unknown #import attribute 're_namespace'
e:\程序测试\visual c++开发技术大全\宋坤\mingrisoft\dxyy\11\04\01\treeviewapp\stdafx.h(24) : warning C4185: ignoring unknown #import attribute 'ADODB'
e:\程序测试\visual c++开发技术大全\宋坤\mingrisoft\dxyy\11\04\01\treeviewapp\debug\msado15.tlh(409) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
Compiling...
msadodc.cpp
TreeViewApp.cpp
TreeViewAppDlg.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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