dlla.plg

来自「MFC DLL的编写和调用示例」· PLG 代码 · 共 428 行

PLG
428
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: DllB - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\TEMP\RSP102.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "_USRDLL" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /D "COMPILING_DLLB" /D "B_IS_REGULAR" /Fp"Release/DllB.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\Vcpp32\TheApp\DllB\DialogB.cpp"
"D:\Vcpp32\TheApp\DllB\DllB.cpp"
"D:\Vcpp32\TheApp\DllB\Export.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP102.tmp" 
Creating temporary file "C:\TEMP\RSP103.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "_USRDLL" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /D "COMPILING_DLLB" /D "B_IS_REGULAR" /Fp"Release/DllB.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\Vcpp32\TheApp\DllB\StdAfx.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP103.tmp" 
Creating temporary file "C:\TEMP\RSP104.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:no /pdb:"Release/DllB.pdb" /machine:I386 /def:".\DllB.def" /out:"Release/DllB.dll" /implib:"Release/DllB.lib" 
.\Release\DialogB.obj
.\Release\DllB.obj
.\Release\Export.obj
.\Release\StdAfx.obj
.\Release\DllB.res
]
Creating command line "link.exe @C:\TEMP\RSP104.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
DialogB.cpp
DllB.cpp
Export.cpp
Generating Code...
Linking...
   Creating library Release/DllB.lib and object Release/DllB.exp
Creating temporary file "C:\TEMP\RSP108.bat" with contents
[
@echo off
../DllB.bat
]
Creating command line "C:\TEMP\RSP108.bat"
Copy Files
..\DllB\Release\DllB.dll
        1 file(s) copied.
<h3>
--------------------Configuration: DllA - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\TEMP\RSP109.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /D "COMPILING_DLLA" /Fp"Release/DllA.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\Vcpp32\TheApp\DllA\DialogA.cpp"
"D:\Vcpp32\TheApp\DllA\DllA.cpp"
"D:\Vcpp32\TheApp\DllA\Export.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP109.tmp" 
Creating temporary file "C:\TEMP\RSP10A.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /D "COMPILING_DLLA" /Fp"Release/DllA.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\Vcpp32\TheApp\DllA\StdAfx.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP10A.tmp" 
Creating temporary file "C:\TEMP\RSP10B.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:no /pdb:"Release/DllA.pdb" /machine:I386 /def:".\DllA.def" /out:"Release/DllA.dll" /implib:"Release/DllA.lib" 
.\Release\DialogA.obj
.\Release\DllA.obj
.\Release\Export.obj
.\Release\StdAfx.obj
.\Release\DllA.res
\Vcpp32\TheApp\DllB\Release\DllB.lib
]
Creating command line "link.exe @C:\TEMP\RSP10B.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
DialogA.cpp
DllA.cpp
Export.cpp
Generating Code...
     Exporting DllA
Linking...
   Creating library Release/DllA.lib and object Release/DllA.exp
Creating temporary file "C:\TEMP\RSP10F.bat" with contents
[
@echo off
../DllA.bat
]
Creating command line "C:\TEMP\RSP10F.bat"
Copy Files
..\DllA\Release\DllA.dll
        1 file(s) copied.



<h3>Results</h3>
DllA.dll - 0 error(s), 0 warning(s)
<h3>
--------------------Configuration: DllB - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\TEMP\RSP110.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "_USRDLL" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /D "COMPILING_DLLB" /D "B_IS_REGULAR" /Fp"Debug/DllB.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Vcpp32\TheApp\DllB\DialogB.cpp"
"D:\Vcpp32\TheApp\DllB\DllB.cpp"
"D:\Vcpp32\TheApp\DllB\Export.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP110.tmp" 
Creating temporary file "C:\TEMP\RSP111.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "_USRDLL" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /D "COMPILING_DLLB" /D "B_IS_REGULAR" /Fp"Debug/DllB.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Vcpp32\TheApp\DllB\StdAfx.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP111.tmp" 
Creating temporary file "C:\TEMP\RSP112.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/DllB.pdb" /debug /machine:I386 /def:".\DllB.def" /out:"Debug/DllB.dll" /implib:"Debug/DllB.lib" /pdbtype:sept 
.\Debug\DialogB.obj
.\Debug\DllB.obj
.\Debug\Export.obj
.\Debug\StdAfx.obj
.\Debug\DllB.res
]
Creating command line "link.exe @C:\TEMP\RSP112.tmp"
<h3>Output Window</h3>
Compiling...
StdAfx.cpp
Compiling...
DialogB.cpp
DllB.cpp
Export.cpp
Generating Code...
Linking...
   Creating library Debug/DllB.lib and object Debug/DllB.exp
