mfccontrol.plg
来自「Visual+C+++6[1].0实用教程代码 Visual+C+++6[1]」· PLG 代码 · 共 85 行
PLG
85 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: MFCControl - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "midl.exe /nologo /D "NDEBUG" /tlb "Release/MFCControl.tlb" /mktyplib203 /win32 "E:\VC6.0代码\第19章\MFCControl\MFCControl.odl""
Creating command line "rc.exe /l 0x409 /fo"Release/MFCControl.res" /i "Release" /d "NDEBUG" /d "_AFXDLL" "E:\VC6.0代码\第19章\MFCControl\MFCControl.rc""
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP6CF.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Release/MFCControl.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\VC6.0代码\第19章\MFCControl\MFCControl.cpp"
"E:\VC6.0代码\第19章\MFCControl\MFCControlNoWinCtl.cpp"
"E:\VC6.0代码\第19章\MFCControl\MFCControlNoWinPpg.cpp"
"E:\VC6.0代码\第19章\MFCControl\MFCControlSubWinCtl.cpp"
"E:\VC6.0代码\第19章\MFCControl\MFCControlSubWinPpg.cpp"
"E:\VC6.0代码\第19章\MFCControl\MFCControlWinCtl.cpp"
"E:\VC6.0代码\第19章\MFCControl\MFCControlWinPpg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP6CF.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP6D0.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"Release/MFCControl.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\VC6.0代码\第19章\MFCControl\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP6D0.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP6D1.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:no /pdb:"Release/MFCControl.pdb" /machine:I386 /def:".\MFCControl.def" /out:"Release/MFCControl.ocx" /implib:"Release/MFCControl.lib"
".\Release\MFCControl.obj"
".\Release\MFCControlNoWinCtl.obj"
".\Release\MFCControlNoWinPpg.obj"
".\Release\MFCControlSubWinCtl.obj"
".\Release\MFCControlSubWinPpg.obj"
".\Release\MFCControlWinCtl.obj"
".\Release\MFCControlWinPpg.obj"
".\Release\StdAfx.obj"
".\Release\MFCControl.res"
]
Creating command line "link.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP6D1.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP6D2.bat" with contents
[
@echo off
regsvr32 /s /c ".\Release\MFCControl.ocx"
echo regsvr32 exec. time > ".\Release\regsvr32.trg"
]
Creating command line "C:\DOCUME~1\user\LOCALS~1\Temp\RSP6D2.bat"
Creating Type Library...
Processing E:\VC6.0代码\第19章\MFCControl\MFCControl.odl
MFCControl.odl
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\oaidl.idl
oaidl.idl
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\objidl.idl
objidl.idl
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\unknwn.idl
unknwn.idl
Processing C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\wtypes.idl
wtypes.idl
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MFCControl.cpp
MFCControlNoWinCtl.cpp
MFCControlNoWinPpg.cpp
MFCControlSubWinCtl.cpp
MFCControlSubWinPpg.cpp
MFCControlWinCtl.cpp
MFCControlWinPpg.cpp
Generating Code...
Linking...
Creating library Release/MFCControl.lib and object Release/MFCControl.exp
<h3>Output Window</h3>
Registering ActiveX Control...
<h3>Results</h3>
MFCControl.ocx - 0 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?