projection2.plg
来自「可用于测量与地图制图的正轴等角割圆柱投影转换程序。可进行单点和批量转换。」· PLG 代码 · 共 42 行
PLG
42 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: projection2 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/projection2.res" /d "_DEBUG" /d "_AFXDLL" "E:\projection2袁爽\projection2.rc""
Creating temporary file "C:\DOCUME~1\Admin\LOCALS~1\Temp\RSP17.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/projection2.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\projection2袁爽\projection2.cpp"
"E:\projection2袁爽\projection2Dlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Admin\LOCALS~1\Temp\RSP17.tmp"
Creating temporary file "C:\DOCUME~1\Admin\LOCALS~1\Temp\RSP18.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/projection2.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\projection2袁爽\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\Admin\LOCALS~1\Temp\RSP18.tmp"
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/projection2.pdb" /debug /machine:I386 /out:"Debug/projection2.exe" /pdbtype:sept ".\Debug\projection2.obj" ".\Debug\projection2Dlg.obj" ".\Debug\StdAfx.obj" ".\Debug\projection2.res" "
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
projection2.cpp
projection2Dlg.cpp
E:\projection2袁爽\projection2Dlg.cpp(247) : warning C4101: 'd' : unreferenced local variable
Generating Code...
Linking...
<h3>Results</h3>
projection2.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?