Creating temporary file "C:\TEMP\RSP119.bat" with contents
[
@echo off
../DllBd.bat
]
Creating command line "C:\TEMP\RSP119.bat"
Copy Files
..\DllB\Debug\DllB.dll
        1 file(s) copied.
<h3>
--------------------Configuration: DllA - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/DllA.res" /d "_DEBUG" /d "_AFXDLL" "D:\Vcpp32\TheApp\DllA\DllA.rc"" 
Creating temporary file "C:\TEMP\RSP11A.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /D "COMPILING_DLLA" /Fp"Debug/DllA.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Vcpp32\TheApp\DllA\DialogA.cpp"
"D:\Vcpp32\TheApp\DllA\DllA.cpp"
"D:\Vcpp32\TheApp\DllA\Export.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP11A.tmp" 
Creating temporary file "C:\TEMP\RSP11B.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /D "COMPILING_DLLA" /Fp"Debug/DllA.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Vcpp32\TheApp\DllA\StdAfx.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP11B.tmp" 
Creating temporary file "C:\TEMP\RSP11C.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/DllA.pdb" /debug /machine:I386 /def:".\DllA.def" /out:"Debug/DllA.dll" /implib:"Debug/DllA.lib" /pdbtype:sept 
.\Debug\DialogA.obj
.\Debug\DllA.obj
.\Debug\Export.obj
.\Debug\StdAfx.obj
.\Debug\DllA.res
\Vcpp32\TheApp\DllB\Debug\DllB.lib
]
Creating command line "link.exe @C:\TEMP\RSP11C.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DialogA.cpp
DllA.cpp
Export.cpp
Generating Code...
     Exporting DllA
Linking...
   Creating library Debug/DllA.lib and object Debug/DllA.exp
Creating temporary file "C:\TEMP\RSP120.bat" with contents
[
@echo off
../DllAd.bat
]
Creating command line "C:\TEMP\RSP120.bat"
Copy Files
..\DllA\Debug\DllA.dll
        1 file(s) copied.



<h3>Results</h3>
DllA.dll - 0 error(s), 0 warning(s)
<h3>
--------------------Configuration: DllC - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Release/DllC.res" /d "NDEBUG" /d "_AFXDLL" "D:\Vcpp32\TheApp\DllC\DllC.rc"" 
Creating temporary file "C:\TEMP\RSP121.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "COMPILING_DLLC" /Fp"Release/DllC.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\Vcpp32\TheApp\DllC\DialogC.cpp"
"D:\Vcpp32\TheApp\DllC\DllC.cpp"
"D:\Vcpp32\TheApp\DllC\Export.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP121.tmp" 
Creating temporary file "C:\TEMP\RSP122.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "COMPILING_DLLC" /Fp"Release/DllC.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\Vcpp32\TheApp\DllC\StdAfx.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP122.tmp" 
Creating temporary file "C:\TEMP\RSP123.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:no /pdb:"Release/DllC.pdb" /machine:I386 /def:".\DllC.def" /out:"Release/DllC.dll" /implib:"Release/DllC.lib" 
.\Release\DialogC.obj
.\Release\DllC.obj
.\Release\Export.obj
.\Release\StdAfx.obj
.\Release\DllC.res
\Vcpp32\TheApp\DllA\Release\DllA.lib
\Vcpp32\TheApp\DllB\Release\DllB.lib
]
Creating command line "link.exe @C:\TEMP\RSP123.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DialogC.cpp
DllC.cpp
     Importing DllA
Export.cpp
Generating Code...
Linking...
   Creating library Release/DllC.lib and object Release/DllC.exp
Creating temporary file "C:\TEMP\RSP127.bat" with contents
[
@echo off
../DllC.bat
]
Creating command line "C:\TEMP\RSP127.bat"
Copy Files
..\DllC\Release\DllC.dll
        1 file(s) copied.



