📄 imageviewer.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: ImageViewer - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x409 /fo"Release/ImageViewer.res" /d "NDEBUG" /d "_AFXDLL" "E:\VC6.0代码\第20章\ImageViewer\ImageViewer.rc""
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP44.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Release/ImageViewer.pch" /Yu"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\VC6.0代码\第20章\ImageViewer\ImageViewer.cpp"
"E:\VC6.0代码\第20章\ImageViewer\ImageViewerDoc.cpp"
"E:\VC6.0代码\第20章\ImageViewer\ImageViewerView.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP44.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP45.tmp" with contents
[
/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Fp"Release/ImageViewer.pch" /Yc"stdafx.h" /Fo"Release/" /Fd"Release/" /FD /c
"E:\VC6.0代码\第20章\ImageViewer\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP45.tmp"
Creating temporary file "C:\DOCUME~1\user\LOCALS~1\Temp\RSP46.tmp" with contents
[
/nologo /subsystem:windows /dll /incremental:no /pdb:"Release/ImageViewer.pdb" /machine:I386 /def:".\ImageViewer.def" /out:"Release/ImageViewer.dll" /implib:"Release/ImageViewer.lib"
".\Release\ImageViewer.obj"
".\Release\ImageViewerDoc.obj"
".\Release\ImageViewerView.obj"
".\Release\StdAfx.obj"
".\Release\ImageViewer.res"
"..\..\..\ImgObj\lib\ImageObject.lib"
"..\..\..\ImgObj\lib\ImageLoad.lib"
]
Creating command line "link.exe @C:\DOCUME~1\user\LOCALS~1\Temp\RSP46.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ImageViewer.cpp
E:\VC6.0代码\第20章\ImageViewer\ImageViewerView.h(18) : fatal error C1083: Cannot open include file: '\imgobj\include\imageobject.h': No such file or directory
ImageViewerDoc.cpp
ImageViewerView.cpp
E:\VC6.0代码\第20章\ImageViewer\ImageViewerView.h(18) : fatal error C1083: Cannot open include file: '\imgobj\include\imageobject.h': No such file or directory
Generating Code...
执行 cl.exe 时出错.
<h3>Results</h3>
ImageViewer.dll - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -