gridctrldemo.plg

来自「Visual C++下的界面设计」· PLG 代码 · 共 54 行

PLG
54
字号
--------------------Configuration: GridCtrlDemo - Win32 Release--------------------
Begining build with project "C:\WINNT\Profiles\chris\Desktop\GridCtrlEx\sample\GridCtrlDemo.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 /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Release/GridCtrlDemo.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 0xc09 /fo"Release/GridCtrlDemo.res" /d "NDEBUG" /d "_AFXDLL" "
			"Browser Database Maker" with flags "/nologo /o"Release/GridCtrlDemo.bsc" "
			"COFF Linker for 80x86" with flags "/nologo /subsystem:windows /incremental:no /pdb:"Release/GridCtrlDemo.pdb" /machine:I386 /out:"Release/GridCtrlDemo.exe" "
			"Custom Build" with flags ""
			"<Component 0xa>" with flags ""

Creating command line "rc.exe /l 0xc09 /fo"Release/GridCtrlDemo.res" /d "NDEBUG" /d "_AFXDLL" "C:\WINNT\Profiles\chris\Desktop\GridCtrlEx\sample\GridCtrlDemo.rc"" 
Creating temp file "C:\TEMP\RSP12.tmp" with contents </nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Release/GridCtrlDemo.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"C:\WINNT\Profiles\chris\Desktop\GridCtrlEx\sample\GridCtrl.cpp"
"C:\WINNT\Profiles\chris\Desktop\GridCtrlEx\sample\GridCtrlDemo.cpp"
"C:\WINNT\Profiles\chris\Desktop\GridCtrlEx\sample\GridCtrlDemoDlg.cpp"
"C:\WINNT\Profiles\chris\Desktop\GridCtrlEx\sample\GridDropTarget.cpp"
"C:\WINNT\Profiles\chris\Desktop\GridCtrlEx\sample\InPlaceEdit.cpp"
"C:\WINNT\Profiles\chris\Desktop\GridCtrlEx\sample\InPlaceList.cpp"
>
Creating command line "cl.exe @C:\TEMP\RSP12.tmp" 
Creating temp file "C:\TEMP\RSP13.tmp" with contents </nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Release/GridCtrlDemo.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"C:\WINNT\Profiles\chris\Desktop\GridCtrlEx\sample\StdAfx.cpp"
>
Creating command line "cl.exe @C:\TEMP\RSP13.tmp" 
Creating temp file "C:\TEMP\RSP14.tmp" with contents </nologo /subsystem:windows /incremental:no /pdb:"Release/GridCtrlDemo.pdb" /machine:I386 /out:"Release/GridCtrlDemo.exe" 
.\Release\GridCtrl.obj
.\Release\GridCtrlDemo.obj
.\Release\GridCtrlDemoDlg.obj
.\Release\GridDropTarget.obj
.\Release\InPlaceEdit.obj
.\Release\InPlaceList.obj
.\Release\StdAfx.obj
.\Release\GridCtrlDemo.res>
Creating command line "link.exe @C:\TEMP\RSP14.tmp" 
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
GridCtrl.cpp
GridCtrlDemo.cpp
GridCtrlDemoDlg.cpp
GridDropTarget.cpp
InPlaceEdit.cpp
InPlaceList.cpp
Generating Code...
Linking...



GridCtrlDemo.exe - 0 error(s), 0 warning(s)

⌨️ 快捷键说明

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