MFC程序开发参考大全(人民邮电出版社)第四章源码
源代码在线查看: control.plg
Build Log
--------------------Configuration: Control - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"Debug/Control.res" /d "_DEBUG" /d "_AFXDLL" "E:\光盘\MFC程序开发参考大全\第4章\4.3.3 遍历对话框中的控件\Control\Control.rc""
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA5.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Control.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\光盘\MFC程序开发参考大全\第4章\4.3.3 遍历对话框中的控件\Control\Control.cpp"
"E:\光盘\MFC程序开发参考大全\第4章\4.3.3 遍历对话框中的控件\Control\ControlDlg.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA5.tmp"
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA6.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Control.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\光盘\MFC程序开发参考大全\第4章\4.3.3 遍历对话框中的控件\Control\StdAfx.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPA6.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Control.pdb" /debug /machine:I386 /out:"Debug/Control.exe" /pdbtype:sept ".\Debug\Control.obj" ".\Debug\ControlDlg.obj" ".\Debug\StdAfx.obj" ".\Debug\Control.res" "
Output Window
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
Control.cpp
ControlDlg.cpp
Generating Code...
Linking...
Results
Control.exe - 0 error(s), 0 warning(s)