"Visual C++.net实践与提高-深入Windows编程"的源代码
源代码在线查看: tester.plg
Build Log
--------------------Configuration: tester - Win32 Debug--------------------
Command Lines
Creating temporary file "D:\DOCUME~1\MICROS~1\LOCALS~1\Temp\RSP2C0.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/tester.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\书\BOOK-Samples\chap 5\dllexport\tester\testerDlg.cpp"
]
Creating command line "cl.exe @D:\DOCUME~1\MICROS~1\LOCALS~1\Temp\RSP2C0.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/tester.pdb" /debug /machine:I386 /out:"Debug/tester.exe" /pdbtype:sept ".\Debug\tester.obj" ".\Debug\testerDlg.obj" ".\Debug\StdAfx.obj" ".\Debug\tester.res" "
Output Window
Compiling...
testerDlg.cpp
Linking...
Results
tester.exe - 0 error(s), 0 warning(s)