Delaunay.plg
上传用户:azhong891
上传日期:2013-06-04
资源大小:197k
文件大小:3k
源码类别:

GIS编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Delaunay - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:WINDOWSTEMPRSP2184.TMP" with contents
  10. [
  11. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/Delaunay.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "D:CaoJunJievcDelaunayDelaunayView.cpp"
  13. ]
  14. Creating command line "cl.exe @C:WINDOWSTEMPRSP2184.TMP" 
  15. Creating temporary file "C:WINDOWSTEMPRSP2185.TMP" with contents
  16. [
  17. opengl32.lib glu32.lib glaux.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Delaunay.pdb" /debug /machine:I386 /out:"Debug/Delaunay.exe" /pdbtype:sept 
  18. .DebugBorder.obj
  19. .DebugChildFrm.obj
  20. .DebugDelaunay.obj
  21. .DebugDelaunayDoc.obj
  22. .DebugDelaunayView.obj
  23. .DebugLighting.obj
  24. .DebugLightMaterial.obj
  25. .DebugMainFrm.obj
  26. .DebugPointPos.obj
  27. .DebugPointView.obj
  28. .DebugStdAfx.obj
  29. .DebugTriangle.obj
  30. .DebugDelaunay.res
  31. ]
  32. Creating command line "link.exe @C:WINDOWSTEMPRSP2185.TMP"
  33. <h3>Output Window</h3>
  34. Compiling...
  35. DelaunayView.cpp
  36. D:CaoJunJievcDelaunayDelaunayView.cpp(148) : warning C4305: '=' : truncation from 'const double' to 'float'
  37. D:CaoJunJievcDelaunayDelaunayView.cpp(148) : warning C4305: '=' : truncation from 'const double' to 'float'
  38. D:CaoJunJievcDelaunayDelaunayView.cpp(148) : warning C4305: '=' : truncation from 'const double' to 'float'
  39. D:CaoJunJievcDelaunayDelaunayView.cpp(149) : warning C4305: '=' : truncation from 'const double' to 'float'
  40. D:CaoJunJievcDelaunayDelaunayView.cpp(149) : warning C4305: '=' : truncation from 'const double' to 'float'
  41. D:CaoJunJievcDelaunayDelaunayView.cpp(149) : warning C4305: '=' : truncation from 'const double' to 'float'
  42. D:CaoJunJievcDelaunayDelaunayView.cpp(154) : warning C4305: '=' : truncation from 'const double' to 'float'
  43. D:CaoJunJievcDelaunayDelaunayView.cpp(154) : warning C4305: '=' : truncation from 'const double' to 'float'
  44. D:CaoJunJievcDelaunayDelaunayView.cpp(154) : warning C4305: '=' : truncation from 'const double' to 'float'
  45. D:CaoJunJievcDelaunayDelaunayView.cpp(155) : warning C4305: '=' : truncation from 'const double' to 'float'
  46. D:CaoJunJievcDelaunayDelaunayView.cpp(334) : warning C4715: 'CDelaunayView::Wher' : not all control paths return a value
  47. D:CaoJunJievcDelaunayDelaunayView.cpp(631) : warning C4715: 'CDelaunayView::DelTriList' : not all control paths return a value
  48. Linking...
  49. Creating temporary file "C:WINDOWSTEMPRSP21B2.TMP" with contents
  50. [
  51. /nologo /o"Debug/Delaunay.bsc" 
  52. .DebugStdAfx.sbr
  53. .DebugBorder.sbr
  54. .DebugChildFrm.sbr
  55. .DebugDelaunay.sbr
  56. .DebugDelaunayDoc.sbr
  57. .DebugDelaunayView.sbr
  58. .DebugLighting.sbr
  59. .DebugLightMaterial.sbr
  60. .DebugMainFrm.sbr
  61. .DebugPointPos.sbr
  62. .DebugPointView.sbr
  63. .DebugTriangle.sbr]
  64. Creating command line "bscmake.exe @C:WINDOWSTEMPRSP21B2.TMP"
  65. Creating browse info file...
  66. <h3>Output Window</h3>
  67. <h3>Results</h3>
  68. Delaunay.exe - 0 error(s), 12 warning(s)
  69. </pre>
  70. </body>
  71. </html>