孙鑫老师主讲的VC++深入详解的一些实例程序
源代码在线查看: prop.plg
Build Log
--------------------Configuration: Prop - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"Debug/Prop.res" /d "_DEBUG" /d "_AFXDLL" "D:\Learn VC\VC深入详解实例\Prop\Prop.rc""
Creating temporary file "C:\DOCUME~1\lww\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/Prop.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Learn VC\VC深入详解实例\Prop\MainFrm.cpp"
"D:\Learn VC\VC深入详解实例\Prop\Prop.cpp"
"D:\Learn VC\VC深入详解实例\Prop\Prop1.cpp"
"D:\Learn VC\VC深入详解实例\Prop\Prop2.cpp"
"D:\Learn VC\VC深入详解实例\Prop\Prop3.cpp"
"D:\Learn VC\VC深入详解实例\Prop\PropDoc.cpp"
"D:\Learn VC\VC深入详解实例\Prop\PropSheet.cpp"
"D:\Learn VC\VC深入详解实例\Prop\PropView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\lww\LOCALS~1\Temp\RSP8E.tmp"
Creating temporary file "C:\DOCUME~1\lww\LOCALS~1\Temp\RSP8F.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Prop.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Learn VC\VC深入详解实例\Prop\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\lww\LOCALS~1\Temp\RSP8F.tmp"
Creating temporary file "C:\DOCUME~1\lww\LOCALS~1\Temp\RSP90.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/Prop.pdb" /debug /machine:I386 /out:"Debug/Prop.exe" /pdbtype:sept
".\Debug\MainFrm.obj"
".\Debug\Prop.obj"
".\Debug\Prop1.obj"
".\Debug\Prop2.obj"
".\Debug\Prop3.obj"
".\Debug\PropDoc.obj"
".\Debug\PropSheet.obj"
".\Debug\PropView.obj"
".\Debug\StdAfx.obj"
".\Debug\Prop.res"
]
Creating command line "link.exe @C:\DOCUME~1\lww\LOCALS~1\Temp\RSP90.tmp"
Output Window
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MainFrm.cpp
Prop.cpp
Prop1.cpp
Prop2.cpp
Prop3.cpp
PropDoc.cpp
PropSheet.cpp
PropView.cpp
Generating Code...
Linking...
Results
Prop.exe - 0 error(s), 0 warning(s)