lesson5.plg

来自「这是一个基于gdal处理HDF程序,只实现了基本的功能,细节没进行处理,需要GD」· PLG 代码 · 共 38 行

PLG
38
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: Lesson5 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\john\LOCALS~1\Temp\RSP116.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Lesson5.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\毕业设计\tool\Lesson5\Lesson5View.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\john\LOCALS~1\Temp\RSP116.tmp" 
Creating temporary file "C:\DOCUME~1\john\LOCALS~1\Temp\RSP117.tmp" with contents
[
opengl32.lib glu32.lib glut.lib glaux.lib gdal_i.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Lesson5.pdb" /debug /machine:I386 /out:"Debug/Lesson5.exe" /pdbtype:sept 
".\Debug\Lesson5.obj"
".\Debug\Lesson5Doc.obj"
".\Debug\Lesson5View.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\Lesson5.res"
]
Creating command line "link.exe @C:\DOCUME~1\john\LOCALS~1\Temp\RSP117.tmp"
<h3>Output Window</h3>
Compiling...
Lesson5View.cpp
Linking...



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

⌨️ 快捷键说明

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