"Visual C++.net实践与提高-深入Windows编程"的源代码

源代码在线查看: tester.plg

软件大小: 2300 K
上传用户: smashup
关键词: Windows Visual net 实践
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				
				Build Log
				
				--------------------Configuration: tester - Win32 Debug--------------------
				
				Command Lines
				Creating command line "rc.exe /l 0x804 /fo"Debug/tester.res" /d "_DEBUG" /d "_AFXDLL" "F:\BOOK-Samples vc7\chap 5\dll-def\tester\tester.rc"" 
				Creating temporary file "C:\DOCUME~1\Sugar\LOCALS~1\Temp\RSP1CF.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 
				"F:\BOOK-Samples vc7\chap 5\dll-def\tester\tester.cpp"
				"F:\BOOK-Samples vc7\chap 5\dll-def\tester\testerDlg.cpp"
				]
				Creating command line "cl.exe @C:\DOCUME~1\Sugar\LOCALS~1\Temp\RSP1CF.tmp" 
				Creating temporary file "C:\DOCUME~1\Sugar\LOCALS~1\Temp\RSP1D0.tmp" with contents
				[
				/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/tester.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
				"F:\BOOK-Samples vc7\chap 5\dll-def\tester\StdAfx.cpp"
				]
				Creating command line "cl.exe @C:\DOCUME~1\Sugar\LOCALS~1\Temp\RSP1D0.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\StdAfx.obj" ".\Debug\tester.obj" ".\Debug\testerDlg.obj" ".\Debug\tester.res" "
				Output Window
				Compiling resources...
				Compiling...
				StdAfx.cpp
				Compiling...
				tester.cpp
				testerDlg.cpp
				Generating Code...
				Linking...
				
				
				
				Results
				tester.exe - 0 error(s), 0 warning(s)
				
				
				
							

相关资源