本光盘包含的是《实用Visual C++ 6.0教程》一书中所有程序的代码
源代码在线查看: 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" "G:\tsengyong\C++ 程序\Text\Text.rc""
Creating temporary file "C:\WINDOWS\TEMP\RSP7043.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
"G:\tsengyong\C++ 程序\Text\Text.cpp"
"G:\tsengyong\C++ 程序\Text\TextDlg.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP7043.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSP7044.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
"G:\tsengyong\C++ 程序\Text\StdAfx.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP7044.TMP"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Text.pdb" /debug /machine:I386 /out:"Debug/Text.exe" /pdbtype:sept ".\Debug\StdAfx.obj" ".\Debug\Text.obj" ".\Debug\TextDlg.obj" ".\Debug\Text.res" "
Output Window
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Text.cpp
TextDlg.cpp
Generating Code...
Linking...
Results
Text.exe - 0 error(s), 0 warning(s)