📄 callcom.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: CallCOM - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "midl.exe /nologo /D "NDEBUG" /tlb "Release/RemoteDisply.tlb" /mktyplib203 /win32 "F:\实例程序\练习\VC\CallCOM\RemoteDisply.odl""
Creating command line "rc.exe /l 0x804 /fo"Release/CallCOM.res" /i "Release" /d "NDEBUG" /d "_AFXDLL" "F:\实例程序\练习\VC\CallCOM\CallCOM.rc""
Creating temporary file "C:\DOCUME~1\wuam\LOCALS~1\Temp\RSP63.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/CallCOM.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\实例程序\练习\VC\CallCOM\CallCOM.cpp"
"F:\实例程序\练习\VC\CallCOM\CallCOMDlg.cpp"
"F:\实例程序\练习\VC\CallCOM\IDrive.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\wuam\LOCALS~1\Temp\RSP63.tmp"
Creating temporary file "C:\DOCUME~1\wuam\LOCALS~1\Temp\RSP64.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Release/CallCOM.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"F:\实例程序\练习\VC\CallCOM\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\wuam\LOCALS~1\Temp\RSP64.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:no /pdb:"Release/CallCOM.pdb" /machine:I386 /out:"Release/CallCOM.exe" ".\Release\CallCOM.obj" ".\Release\CallCOMDlg.obj" ".\Release\IDrive.obj" ".\Release\StdAfx.obj" ".\Release\CallCOM.res" "
<h3>Output Window</h3>
Creating Type Library...
Processing F:\实例程序\练习\VC\CallCOM\RemoteDisply.odl
RemoteDisply.odl
fatal error C1083: Cannot open source file: 'F:\实例程序\练习\VC\CallCOM\RemoteDisply.odl': No such file or directory
midl : command line error MIDL1003 : error returned by the C preprocessor (2)
Error executing midl.exe.
<h3>Results</h3>
CallCOM.exe - 2 error(s), 0 warning(s)
<h3>
--------------------Configuration: CallCOM - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "midl.exe /nologo /D "_DEBUG" /tlb "Debug/RemoteDisply.tlb" /mktyplib203 /win32 "F:\实例程序\练习\VC\CallCOM\RemoteDisply.odl""
Creating command line "rc.exe /l 0x804 /fo"Debug/CallCOM.res" /i "Debug" /d "_DEBUG" /d "_AFXDLL" "F:\实例程序\练习\VC\CallCOM\CallCOM.rc""
Creating temporary file "C:\DOCUME~1\wuam\LOCALS~1\Temp\RSP66.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/CallCOM.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\实例程序\练习\VC\CallCOM\CallCOM.cpp"
"F:\实例程序\练习\VC\CallCOM\CallCOMDlg.cpp"
"F:\实例程序\练习\VC\CallCOM\IDrive.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\wuam\LOCALS~1\Temp\RSP66.tmp"
Creating temporary file "C:\DOCUME~1\wuam\LOCALS~1\Temp\RSP67.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/CallCOM.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"F:\实例程序\练习\VC\CallCOM\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\wuam\LOCALS~1\Temp\RSP67.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/CallCOM.pdb" /debug /machine:I386 /out:"Debug/CallCOM.exe" /pdbtype:sept ".\Debug\CallCOM.obj" ".\Debug\CallCOMDlg.obj" ".\Debug\IDrive.obj" ".\Debug\StdAfx.obj" ".\Debug\CallCOM.res" "
<h3>Output Window</h3>
Creating Type Library...
Processing F:\实例程序\练习\VC\CallCOM\RemoteDisply.odl
RemoteDisply.odl
fatal error C1083: Cannot open source file: 'F:\实例程序\练习\VC\CallCOM\RemoteDisply.odl': No such file or directory
midl : command line error MIDL1003 : error returned by the C preprocessor (2)
Error executing midl.exe.
<h3>Results</h3>
CallCOM.exe - 2 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -