⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demo1.plg

📁 Viaual C++实战演练一书的源代码,对于C++程序员有实际的借鉴意义.
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Demo1 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/Demo1.res" /d "_DEBUG" /d "_AFXDLL" "D:\Vc\Demo1\Demo1.rc"" 
Creating temporary file "C:\WINDOWS\TEMP\RSP9320.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Demo1.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Vc\Demo1\Demo1.cpp"
"D:\Vc\Demo1\Demo1Doc.cpp"
"D:\Vc\Demo1\Demo1View.cpp"
"D:\Vc\Demo1\Draw.cpp"
"D:\Vc\Demo1\MainFrm.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP9320.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP9321.TMP" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Demo1.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Vc\Demo1\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP9321.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSP9322.TMP" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Demo1.pdb" /debug /machine:I386 /out:"Debug/Demo1.exe" /pdbtype:sept 
.\Debug\Demo1.obj
.\Debug\Demo1Doc.obj
.\Debug\Demo1View.obj
.\Debug\Draw.obj
.\Debug\MainFrm.obj
.\Debug\StdAfx.obj
.\Debug\Demo1.res
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSP9322.TMP"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Demo1.cpp
Demo1Doc.cpp
Demo1View.cpp
Draw.cpp
D:\Vc\Demo1\Draw.cpp(1211) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
MainFrm.cpp
Generating Code...
Linking...



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

⌨️ 快捷键说明

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