<h3>Results</h3>
DllC.dll - 0 error(s), 0 warning(s)
<h3>
--------------------Configuration: DllC - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/DllC.res" /d "_DEBUG" /d "_AFXDLL" "D:\Vcpp32\TheApp\DllC\DllC.rc"" 
Creating temporary file "C:\TEMP\RSP128.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "COMPILING_DLLC" /Fp"Debug/DllC.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Vcpp32\TheApp\DllC\DialogC.cpp"
"D:\Vcpp32\TheApp\DllC\DllC.cpp"
"D:\Vcpp32\TheApp\DllC\Export.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP128.tmp" 
Creating temporary file "C:\TEMP\RSP129.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "COMPILING_DLLC" /Fp"Debug/DllC.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Vcpp32\TheApp\DllC\StdAfx.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP129.tmp" 
Creating temporary file "C:\TEMP\RSP12A.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:yes /pdb:"Debug/DllC.pdb" /debug /machine:I386 /def:".\DllC.def" /out:"Debug/DllC.dll" /implib:"Debug/DllC.lib" /pdbtype:sept 
.\Debug\DialogC.obj
.\Debug\DllC.obj
.\Debug\Export.obj
.\Debug\StdAfx.obj
.\Debug\DllC.res
\Vcpp32\TheApp\DllA\Debug\DllA.lib
\Vcpp32\TheApp\DllB\Debug\DllB.lib
]
Creating command line "link.exe @C:\TEMP\RSP12A.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DialogC.cpp
DllC.cpp
     Importing DllA
Export.cpp
Generating Code...
Linking...
   Creating library Debug/DllC.lib and object Debug/DllC.exp
Creating temporary file "C:\TEMP\RSP12E.bat" with contents
[
@echo off
../DllCd.bat
]
Creating command line "C:\TEMP\RSP12E.bat"
Copy Files
..\DllC\Debug\DllC.dll
        1 file(s) copied.



<h3>Results</h3>
DllC.dll - 0 error(s), 0 warning(s)
<h3>
--------------------Configuration: TheApp - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Release/TheApp.res" /d "NDEBUG" /d "_AFXDLL" "D:\Vcpp32\TheApp\TheApp.rc"" 
Creating temporary file "C:\TEMP\RSP12F.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/TheApp.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\Vcpp32\TheApp\MainFrm.cpp"
"D:\Vcpp32\TheApp\TheApp.cpp"
"D:\Vcpp32\TheApp\TheAppDoc.cpp"
"D:\Vcpp32\TheApp\TheAppView.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP12F.tmp" 
Creating temporary file "C:\TEMP\RSP130.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/TheApp.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\Vcpp32\TheApp\StdAfx.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP130.tmp" 
Creating temporary file "C:\TEMP\RSP131.tmp" with contents
[
/nologo /subsystem:windows /incremental:no /pdb:"Release/TheApp.pdb" /machine:I386 /out:"Release/TheApp.exe" 
.\Release\MainFrm.obj
.\Release\StdAfx.obj
.\Release\TheApp.obj
.\Release\TheAppDoc.obj
.\Release\TheAppView.obj
.\Release\TheApp.res
.\DllA\Release\DllA.lib
.\DllB\Release\DllB.lib
.\DllC\Release\DllC.lib
]
Creating command line "link.exe @C:\TEMP\RSP131.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MainFrm.cpp
TheApp.cpp
TheAppDoc.cpp
TheAppView.cpp
     Importing DllA
Generating Code...
Linking...



<h3>Results</h3>
TheApp.exe - 0 error(s), 0 warning(s)
<h3>
--------------------Configuration: TheApp - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Debug/TheApp.res" /d "_DEBUG" /d "_AFXDLL" "D:\Vcpp32\TheApp\TheApp.rc"" 
Creating temporary file "C:\TEMP\RSP136.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/TheApp.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Vcpp32\TheApp\MainFrm.cpp"
"D:\Vcpp32\TheApp\TheApp.cpp"
"D:\Vcpp32\TheApp\TheAppDoc.cpp"
"D:\Vcpp32\TheApp\TheAppView.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP136.tmp" 
Creating temporary file "C:\TEMP\RSP137.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/TheApp.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\Vcpp32\TheApp\StdAfx.cpp"
]
Creating command line "cl.exe @C:\TEMP\RSP137.tmp" 
Creating temporary file "C:\TEMP\RSP138.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/TheApp.pdb" /debug /machine:I386 /out:"Debug/TheApp.exe" /pdbtype:sept 
.\Debug\MainFrm.obj
.\Debug\StdAfx.obj
.\Debug\TheApp.obj
.\Debug\TheAppDoc.obj
.\Debug\TheAppView.obj
.\Debug\TheApp.res
.\DllA\Debug\DllA.lib
.\DllB\Debug\DllB.lib
.\DllC\Debug\DllC.lib
]
Creating command line "link.exe @C:\TEMP\RSP138.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
MainFrm.cpp
TheApp.cpp
TheAppDoc.cpp
TheAppView.cpp
     Importing DllA
Generating Code...
Linking...



<h3>Results</h3>
TheApp.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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