第一课:Windows程序运行原理及程序编写流程
源代码在线查看: text.plg
Build Log
--------------------Configuration: Text - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"Debug/Text.res" /d "_DEBUG" /d "_AFXDLL" "E:\教程\C++\孙鑫C++套装原码练习用\lesson 5\Lesson5Code\Text\Text.rc""
Creating temporary file "C:\DOCUME~1\lin\LOCALS~1\Temp\RSPBB.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Text.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\教程\C++\孙鑫C++套装原码练习用\lesson 5\Lesson5Code\Text\MainFrm.cpp"
"E:\教程\C++\孙鑫C++套装原码练习用\lesson 5\Lesson5Code\Text\Text.cpp"
"E:\教程\C++\孙鑫C++套装原码练习用\lesson 5\Lesson5Code\Text\TextDoc.cpp"
"E:\教程\C++\孙鑫C++套装原码练习用\lesson 5\Lesson5Code\Text\TextView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\lin\LOCALS~1\Temp\RSPBB.tmp"
Creating temporary file "C:\DOCUME~1\lin\LOCALS~1\Temp\RSPBC.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Text.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\教程\C++\孙鑫C++套装原码练习用\lesson 5\Lesson5Code\Text\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\lin\LOCALS~1\Temp\RSPBC.tmp"
Creating temporary file "C:\DOCUME~1\lin\LOCALS~1\Temp\RSPBD.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Text.pdb" /debug /machine:I386 /out:"Debug/Text.exe" /pdbtype:sept
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\Text.obj"
".\Debug\TextDoc.obj"
".\Debug\TextView.obj"
".\Debug\Text.res"
]
Creating command line "link.exe @C:\DOCUME~1\lin\LOCALS~1\Temp\RSPBD.tmp"
Output Window
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MainFrm.cpp
Text.cpp
TextDoc.cpp
TextView.cpp
Generating Code...
Linking...
Results
Text.exe - 0 error(s), 0 warning(s)