MapDemo.plg
上传用户:hzwailv
上传日期:2010-01-09
资源大小:405k
文件大小:3k
源码类别:

GIS编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: MapDemo - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "E:DOCUME~1dzningLOCALS~1TempRSPE9.bat" with contents
  10. [
  11. @echo off
  12. echo. >"hlpMapDemo.hm"
  13. echo // Commands (ID_* and IDM_*) >>"hlpMapDemo.hm"
  14. makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlpMapDemo.hm"
  15. echo. >>"hlpMapDemo.hm"
  16. echo // Prompts (IDP_*) >>"hlpMapDemo.hm"
  17. makehm IDP_,HIDP_,0x30000 resource.h >>"hlpMapDemo.hm"
  18. echo. >>"hlpMapDemo.hm"
  19. echo // Resources (IDR_*) >>"hlpMapDemo.hm"
  20. makehm IDR_,HIDR_,0x20000 resource.h >>"hlpMapDemo.hm"
  21. echo. >>"hlpMapDemo.hm"
  22. echo // Dialogs (IDD_*) >>"hlpMapDemo.hm"
  23. makehm IDD_,HIDD_,0x20000 resource.h >>"hlpMapDemo.hm"
  24. echo. >>"hlpMapDemo.hm"
  25. echo // Frame Controls (IDW_*) >>"hlpMapDemo.hm"
  26. makehm IDW_,HIDW_,0x50000 resource.h >>"hlpMapDemo.hm"
  27. ]
  28. Creating command line "E:DOCUME~1dzningLOCALS~1TempRSPE9.bat"
  29. Creating temporary file "E:DOCUME~1dzningLOCALS~1TempRSPEA.bat" with contents
  30. [
  31. @echo off
  32. start /wait hcw /C /E /M "hlpMapDemo.hpj"
  33. if errorlevel 1 goto :Error
  34. if not exist "hlpMapDemo.hlp" goto :Error
  35. copy "hlpMapDemo.hlp" .Debug
  36. goto :done
  37. :Error
  38. echo hlpMapDemo.hpj(1) : error:
  39. type "hlpMapDemo.log"
  40. :done
  41. ]
  42. Creating command line "E:DOCUME~1dzningLOCALS~1TempRSPEA.bat"
  43. Creating command line "rc.exe /l 0x804 /fo"Debug/MapDemo.res" /d "_DEBUG" /d "_AFXDLL" "D:董振宁工作目录程序验证MapDemoMapDemo.rc"" 
  44. Making help include file...
  45. Making help file...
  46. hlpMapDemo.hpj(1) : error:
  47. Microsoft (R) Help Compiler
  48. HCRTF 4.03.0002
  49. Copyright (c) Microsoft Corp 1990 - 1995. All rights reserved.
  50. mapdemo.hpj
  51.     HC5011: Error: mapdemo.hpj : 
  52.  Cannot open the file "d:Microsoft Visual StudioVC98MFCincludeafxhelp.hm."
  53. Creating temporary file "E:DOCUME~1dzningLOCALS~1TempRSPEB.tmp" with contents
  54. [
  55. /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/MapDemo.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  56. "D:董振宁工作目录程序验证MapDemoGeoSetDlg.cpp"
  57. "D:董振宁工作目录程序验证MapDemoMapView.cpp"
  58. ]
  59. Creating command line "cl.exe @E:DOCUME~1dzningLOCALS~1TempRSPEB.tmp" 
  60. Creating temporary file "E:DOCUME~1dzningLOCALS~1TempRSPEC.tmp" with contents
  61. [
  62. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/MapDemo.pdb" /debug /machine:I386 /out:"Debug/MapDemo.exe" /pdbtype:sept 
  63. ".DebugChildFrm.obj"
  64. ".DebugGeoSetDlg.obj"
  65. ".DebugGpsSet.obj"
  66. ".Debuggridctrl.obj"
  67. ".DebugMainFrm.obj"
  68. ".DebugMapDemo.obj"
  69. ".DebugMapDemoDoc.obj"
  70. ".DebugMapFormView.obj"
  71. ".DebugMapView.obj"
  72. ".DebugMapx.obj"
  73. ".DebugMapXSetDlg.obj"
  74. ".Debugmsflexgrid.obj"
  75. ".DebugSelDlg.obj"
  76. ".DebugStdAfx.obj"
  77. ".DebugTargetSet.obj"
  78. ".DebugMapDemo.res"
  79. ]
  80. Creating command line "link.exe @E:DOCUME~1dzningLOCALS~1TempRSPEC.tmp"
  81. <h3>Output Window</h3>
  82. Compiling resources...
  83. Compiling...
  84. GeoSetDlg.cpp
  85. MapView.cpp
  86. D:董振宁工作目录程序验证MapDemoMapView.cpp(1347) : warning C4101: 'Item' : unreferenced local variable
  87. Generating Code...
  88. Linking...
  89. <h3>Results</h3>
  90. MapDemo.exe - 2 error(s), 1 warning(s)
  91. </pre>
  92. </body>
  93. </html>