gdi.plg

来自「MFC编程实例」· PLG 代码 · 共 55 行

PLG
55
字号
--------------------Configuration: GDI - Win32 Release--------------------
Begining build with project "E:\Chunqing\Advanced MFC Programming\Chap12\12.6-2\GDI\GDI.DSP", at root.
Active configuration is Win32 (x86) Application (based on Win32 (x86) Application)

Project's tools are:
			"32-bit C/C++ Compiler for 80x86" with flags "/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp"Release/GDI.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c "
			"OLE Type Library Maker" with flags "/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 "
			"Win32 Resource Compiler" with flags "/l 0x409 /fo"Release/GDI.res" /d "NDEBUG" "
			"Browser Database Maker" with flags "/nologo /o"Release/GDI.bsc" "
			"COFF Linker for 80x86" with flags "/nologo /subsystem:windows /incremental:no /pdb:"Release/GDI.pdb" /machine:I386 /out:"Release/GDI.exe" "
			"Custom Build" with flags ""
			"<Component 0xa>" with flags ""

Creating command line "rc.exe /l 0x409 /fo"Release/GDI.res" /d "NDEBUG" "E:\Chunqing\Advanced MFC Programming\Chap12\12.6-2\GDI\GDI.rc"" 
Creating temp file "C:\TMP\RSP81D2.TMP" with contents </nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp"Release/GDI.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"E:\Chunqing\Advanced MFC Programming\Chap12\12.6-2\GDI\GDI.cpp"
"E:\Chunqing\Advanced MFC Programming\Chap12\12.6-2\GDI\GDIDoc.cpp"
"E:\Chunqing\Advanced MFC Programming\Chap12\12.6-2\GDI\GDIView.cpp"
"E:\Chunqing\Advanced MFC Programming\Chap12\12.6-2\GDI\MainFrm.cpp"
"E:\Chunqing\Advanced MFC Programming\Chap12\12.6-2\GDI\PrnDlg.cpp"
"E:\Chunqing\Advanced MFC Programming\Chap12\12.6-2\GDI\SelDlg.cpp"
>
Creating command line "cl.exe @C:\TMP\RSP81D2.TMP" 
Creating temp file "C:\TMP\RSP81D3.TMP" with contents </nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp"Release/GDI.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"E:\Chunqing\Advanced MFC Programming\Chap12\12.6-2\GDI\StdAfx.cpp"
>
Creating command line "cl.exe @C:\TMP\RSP81D3.TMP" 
Creating temp file "C:\TMP\RSP81D4.TMP" with contents </nologo /subsystem:windows /incremental:no /pdb:"Release/GDI.pdb" /machine:I386 /out:"Release/GDI.exe" 
".\Release\GDI.obj"
".\Release\GDIDoc.obj"
".\Release\GDIView.obj"
".\Release\MainFrm.obj"
".\Release\PrnDlg.obj"
".\Release\SelDlg.obj"
".\Release\StdAfx.obj"
".\Release\GDI.res">
Creating command line "link.exe @C:\TMP\RSP81D4.TMP" 
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
GDI.cpp
GDIDoc.cpp
GDIView.cpp
MainFrm.cpp
PrnDlg.cpp
SelDlg.cpp
Generating Code...
E:\Chunqing\Advanced MFC Programming\Chap12\12.6-2\GDI\GDIView.cpp(145) : warning C4700: local variable 'pWnd' used without having been initialized
Linking...



GDI.exe - 0 error(s), 1 warning(s)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?