Advertisement
Guest User

Untitled

a guest
May 13th, 2014
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 65.78 KB | None | 0 0
  1. 16:36:53: Running steps for project test...
  2. 16:36:53: Configuration unchanged, skipping qmake step.
  3. 16:36:53: Starting: "E:\Qt\Tools\QtCreator\bin\jom.exe"
  4.     E:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Release
  5.     cl -c -nologo -Zm200 -Zc:wchar_t -O2 -MD -GR -W3 -w34100 -w34189 -EHsc -DUNICODE -DWIN32 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_OPENGL_ES_2 -DQT_OPENGL_ES_2_ANGLE -DNDEBUG -I"..\test\src" -I"..\test\include" -I"E:\Qt\5.2.1\msvc2010\include" -I"E:\Qt\5.2.1\msvc2010\include\QtGui" -I"E:\Qt\5.2.1\msvc2010\include\QtANGLE" -I"E:\Qt\5.2.1\msvc2010\include\QtCore" -I"release" -I"." -I"E:\Qt\5.2.1\msvc2010\mkspecs\win32-msvc2010" -Forelease\ @C:\Users\David\AppData\Local\Temp\main.obj.8452.16.jom
  6. main.cpp
  7. d:\workspace\test\include\cpl_string.h(227) : warning C4251: 'std::_String_val<_Elem,_Alloc>::_Alval' : class 'std::allocator<_Ty>' needs to have dll-interface to be used by clients of class 'std::_String_val<_Elem,_Alloc>'
  8.         with
  9.         [
  10.             _Elem=char,
  11.             _Alloc=std::allocator<char>
  12.         ]
  13.         and
  14.         [
  15.             _Ty=char
  16.         ]
  17.         and
  18.         [
  19.             _Elem=char,
  20.             _Alloc=std::allocator<char>
  21.         ]
  22.     link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /MANIFEST /MANIFESTFILE:release\test.exe.embed.manifest /OUT:release\test.exe @C:\Users\David\AppData\Local\Temp\test.exe.8452.641.jom
  23.    Creating library release\test.lib and object release\test.exp
  24. main.obj : error LNK2019: unresolved external symbol "public: __thiscall OGR_SRSNode::OGR_SRSNode(char const *)" (??0OGR_SRSNode@@QAE@PBD@Z) referenced in function "public: void __thiscall OGR_SRSNode::`default constructor closure'(void)" (??_FOGR_SRSNode@@QAEXXZ)
  25. main.obj : error LNK2019: unresolved external symbol "public: __thiscall OGRSpatialReference::OGRSpatialReference(char const *)" (??0OGRSpatialReference@@QAE@PBD@Z) referenced in function "public: void __thiscall OGRSpatialReference::`default constructor closure'(void)" (??_FOGRSpatialReference@@QAEXXZ)
  26. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometry::getCoordinateDimension(void)const " (?getCoordinateDimension@OGRGeometry@@UBEHXZ)
  27. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometry::IsValid(void)const " (?IsValid@OGRGeometry@@UBEHXZ)
  28. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometry::IsSimple(void)const " (?IsSimple@OGRGeometry@@UBEHXZ)
  29. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometry::IsRing(void)const " (?IsRing@OGRGeometry@@UBEHXZ)
  30. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRGeometry::dumpReadable(struct _iobuf *,char const *,char * *)const " (?dumpReadable@OGRGeometry@@UBEXPAU_iobuf@@PBDPAPAD@Z)
  31. main.obj : error LNK2001: unresolved external symbol "public: virtual char * __thiscall OGRGeometry::exportToGML(char const * const *)const " (?exportToGML@OGRGeometry@@UBEPADPBQBD@Z)
  32. main.obj : error LNK2001: unresolved external symbol "public: virtual char * __thiscall OGRGeometry::exportToKML(void)const " (?exportToKML@OGRGeometry@@UBEPADXZ)
  33. main.obj : error LNK2001: unresolved external symbol "public: virtual char * __thiscall OGRGeometry::exportToJson(void)const " (?exportToJson@OGRGeometry@@UBEPADXZ)
  34. main.obj : error LNK2001: unresolved external symbol "public: virtual struct GEOSGeom_t * __thiscall OGRGeometry::exportToGEOS(struct GEOSContextHandle_HS *)const " (?exportToGEOS@OGRGeometry@@UBEPAUGEOSGeom_t@@PAUGEOSContextHandle_HS@@@Z)
  35. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRGeometry::closeRings(void)" (?closeRings@OGRGeometry@@UAEXXZ)
  36. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRGeometry::setCoordinateDimension(int)" (?setCoordinateDimension@OGRGeometry@@UAEXH@Z)
  37. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRGeometry::segmentize(double)" (?segmentize@OGRGeometry@@UAEXN@Z)
  38. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometry::Intersects(class OGRGeometry *)const " (?Intersects@OGRGeometry@@UBEHPAV1@@Z)
  39. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometry::Disjoint(class OGRGeometry const *)const " (?Disjoint@OGRGeometry@@UBEHPBV1@@Z)
  40. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometry::Touches(class OGRGeometry const *)const " (?Touches@OGRGeometry@@UBEHPBV1@@Z)
  41. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometry::Crosses(class OGRGeometry const *)const " (?Crosses@OGRGeometry@@UBEHPBV1@@Z)
  42. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometry::Within(class OGRGeometry const *)const " (?Within@OGRGeometry@@UBEHPBV1@@Z)
  43. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometry::Contains(class OGRGeometry const *)const " (?Contains@OGRGeometry@@UBEHPBV1@@Z)
  44. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometry::Overlaps(class OGRGeometry const *)const " (?Overlaps@OGRGeometry@@UBEHPBV1@@Z)
  45. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRGeometry::Boundary(void)const " (?Boundary@OGRGeometry@@UBEPAV1@XZ)
  46. main.obj : error LNK2001: unresolved external symbol "public: virtual double __thiscall OGRGeometry::Distance(class OGRGeometry const *)const " (?Distance@OGRGeometry@@UBENPBV1@@Z)
  47. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRGeometry::ConvexHull(void)const " (?ConvexHull@OGRGeometry@@UBEPAV1@XZ)
  48. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRGeometry::Buffer(double,int)const " (?Buffer@OGRGeometry@@UBEPAV1@NH@Z)
  49. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRGeometry::Intersection(class OGRGeometry const *)const " (?Intersection@OGRGeometry@@UBEPAV1@PBV1@@Z)
  50. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRGeometry::Union(class OGRGeometry const *)const " (?Union@OGRGeometry@@UBEPAV1@PBV1@@Z)
  51. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRGeometry::UnionCascaded(void)const " (?UnionCascaded@OGRGeometry@@UBEPAV1@XZ)
  52. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRGeometry::Difference(class OGRGeometry const *)const " (?Difference@OGRGeometry@@UBEPAV1@PBV1@@Z)
  53. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRGeometry::SymDifference(class OGRGeometry const *)const " (?SymDifference@OGRGeometry@@UBEPAV1@PBV1@@Z)
  54. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometry::Centroid(class OGRPoint *)const " (?Centroid@OGRGeometry@@UBEHPAVOGRPoint@@@Z)
  55. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRGeometry::Simplify(double)const " (?Simplify@OGRGeometry@@UBEPAV1@N@Z)
  56. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRGeometry::Polygonize(void)const " (?Polygonize@OGRGeometry@@UBEPAV1@XZ)
  57. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRGeometry::SymmetricDifference(class OGRGeometry const *)const " (?SymmetricDifference@OGRGeometry@@UBEPAV1@PBV1@@Z)
  58. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRGeometry::getBoundary(void)const " (?getBoundary@OGRGeometry@@UBEPAV1@XZ)
  59. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRGeometry::swapXY(void)" (?swapXY@OGRGeometry@@UAEXXZ)
  60. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRGeometry::~OGRGeometry(void)" (??1OGRGeometry@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRGeometry::`scalar deleting destructor'(unsigned int)" (??_GOGRGeometry@@UAEPAXI@Z)
  61. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPoint::getDimension(void)const " (?getDimension@OGRPoint@@UBEHXZ)
  62. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPoint::IsEmpty(void)const " (?IsEmpty@OGRPoint@@UBEHXZ)
  63. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRPoint::empty(void)" (?empty@OGRPoint@@UAEXXZ)
  64. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRPoint::clone(void)const " (?clone@OGRPoint@@UBEPAVOGRGeometry@@XZ)
  65. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRPoint::getEnvelope(class OGREnvelope3D *)const " (?getEnvelope@OGRPoint@@UBEXPAVOGREnvelope3D@@@Z)
  66. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRPoint::getEnvelope(class OGREnvelope *)const " (?getEnvelope@OGRPoint@@UBEXPAVOGREnvelope@@@Z)
  67. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPoint::WkbSize(void)const " (?WkbSize@OGRPoint@@UBEHXZ)
  68. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPoint::importFromWkb(unsigned char *,int)" (?importFromWkb@OGRPoint@@UAEHPAEH@Z)
  69. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPoint::exportToWkb(enum OGRwkbByteOrder,unsigned char *,enum OGRwkbVariant)const " (?exportToWkb@OGRPoint@@UBEHW4OGRwkbByteOrder@@PAEW4OGRwkbVariant@@@Z)
  70. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPoint::importFromWkt(char * *)" (?importFromWkt@OGRPoint@@UAEHPAPAD@Z)
  71. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPoint::exportToWkt(char * *)const " (?exportToWkt@OGRPoint@@UBEHPAPAD@Z)
  72. main.obj : error LNK2001: unresolved external symbol "public: virtual enum OGRwkbGeometryType __thiscall OGRPoint::getGeometryType(void)const " (?getGeometryType@OGRPoint@@UBE?AW4OGRwkbGeometryType@@XZ)
  73. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRPoint::getGeometryName(void)const " (?getGeometryName@OGRPoint@@UBEPBDXZ)
  74. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRPoint::flattenTo2D(void)" (?flattenTo2D@OGRPoint@@UAEXXZ)
  75. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRPoint::setCoordinateDimension(int)" (?setCoordinateDimension@OGRPoint@@UAEXH@Z)
  76. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPoint::transform(class OGRCoordinateTransformation *)" (?transform@OGRPoint@@UAEHPAVOGRCoordinateTransformation@@@Z)
  77. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPoint::Equals(class OGRGeometry *)const " (?Equals@OGRPoint@@UBEHPAVOGRGeometry@@@Z)
  78. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRPoint::swapXY(void)" (?swapXY@OGRPoint@@UAEXXZ)
  79. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRPoint::~OGRPoint(void)" (??1OGRPoint@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRPoint::`scalar deleting destructor'(unsigned int)" (??_GOGRPoint@@UAEPAXI@Z)
  80. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRCurve::get_IsClosed(void)const " (?get_IsClosed@OGRCurve@@UBEHXZ)
  81. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRCurve::~OGRCurve(void)" (??1OGRCurve@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRCurve::`scalar deleting destructor'(unsigned int)" (??_GOGRCurve@@UAEPAXI@Z)
  82. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLineString::getDimension(void)const " (?getDimension@OGRLineString@@UBEHXZ)
  83. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLineString::IsEmpty(void)const " (?IsEmpty@OGRLineString@@UBEHXZ)
  84. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLineString::empty(void)" (?empty@OGRLineString@@UAEXXZ)
  85. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRLineString::clone(void)const " (?clone@OGRLineString@@UBEPAVOGRGeometry@@XZ)
  86. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLineString::getEnvelope(class OGREnvelope3D *)const " (?getEnvelope@OGRLineString@@UBEXPAVOGREnvelope3D@@@Z)
  87. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLineString::getEnvelope(class OGREnvelope *)const " (?getEnvelope@OGRLineString@@UBEXPAVOGREnvelope@@@Z)
  88. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLineString::WkbSize(void)const " (?WkbSize@OGRLineString@@UBEHXZ)
  89. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLineString::importFromWkb(unsigned char *,int)" (?importFromWkb@OGRLineString@@UAEHPAEH@Z)
  90. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLineString::exportToWkb(enum OGRwkbByteOrder,unsigned char *,enum OGRwkbVariant)const " (?exportToWkb@OGRLineString@@UBEHW4OGRwkbByteOrder@@PAEW4OGRwkbVariant@@@Z)
  91. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLineString::importFromWkt(char * *)" (?importFromWkt@OGRLineString@@UAEHPAPAD@Z)
  92. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLineString::exportToWkt(char * *)const " (?exportToWkt@OGRLineString@@UBEHPAPAD@Z)
  93. main.obj : error LNK2001: unresolved external symbol "public: virtual enum OGRwkbGeometryType __thiscall OGRLineString::getGeometryType(void)const " (?getGeometryType@OGRLineString@@UBE?AW4OGRwkbGeometryType@@XZ)
  94. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRLineString::getGeometryName(void)const " (?getGeometryName@OGRLineString@@UBEPBDXZ)
  95. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLineString::flattenTo2D(void)" (?flattenTo2D@OGRLineString@@UAEXXZ)
  96. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLineString::setCoordinateDimension(int)" (?setCoordinateDimension@OGRLineString@@UAEXH@Z)
  97. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLineString::transform(class OGRCoordinateTransformation *)" (?transform@OGRLineString@@UAEHPAVOGRCoordinateTransformation@@@Z)
  98. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLineString::segmentize(double)" (?segmentize@OGRLineString@@UAEXN@Z)
  99. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLineString::Equals(class OGRGeometry *)const " (?Equals@OGRLineString@@UBEHPAVOGRGeometry@@@Z)
  100. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLineString::swapXY(void)" (?swapXY@OGRLineString@@UAEXXZ)
  101. main.obj : error LNK2001: unresolved external symbol "public: virtual double __thiscall OGRLineString::get_Length(void)const " (?get_Length@OGRLineString@@UBENXZ)
  102. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLineString::StartPoint(class OGRPoint *)const " (?StartPoint@OGRLineString@@UBEXPAVOGRPoint@@@Z)
  103. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLineString::EndPoint(class OGRPoint *)const " (?EndPoint@OGRLineString@@UBEXPAVOGRPoint@@@Z)
  104. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLineString::Value(double,class OGRPoint *)const " (?Value@OGRLineString@@UBEXNPAVOGRPoint@@@Z)
  105. main.obj : error LNK2001: unresolved external symbol "public: virtual double __thiscall OGRLineString::Project(class OGRPoint const *)const " (?Project@OGRLineString@@UBENPBVOGRPoint@@@Z)
  106. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRLineString * __thiscall OGRLineString::getSubLine(double,double,int)const " (?getSubLine@OGRLineString@@UBEPAV1@NNH@Z)
  107. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRLineString::~OGRLineString(void)" (??1OGRLineString@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRLineString::`scalar deleting destructor'(unsigned int)" (??_GOGRLineString@@UAEPAXI@Z)
  108. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRLinearRing::clone(void)const " (?clone@OGRLinearRing@@UBEPAVOGRGeometry@@XZ)
  109. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLinearRing::WkbSize(void)const " (?WkbSize@OGRLinearRing@@UBEHXZ)
  110. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLinearRing::importFromWkb(unsigned char *,int)" (?importFromWkb@OGRLinearRing@@UAEHPAEH@Z)
  111. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLinearRing::exportToWkb(enum OGRwkbByteOrder,unsigned char *,enum OGRwkbVariant)const " (?exportToWkb@OGRLinearRing@@UBEHW4OGRwkbByteOrder@@PAEW4OGRwkbVariant@@@Z)
  112. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRLinearRing::getGeometryName(void)const " (?getGeometryName@OGRLinearRing@@UBEPBDXZ)
  113. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLinearRing::closeRings(void)" (?closeRings@OGRLinearRing@@UAEXXZ)
  114. main.obj : error LNK2001: unresolved external symbol "private: virtual int __thiscall OGRLinearRing::_WkbSize(int)const " (?_WkbSize@OGRLinearRing@@EBEHH@Z)
  115. main.obj : error LNK2001: unresolved external symbol "private: virtual int __thiscall OGRLinearRing::_importFromWkb(enum OGRwkbByteOrder,int,unsigned char *,int)" (?_importFromWkb@OGRLinearRing@@EAEHW4OGRwkbByteOrder@@HPAEH@Z)
  116. main.obj : error LNK2001: unresolved external symbol "private: virtual int __thiscall OGRLinearRing::_exportToWkb(enum OGRwkbByteOrder,int,unsigned char *)const " (?_exportToWkb@OGRLinearRing@@EBEHW4OGRwkbByteOrder@@HPAE@Z)
  117. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLinearRing::isClockwise(void)const " (?isClockwise@OGRLinearRing@@UBEHXZ)
  118. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLinearRing::reverseWindingOrder(void)" (?reverseWindingOrder@OGRLinearRing@@UAEXXZ)
  119. main.obj : error LNK2001: unresolved external symbol "public: virtual double __thiscall OGRLinearRing::get_Area(void)const " (?get_Area@OGRLinearRing@@UBENXZ)
  120. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRLinearRing::~OGRLinearRing(void)" (??1OGRLinearRing@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRLinearRing::`scalar deleting destructor'(unsigned int)" (??_GOGRLinearRing@@UAEPAXI@Z)
  121. main.obj : error LNK2019: unresolved external symbol "public: __thiscall OGRGeometry::OGRGeometry(void)" (??0OGRGeometry@@QAE@XZ) referenced in function "public: __thiscall OGRSurface::OGRSurface(void)" (??0OGRSurface@@QAE@XZ)
  122. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPolygon::getDimension(void)const " (?getDimension@OGRPolygon@@UBEHXZ)
  123. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPolygon::IsEmpty(void)const " (?IsEmpty@OGRPolygon@@UBEHXZ)
  124. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRPolygon::empty(void)" (?empty@OGRPolygon@@UAEXXZ)
  125. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRPolygon::clone(void)const " (?clone@OGRPolygon@@UBEPAVOGRGeometry@@XZ)
  126. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRPolygon::getEnvelope(class OGREnvelope3D *)const " (?getEnvelope@OGRPolygon@@UBEXPAVOGREnvelope3D@@@Z)
  127. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRPolygon::getEnvelope(class OGREnvelope *)const " (?getEnvelope@OGRPolygon@@UBEXPAVOGREnvelope@@@Z)
  128. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPolygon::WkbSize(void)const " (?WkbSize@OGRPolygon@@UBEHXZ)
  129. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPolygon::importFromWkb(unsigned char *,int)" (?importFromWkb@OGRPolygon@@UAEHPAEH@Z)
  130. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPolygon::exportToWkb(enum OGRwkbByteOrder,unsigned char *,enum OGRwkbVariant)const " (?exportToWkb@OGRPolygon@@UBEHW4OGRwkbByteOrder@@PAEW4OGRwkbVariant@@@Z)
  131. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPolygon::importFromWkt(char * *)" (?importFromWkt@OGRPolygon@@UAEHPAPAD@Z)
  132. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPolygon::exportToWkt(char * *)const " (?exportToWkt@OGRPolygon@@UBEHPAPAD@Z)
  133. main.obj : error LNK2001: unresolved external symbol "public: virtual enum OGRwkbGeometryType __thiscall OGRPolygon::getGeometryType(void)const " (?getGeometryType@OGRPolygon@@UBE?AW4OGRwkbGeometryType@@XZ)
  134. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRPolygon::getGeometryName(void)const " (?getGeometryName@OGRPolygon@@UBEPBDXZ)
  135. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRPolygon::flattenTo2D(void)" (?flattenTo2D@OGRPolygon@@UAEXXZ)
  136. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRPolygon::closeRings(void)" (?closeRings@OGRPolygon@@UAEXXZ)
  137. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRPolygon::setCoordinateDimension(int)" (?setCoordinateDimension@OGRPolygon@@UAEXH@Z)
  138. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPolygon::transform(class OGRCoordinateTransformation *)" (?transform@OGRPolygon@@UAEHPAVOGRCoordinateTransformation@@@Z)
  139. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRPolygon::segmentize(double)" (?segmentize@OGRPolygon@@UAEXN@Z)
  140. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPolygon::Equals(class OGRGeometry *)const " (?Equals@OGRPolygon@@UBEHPAVOGRGeometry@@@Z)
  141. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRPolygon::swapXY(void)" (?swapXY@OGRPolygon@@UAEXXZ)
  142. main.obj : error LNK2001: unresolved external symbol "public: virtual double __thiscall OGRPolygon::get_Area(void)const " (?get_Area@OGRPolygon@@UBENXZ)
  143. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRPolygon::PointOnSurface(class OGRPoint *)const " (?PointOnSurface@OGRPolygon@@UBEHPAVOGRPoint@@@Z)
  144. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRPolygon::~OGRPolygon(void)" (??1OGRPolygon@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRPolygon::`scalar deleting destructor'(unsigned int)" (??_GOGRPolygon@@UAEPAXI@Z)
  145. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometryCollection::getDimension(void)const " (?getDimension@OGRGeometryCollection@@UBEHXZ)
  146. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometryCollection::IsEmpty(void)const " (?IsEmpty@OGRGeometryCollection@@UBEHXZ)
  147. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRGeometryCollection::empty(void)" (?empty@OGRGeometryCollection@@UAEXXZ)
  148. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRGeometryCollection::clone(void)const " (?clone@OGRGeometryCollection@@UBEPAVOGRGeometry@@XZ)
  149. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRGeometryCollection::getEnvelope(class OGREnvelope3D *)const " (?getEnvelope@OGRGeometryCollection@@UBEXPAVOGREnvelope3D@@@Z)
  150. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRGeometryCollection::getEnvelope(class OGREnvelope *)const " (?getEnvelope@OGRGeometryCollection@@UBEXPAVOGREnvelope@@@Z)
  151. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometryCollection::WkbSize(void)const " (?WkbSize@OGRGeometryCollection@@UBEHXZ)
  152. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometryCollection::importFromWkb(unsigned char *,int)" (?importFromWkb@OGRGeometryCollection@@UAEHPAEH@Z)
  153. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometryCollection::exportToWkb(enum OGRwkbByteOrder,unsigned char *,enum OGRwkbVariant)const " (?exportToWkb@OGRGeometryCollection@@UBEHW4OGRwkbByteOrder@@PAEW4OGRwkbVariant@@@Z)
  154. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometryCollection::importFromWkt(char * *)" (?importFromWkt@OGRGeometryCollection@@UAEHPAPAD@Z)
  155. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometryCollection::exportToWkt(char * *)const " (?exportToWkt@OGRGeometryCollection@@UBEHPAPAD@Z)
  156. main.obj : error LNK2001: unresolved external symbol "public: virtual enum OGRwkbGeometryType __thiscall OGRGeometryCollection::getGeometryType(void)const " (?getGeometryType@OGRGeometryCollection@@UBE?AW4OGRwkbGeometryType@@XZ)
  157. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRGeometryCollection::getGeometryName(void)const " (?getGeometryName@OGRGeometryCollection@@UBEPBDXZ)
  158. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRGeometryCollection::flattenTo2D(void)" (?flattenTo2D@OGRGeometryCollection@@UAEXXZ)
  159. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRGeometryCollection::closeRings(void)" (?closeRings@OGRGeometryCollection@@UAEXXZ)
  160. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRGeometryCollection::setCoordinateDimension(int)" (?setCoordinateDimension@OGRGeometryCollection@@UAEXH@Z)
  161. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometryCollection::transform(class OGRCoordinateTransformation *)" (?transform@OGRGeometryCollection@@UAEHPAVOGRCoordinateTransformation@@@Z)
  162. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRGeometryCollection::segmentize(double)" (?segmentize@OGRGeometryCollection@@UAEXN@Z)
  163. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometryCollection::Equals(class OGRGeometry *)const " (?Equals@OGRGeometryCollection@@UBEHPAVOGRGeometry@@@Z)
  164. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRGeometryCollection::swapXY(void)" (?swapXY@OGRGeometryCollection@@UAEXXZ)
  165. main.obj : error LNK2001: unresolved external symbol "public: virtual double __thiscall OGRGeometryCollection::get_Length(void)const " (?get_Length@OGRGeometryCollection@@UBENXZ)
  166. main.obj : error LNK2001: unresolved external symbol "public: virtual double __thiscall OGRGeometryCollection::get_Area(void)const " (?get_Area@OGRGeometryCollection@@UBENXZ)
  167. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometryCollection::addGeometry(class OGRGeometry const *)" (?addGeometry@OGRGeometryCollection@@UAEHPBVOGRGeometry@@@Z)
  168. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometryCollection::addGeometryDirectly(class OGRGeometry *)" (?addGeometryDirectly@OGRGeometryCollection@@UAEHPAVOGRGeometry@@@Z)
  169. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRGeometryCollection::removeGeometry(int,int)" (?removeGeometry@OGRGeometryCollection@@UAEHHH@Z)
  170. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRGeometryCollection::~OGRGeometryCollection(void)" (??1OGRGeometryCollection@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRGeometryCollection::`scalar deleting destructor'(unsigned int)" (??_GOGRGeometryCollection@@UAEPAXI@Z)
  171. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRMultiPolygon::getDimension(void)const " (?getDimension@OGRMultiPolygon@@UBEHXZ)
  172. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRMultiPolygon::clone(void)const " (?clone@OGRMultiPolygon@@UBEPAVOGRGeometry@@XZ)
  173. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRMultiPolygon::importFromWkt(char * *)" (?importFromWkt@OGRMultiPolygon@@UAEHPAPAD@Z)
  174. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRMultiPolygon::exportToWkt(char * *)const " (?exportToWkt@OGRMultiPolygon@@UBEHPAPAD@Z)
  175. main.obj : error LNK2001: unresolved external symbol "public: virtual enum OGRwkbGeometryType __thiscall OGRMultiPolygon::getGeometryType(void)const " (?getGeometryType@OGRMultiPolygon@@UBE?AW4OGRwkbGeometryType@@XZ)
  176. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRMultiPolygon::getGeometryName(void)const " (?getGeometryName@OGRMultiPolygon@@UBEPBDXZ)
  177. main.obj : error LNK2001: unresolved external symbol "public: virtual double __thiscall OGRMultiPolygon::get_Area(void)const " (?get_Area@OGRMultiPolygon@@UBENXZ)
  178. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRMultiPolygon::addGeometryDirectly(class OGRGeometry *)" (?addGeometryDirectly@OGRMultiPolygon@@UAEHPAVOGRGeometry@@@Z)
  179. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRMultiPoint::getDimension(void)const " (?getDimension@OGRMultiPoint@@UBEHXZ)
  180. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRMultiPoint::clone(void)const " (?clone@OGRMultiPoint@@UBEPAVOGRGeometry@@XZ)
  181. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRMultiPoint::importFromWkt(char * *)" (?importFromWkt@OGRMultiPoint@@UAEHPAPAD@Z)
  182. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRMultiPoint::exportToWkt(char * *)const " (?exportToWkt@OGRMultiPoint@@UBEHPAPAD@Z)
  183. main.obj : error LNK2001: unresolved external symbol "public: virtual enum OGRwkbGeometryType __thiscall OGRMultiPoint::getGeometryType(void)const " (?getGeometryType@OGRMultiPoint@@UBE?AW4OGRwkbGeometryType@@XZ)
  184. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRMultiPoint::getGeometryName(void)const " (?getGeometryName@OGRMultiPoint@@UBEPBDXZ)
  185. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRMultiPoint::addGeometryDirectly(class OGRGeometry *)" (?addGeometryDirectly@OGRMultiPoint@@UAEHPAVOGRGeometry@@@Z)
  186. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRMultiLineString::getDimension(void)const " (?getDimension@OGRMultiLineString@@UBEHXZ)
  187. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRMultiLineString::clone(void)const " (?clone@OGRMultiLineString@@UBEPAVOGRGeometry@@XZ)
  188. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRMultiLineString::importFromWkt(char * *)" (?importFromWkt@OGRMultiLineString@@UAEHPAPAD@Z)
  189. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRMultiLineString::exportToWkt(char * *)const " (?exportToWkt@OGRMultiLineString@@UBEHPAPAD@Z)
  190. main.obj : error LNK2001: unresolved external symbol "public: virtual enum OGRwkbGeometryType __thiscall OGRMultiLineString::getGeometryType(void)const " (?getGeometryType@OGRMultiLineString@@UBE?AW4OGRwkbGeometryType@@XZ)
  191. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRMultiLineString::getGeometryName(void)const " (?getGeometryName@OGRMultiLineString@@UBEPBDXZ)
  192. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRMultiLineString::addGeometryDirectly(class OGRGeometry *)" (?addGeometryDirectly@OGRMultiLineString@@UAEHPAVOGRGeometry@@@Z)
  193. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRMultiLineString::~OGRMultiLineString(void)" (??1OGRMultiLineString@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRMultiLineString::`scalar deleting destructor'(unsigned int)" (??_GOGRMultiLineString@@UAEPAXI@Z)
  194. main.obj : error LNK2019: unresolved external symbol "public: int __thiscall CPLStringList::Count(void)const " (?Count@CPLStringList@@QBEHXZ) referenced in function "public: int __thiscall CPLStringList::size(void)const " (?size@CPLStringList@@QBEHXZ)
  195. main.obj : error LNK2019: unresolved external symbol "public: class CPLStringList & __thiscall CPLStringList::InsertStringDirectly(int,char *)" (?InsertStringDirectly@CPLStringList@@QAEAAV1@HPAD@Z) referenced in function "public: class CPLStringList & __thiscall CPLStringList::InsertString(int,char const *)" (?InsertString@CPLStringList@@QAEAAV1@HPBD@Z)
  196. main.obj : error LNK2019: unresolved external symbol _CPLStrdup referenced in function "public: class CPLStringList & __thiscall CPLStringList::InsertString(int,char const *)" (?InsertString@CPLStringList@@QAEAAV1@HPBD@Z)
  197. main.obj : error LNK2019: unresolved external symbol _CSLFindString referenced in function "public: int __thiscall CPLStringList::FindString(char const *)const " (?FindString@CPLStringList@@QBEHPBD@Z)
  198. main.obj : error LNK2019: unresolved external symbol _CSLPartialFindString referenced in function "public: int __thiscall CPLStringList::PartialFindString(char const *)const " (?PartialFindString@CPLStringList@@QBEHPBD@Z)
  199. main.obj : error LNK2019: unresolved external symbol "public: class CPLStringList & __thiscall CPLStringList::Assign(char * *,int)" (?Assign@CPLStringList@@QAEAAV1@PAPADH@Z) referenced in function "public: class CPLStringList & __thiscall CPLStringList::operator=(char * *)" (??4CPLStringList@@QAEAAV0@PAPAD@Z)
  200. main.obj : error LNK2019: unresolved external symbol "public: char * __thiscall CPLStringList::operator[](int)" (??ACPLStringList@@QAEPADH@Z) referenced in function "public: char * __thiscall CPLStringList::operator[](unsigned int)" (??ACPLStringList@@QAEPADI@Z)
  201. main.obj : error LNK2019: unresolved external symbol "public: char const * __thiscall CPLStringList::operator[](int)const " (??ACPLStringList@@QBEPBDH@Z) referenced in function "public: char const * __thiscall CPLStringList::operator[](unsigned int)const " (??ACPLStringList@@QBEPBDI@Z)
  202. main.obj : error LNK2019: unresolved external symbol "public: __thiscall OGRStyleMgr::OGRStyleMgr(class OGRStyleTable *)" (??0OGRStyleMgr@@QAE@PAVOGRStyleTable@@@Z) referenced in function "public: void __thiscall OGRStyleMgr::`default constructor closure'(void)" (??_FOGRStyleMgr@@QAEXXZ)
  203. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRStyleTool::~OGRStyleTool(void)" (??1OGRStyleTool@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRStyleTool::`scalar deleting destructor'(unsigned int)" (??_GOGRStyleTool@@UAEPAXI@Z)
  204. main.obj : error LNK2019: unresolved external symbol "public: char const * __thiscall OGRStylePen::GetParamStr(enum ogr_style_tool_param_pen_id,int &)" (?GetParamStr@OGRStylePen@@QAEPBDW4ogr_style_tool_param_pen_id@@AAH@Z) referenced in function "public: char const * __thiscall OGRStylePen::Color(int &)" (?Color@OGRStylePen@@QAEPBDAAH@Z)
  205. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRStylePen::SetParamStr(enum ogr_style_tool_param_pen_id,char const *)" (?SetParamStr@OGRStylePen@@QAEXW4ogr_style_tool_param_pen_id@@PBD@Z) referenced in function "public: void __thiscall OGRStylePen::SetColor(char const *)" (?SetColor@OGRStylePen@@QAEXPBD@Z)
  206. main.obj : error LNK2019: unresolved external symbol "public: double __thiscall OGRStylePen::GetParamDbl(enum ogr_style_tool_param_pen_id,int &)" (?GetParamDbl@OGRStylePen@@QAENW4ogr_style_tool_param_pen_id@@AAH@Z) referenced in function "public: double __thiscall OGRStylePen::Width(int &)" (?Width@OGRStylePen@@QAENAAH@Z)
  207. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRStylePen::SetParamDbl(enum ogr_style_tool_param_pen_id,double)" (?SetParamDbl@OGRStylePen@@QAEXW4ogr_style_tool_param_pen_id@@N@Z) referenced in function "public: void __thiscall OGRStylePen::SetWidth(double)" (?SetWidth@OGRStylePen@@QAEXN@Z)
  208. main.obj : error LNK2019: unresolved external symbol "public: int __thiscall OGRStylePen::GetParamNum(enum ogr_style_tool_param_pen_id,int &)" (?GetParamNum@OGRStylePen@@QAEHW4ogr_style_tool_param_pen_id@@AAH@Z) referenced in function "public: int __thiscall OGRStylePen::Priority(int &)" (?Priority@OGRStylePen@@QAEHAAH@Z)
  209. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRStylePen::SetParamNum(enum ogr_style_tool_param_pen_id,int)" (?SetParamNum@OGRStylePen@@QAEXW4ogr_style_tool_param_pen_id@@H@Z) referenced in function "public: void __thiscall OGRStylePen::SetPriority(int)" (?SetPriority@OGRStylePen@@QAEXH@Z)
  210. main.obj : error LNK2001: unresolved external symbol "private: virtual int __thiscall OGRStylePen::Parse(void)" (?Parse@OGRStylePen@@EAEHXZ)
  211. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRStylePen::GetStyleString(void)" (?GetStyleString@OGRStylePen@@UAEPBDXZ)
  212. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRStylePen::~OGRStylePen(void)" (??1OGRStylePen@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRStylePen::`scalar deleting destructor'(unsigned int)" (??_GOGRStylePen@@UAEPAXI@Z)
  213. main.obj : error LNK2019: unresolved external symbol "public: char const * __thiscall OGRStyleBrush::GetParamStr(enum ogr_style_tool_param_brush_id,int &)" (?GetParamStr@OGRStyleBrush@@QAEPBDW4ogr_style_tool_param_brush_id@@AAH@Z) referenced in function "public: char const * __thiscall OGRStyleBrush::ForeColor(int &)" (?ForeColor@OGRStyleBrush@@QAEPBDAAH@Z)
  214. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRStyleBrush::SetParamStr(enum ogr_style_tool_param_brush_id,char const *)" (?SetParamStr@OGRStyleBrush@@QAEXW4ogr_style_tool_param_brush_id@@PBD@Z) referenced in function "public: void __thiscall OGRStyleBrush::SetForeColor(char const *)" (?SetForeColor@OGRStyleBrush@@QAEXPBD@Z)
  215. main.obj : error LNK2019: unresolved external symbol "public: double __thiscall OGRStyleBrush::GetParamDbl(enum ogr_style_tool_param_brush_id,int &)" (?GetParamDbl@OGRStyleBrush@@QAENW4ogr_style_tool_param_brush_id@@AAH@Z) referenced in function "public: double __thiscall OGRStyleBrush::Angle(int &)" (?Angle@OGRStyleBrush@@QAENAAH@Z)
  216. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRStyleBrush::SetParamDbl(enum ogr_style_tool_param_brush_id,double)" (?SetParamDbl@OGRStyleBrush@@QAEXW4ogr_style_tool_param_brush_id@@N@Z) referenced in function "public: void __thiscall OGRStyleBrush::SetAngle(double)" (?SetAngle@OGRStyleBrush@@QAEXN@Z)
  217. main.obj : error LNK2019: unresolved external symbol "public: int __thiscall OGRStyleBrush::GetParamNum(enum ogr_style_tool_param_brush_id,int &)" (?GetParamNum@OGRStyleBrush@@QAEHW4ogr_style_tool_param_brush_id@@AAH@Z) referenced in function "public: int __thiscall OGRStyleBrush::Priority(int &)" (?Priority@OGRStyleBrush@@QAEHAAH@Z)
  218. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRStyleBrush::SetParamNum(enum ogr_style_tool_param_brush_id,int)" (?SetParamNum@OGRStyleBrush@@QAEXW4ogr_style_tool_param_brush_id@@H@Z) referenced in function "public: void __thiscall OGRStyleBrush::SetPriority(int)" (?SetPriority@OGRStyleBrush@@QAEXH@Z)
  219. main.obj : error LNK2001: unresolved external symbol "private: virtual int __thiscall OGRStyleBrush::Parse(void)" (?Parse@OGRStyleBrush@@EAEHXZ)
  220. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRStyleBrush::GetStyleString(void)" (?GetStyleString@OGRStyleBrush@@UAEPBDXZ)
  221. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRStyleBrush::~OGRStyleBrush(void)" (??1OGRStyleBrush@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRStyleBrush::`scalar deleting destructor'(unsigned int)" (??_GOGRStyleBrush@@UAEPAXI@Z)
  222. jom: D:\workspace\ogr2gui-0.7-test\Makefile.Release [release\test.exe] Error 1120
  223. main.obj : error LNK2019: unresolved external symbol "public: char const * __thiscall OGRStyleSymbol::GetParamStr(enum ogr_style_tool_param_symbol_id,int &)" (?GetParamStr@OGRStyleSymbol@@QAEPBDW4ogr_style_tool_param_symbol_id@@AAH@Z) referenced in function "public: char const * __thiscall OGRStyleSymbol::Id(int &)" (?Id@OGRStyleSymbol@@QAEPBDAAH@Z)
  224. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRStyleSymbol::SetParamStr(enum ogr_style_tool_param_symbol_id,char const *)" (?SetParamStr@OGRStyleSymbol@@QAEXW4ogr_style_tool_param_symbol_id@@PBD@Z) referenced in function "public: void __thiscall OGRStyleSymbol::SetId(char const *)" (?SetId@OGRStyleSymbol@@QAEXPBD@Z)
  225. main.obj : error LNK2019: unresolved external symbol "public: double __thiscall OGRStyleSymbol::GetParamDbl(enum ogr_style_tool_param_symbol_id,int &)" (?GetParamDbl@OGRStyleSymbol@@QAENW4ogr_style_tool_param_symbol_id@@AAH@Z) referenced in function "public: double __thiscall OGRStyleSymbol::Angle(int &)" (?Angle@OGRStyleSymbol@@QAENAAH@Z)
  226. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRStyleSymbol::SetParamDbl(enum ogr_style_tool_param_symbol_id,double)" (?SetParamDbl@OGRStyleSymbol@@QAEXW4ogr_style_tool_param_symbol_id@@N@Z) referenced in function "public: void __thiscall OGRStyleSymbol::SetAngle(double)" (?SetAngle@OGRStyleSymbol@@QAEXN@Z)
  227. main.obj : error LNK2019: unresolved external symbol "public: int __thiscall OGRStyleSymbol::GetParamNum(enum ogr_style_tool_param_symbol_id,int &)" (?GetParamNum@OGRStyleSymbol@@QAEHW4ogr_style_tool_param_symbol_id@@AAH@Z) referenced in function "public: int __thiscall OGRStyleSymbol::Priority(int &)" (?Priority@OGRStyleSymbol@@QAEHAAH@Z)
  228. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRStyleSymbol::SetParamNum(enum ogr_style_tool_param_symbol_id,int)" (?SetParamNum@OGRStyleSymbol@@QAEXW4ogr_style_tool_param_symbol_id@@H@Z) referenced in function "public: void __thiscall OGRStyleSymbol::SetPriority(int)" (?SetPriority@OGRStyleSymbol@@QAEXH@Z)
  229. main.obj : error LNK2001: unresolved external symbol "private: virtual int __thiscall OGRStyleSymbol::Parse(void)" (?Parse@OGRStyleSymbol@@EAEHXZ)
  230. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRStyleSymbol::GetStyleString(void)" (?GetStyleString@OGRStyleSymbol@@UAEPBDXZ)
  231. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRStyleSymbol::~OGRStyleSymbol(void)" (??1OGRStyleSymbol@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRStyleSymbol::`scalar deleting destructor'(unsigned int)" (??_GOGRStyleSymbol@@UAEPAXI@Z)
  232. main.obj : error LNK2019: unresolved external symbol "public: char const * __thiscall OGRStyleLabel::GetParamStr(enum ogr_style_tool_param_label_id,int &)" (?GetParamStr@OGRStyleLabel@@QAEPBDW4ogr_style_tool_param_label_id@@AAH@Z) referenced in function "public: char const * __thiscall OGRStyleLabel::FontName(int &)" (?FontName@OGRStyleLabel@@QAEPBDAAH@Z)
  233. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRStyleLabel::SetParamStr(enum ogr_style_tool_param_label_id,char const *)" (?SetParamStr@OGRStyleLabel@@QAEXW4ogr_style_tool_param_label_id@@PBD@Z) referenced in function "public: void __thiscall OGRStyleLabel::SetFontName(char const *)" (?SetFontName@OGRStyleLabel@@QAEXPBD@Z)
  234. main.obj : error LNK2019: unresolved external symbol "public: double __thiscall OGRStyleLabel::GetParamDbl(enum ogr_style_tool_param_label_id,int &)" (?GetParamDbl@OGRStyleLabel@@QAENW4ogr_style_tool_param_label_id@@AAH@Z) referenced in function "public: double __thiscall OGRStyleLabel::Size(int &)" (?Size@OGRStyleLabel@@QAENAAH@Z)
  235. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRStyleLabel::SetParamDbl(enum ogr_style_tool_param_label_id,double)" (?SetParamDbl@OGRStyleLabel@@QAEXW4ogr_style_tool_param_label_id@@N@Z) referenced in function "public: void __thiscall OGRStyleLabel::SetSize(double)" (?SetSize@OGRStyleLabel@@QAEXN@Z)
  236. main.obj : error LNK2019: unresolved external symbol "public: int __thiscall OGRStyleLabel::GetParamNum(enum ogr_style_tool_param_label_id,int &)" (?GetParamNum@OGRStyleLabel@@QAEHW4ogr_style_tool_param_label_id@@AAH@Z) referenced in function "public: int __thiscall OGRStyleLabel::Anchor(int &)" (?Anchor@OGRStyleLabel@@QAEHAAH@Z)
  237. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRStyleLabel::SetParamNum(enum ogr_style_tool_param_label_id,int)" (?SetParamNum@OGRStyleLabel@@QAEXW4ogr_style_tool_param_label_id@@H@Z) referenced in function "public: void __thiscall OGRStyleLabel::SetAnchor(int)" (?SetAnchor@OGRStyleLabel@@QAEXH@Z)
  238. main.obj : error LNK2001: unresolved external symbol "private: virtual int __thiscall OGRStyleLabel::Parse(void)" (?Parse@OGRStyleLabel@@EAEHXZ)
  239. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRStyleLabel::GetStyleString(void)" (?GetStyleString@OGRStyleLabel@@UAEPBDXZ)
  240. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRStyleLabel::~OGRStyleLabel(void)" (??1OGRStyleLabel@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRStyleLabel::`scalar deleting destructor'(unsigned int)" (??_GOGRStyleLabel@@UAEPAXI@Z)
  241. main.obj : error LNK2019: unresolved external symbol _CPLAtomicAdd referenced in function _CPLAtomicInc
  242. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRSpatialReference * __thiscall OGRGeomFieldDefn::GetSpatialRef(void)" (?GetSpatialRef@OGRGeomFieldDefn@@UAEPAVOGRSpatialReference@@XZ)
  243. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRGeomFieldDefn::~OGRGeomFieldDefn(void)" (??1OGRGeomFieldDefn@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRGeomFieldDefn::`scalar deleting destructor'(unsigned int)" (??_GOGRGeomFieldDefn@@UAEPAXI@Z)
  244. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRFeatureDefn::GetName(void)" (?GetName@OGRFeatureDefn@@UAEPBDXZ)
  245. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRFeatureDefn::GetFieldCount(void)" (?GetFieldCount@OGRFeatureDefn@@UAEHXZ)
  246. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRFieldDefn * __thiscall OGRFeatureDefn::GetFieldDefn(int)" (?GetFieldDefn@OGRFeatureDefn@@UAEPAVOGRFieldDefn@@H@Z)
  247. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRFeatureDefn::GetFieldIndex(char const *)" (?GetFieldIndex@OGRFeatureDefn@@UAEHPBD@Z)
  248. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRFeatureDefn::AddFieldDefn(class OGRFieldDefn *)" (?AddFieldDefn@OGRFeatureDefn@@UAEXPAVOGRFieldDefn@@@Z)
  249. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRFeatureDefn::DeleteFieldDefn(int)" (?DeleteFieldDefn@OGRFeatureDefn@@UAEHH@Z)
  250. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRFeatureDefn::ReorderFieldDefns(int *)" (?ReorderFieldDefns@OGRFeatureDefn@@UAEHPAH@Z)
  251. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRFeatureDefn::GetGeomFieldCount(void)" (?GetGeomFieldCount@OGRFeatureDefn@@UAEHXZ)
  252. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeomFieldDefn * __thiscall OGRFeatureDefn::GetGeomFieldDefn(int)" (?GetGeomFieldDefn@OGRFeatureDefn@@UAEPAVOGRGeomFieldDefn@@H@Z)
  253. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRFeatureDefn::GetGeomFieldIndex(char const *)" (?GetGeomFieldIndex@OGRFeatureDefn@@UAEHPBD@Z)
  254. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRFeatureDefn::AddGeomFieldDefn(class OGRGeomFieldDefn *,int)" (?AddGeomFieldDefn@OGRFeatureDefn@@UAEXPAVOGRGeomFieldDefn@@H@Z)
  255. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRFeatureDefn::DeleteGeomFieldDefn(int)" (?DeleteGeomFieldDefn@OGRFeatureDefn@@UAEHH@Z)
  256. main.obj : error LNK2001: unresolved external symbol "public: virtual enum OGRwkbGeometryType __thiscall OGRFeatureDefn::GetGeomType(void)" (?GetGeomType@OGRFeatureDefn@@UAE?AW4OGRwkbGeometryType@@XZ)
  257. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRFeatureDefn::SetGeomType(enum OGRwkbGeometryType)" (?SetGeomType@OGRFeatureDefn@@UAEXW4OGRwkbGeometryType@@@Z)
  258. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRFeatureDefn * __thiscall OGRFeatureDefn::Clone(void)" (?Clone@OGRFeatureDefn@@UAEPAV1@XZ)
  259. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRFeatureDefn::IsGeometryIgnored(void)" (?IsGeometryIgnored@OGRFeatureDefn@@UAEHXZ)
  260. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRFeatureDefn::SetGeometryIgnored(int)" (?SetGeometryIgnored@OGRFeatureDefn@@UAEXH@Z)
  261. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRFeatureDefn::IsSame(class OGRFeatureDefn *)" (?IsSame@OGRFeatureDefn@@UAEHPAV1@@Z)
  262. main.obj : error LNK2019: unresolved external symbol "public: __thiscall OGRFeatureDefn::OGRFeatureDefn(char const *)" (??0OGRFeatureDefn@@QAE@PBD@Z) referenced in function "public: void __thiscall OGRFeatureDefn::`default constructor closure'(void)" (??_FOGRFeatureDefn@@QAEXXZ)
  263. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRFeatureDefn::~OGRFeatureDefn(void)" (??1OGRFeatureDefn@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRFeatureDefn::`scalar deleting destructor'(unsigned int)" (??_GOGRFeatureDefn@@UAEPAXI@Z)
  264. main.obj : error LNK2019: unresolved external symbol "public: int __thiscall OGRFeature::GetFieldAsInteger(int)" (?GetFieldAsInteger@OGRFeature@@QAEHH@Z) referenced in function "public: int __thiscall OGRFeature::GetFieldAsInteger(char const *)" (?GetFieldAsInteger@OGRFeature@@QAEHPBD@Z)
  265. main.obj : error LNK2019: unresolved external symbol "public: double __thiscall OGRFeature::GetFieldAsDouble(int)" (?GetFieldAsDouble@OGRFeature@@QAENH@Z) referenced in function "public: double __thiscall OGRFeature::GetFieldAsDouble(char const *)" (?GetFieldAsDouble@OGRFeature@@QAENPBD@Z)
  266. main.obj : error LNK2019: unresolved external symbol "public: char const * __thiscall OGRFeature::GetFieldAsString(int)" (?GetFieldAsString@OGRFeature@@QAEPBDH@Z) referenced in function "public: char const * __thiscall OGRFeature::GetFieldAsString(char const *)" (?GetFieldAsString@OGRFeature@@QAEPBDPBD@Z)
  267. main.obj : error LNK2019: unresolved external symbol "public: int const * __thiscall OGRFeature::GetFieldAsIntegerList(int,int *)" (?GetFieldAsIntegerList@OGRFeature@@QAEPBHHPAH@Z) referenced in function "public: int const * __thiscall OGRFeature::GetFieldAsIntegerList(char const *,int *)" (?GetFieldAsIntegerList@OGRFeature@@QAEPBHPBDPAH@Z)
  268. main.obj : error LNK2019: unresolved external symbol "public: double const * __thiscall OGRFeature::GetFieldAsDoubleList(int,int *)" (?GetFieldAsDoubleList@OGRFeature@@QAEPBNHPAH@Z) referenced in function "public: double const * __thiscall OGRFeature::GetFieldAsDoubleList(char const *,int *)" (?GetFieldAsDoubleList@OGRFeature@@QAEPBNPBDPAH@Z)
  269. main.obj : error LNK2019: unresolved external symbol "public: char * * __thiscall OGRFeature::GetFieldAsStringList(int)" (?GetFieldAsStringList@OGRFeature@@QAEPAPADH@Z) referenced in function "public: char * * __thiscall OGRFeature::GetFieldAsStringList(char const *)" (?GetFieldAsStringList@OGRFeature@@QAEPAPADPBD@Z)
  270. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRFeature::SetField(int,int)" (?SetField@OGRFeature@@QAEXHH@Z) referenced in function "public: void __thiscall OGRFeature::SetField(char const *,int)" (?SetField@OGRFeature@@QAEXPBDH@Z)
  271. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRFeature::SetField(int,double)" (?SetField@OGRFeature@@QAEXHN@Z) referenced in function "public: void __thiscall OGRFeature::SetField(char const *,double)" (?SetField@OGRFeature@@QAEXPBDN@Z)
  272. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRFeature::SetField(int,char const *)" (?SetField@OGRFeature@@QAEXHPBD@Z) referenced in function "public: void __thiscall OGRFeature::SetField(char const *,char const *)" (?SetField@OGRFeature@@QAEXPBD0@Z)
  273. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRFeature::SetField(int,int,int *)" (?SetField@OGRFeature@@QAEXHHPAH@Z) referenced in function "public: void __thiscall OGRFeature::SetField(char const *,int,int *)" (?SetField@OGRFeature@@QAEXPBDHPAH@Z)
  274. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRFeature::SetField(int,int,double *)" (?SetField@OGRFeature@@QAEXHHPAN@Z) referenced in function "public: void __thiscall OGRFeature::SetField(char const *,int,double *)" (?SetField@OGRFeature@@QAEXPBDHPAN@Z)
  275. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRFeature::SetField(int,char * *)" (?SetField@OGRFeature@@QAEXHPAPAD@Z) referenced in function "public: void __thiscall OGRFeature::SetField(char const *,char * *)" (?SetField@OGRFeature@@QAEXPBDPAPAD@Z)
  276. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRFeature::SetField(int,union OGRField *)" (?SetField@OGRFeature@@QAEXHPATOGRField@@@Z) referenced in function "public: void __thiscall OGRFeature::SetField(char const *,union OGRField *)" (?SetField@OGRFeature@@QAEXPBDPATOGRField@@@Z)
  277. main.obj : error LNK2019: unresolved external symbol "public: void __thiscall OGRFeature::SetField(int,int,int,int,int,int,int,int)" (?SetField@OGRFeature@@QAEXHHHHHHHH@Z) referenced in function "public: void __thiscall OGRFeature::SetField(char const *,int,int,int,int,int,int,int)" (?SetField@OGRFeature@@QAEXPBDHHHHHHH@Z)
  278. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRFeature::Equal(class OGRFeature *)" (?Equal@OGRFeature@@UAEHPAV1@@Z)
  279. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRFeature::SetFID(long)" (?SetFID@OGRFeature@@UAEHJ@Z)
  280. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRFeature::GetStyleString(void)" (?GetStyleString@OGRFeature@@UAEPBDXZ)
  281. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRFeature::SetStyleString(char const *)" (?SetStyleString@OGRFeature@@UAEXPBD@Z)
  282. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRFeature::SetStyleStringDirectly(char *)" (?SetStyleStringDirectly@OGRFeature@@UAEXPAD@Z)
  283. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRFeature::SetStyleTable(class OGRStyleTable *)" (?SetStyleTable@OGRFeature@@UAEXPAVOGRStyleTable@@@Z)
  284. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRFeature::~OGRFeature(void)" (??1OGRFeature@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRFeature::`scalar deleting destructor'(unsigned int)" (??_GOGRFeature@@UAEPAXI@Z)
  285. main.obj : error LNK2019: unresolved external symbol "public: __thiscall OGRStyleTable::~OGRStyleTable(void)" (??1OGRStyleTable@@QAE@XZ) referenced in function "public: void * __thiscall OGRStyleTable::`scalar deleting destructor'(unsigned int)" (??_GOGRStyleTable@@QAEPAXI@Z)
  286. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRGeometry * __thiscall OGRLayer::GetSpatialFilter(void)" (?GetSpatialFilter@OGRLayer@@UAEPAVOGRGeometry@@XZ)
  287. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLayer::SetSpatialFilter(int,class OGRGeometry *)" (?SetSpatialFilter@OGRLayer@@UAEXHPAVOGRGeometry@@@Z)
  288. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLayer::SetSpatialFilter(class OGRGeometry *)" (?SetSpatialFilter@OGRLayer@@UAEXPAVOGRGeometry@@@Z)
  289. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLayer::SetSpatialFilterRect(int,double,double,double,double)" (?SetSpatialFilterRect@OGRLayer@@UAEXHNNNN@Z)
  290. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLayer::SetSpatialFilterRect(double,double,double,double)" (?SetSpatialFilterRect@OGRLayer@@UAEXNNNN@Z)
  291. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::SetAttributeFilter(char const *)" (?SetAttributeFilter@OGRLayer@@UAEHPBD@Z)
  292. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::SetNextByIndex(long)" (?SetNextByIndex@OGRLayer@@UAEHJ@Z)
  293. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRFeature * __thiscall OGRLayer::GetFeature(long)" (?GetFeature@OGRLayer@@UAEPAVOGRFeature@@J@Z)
  294. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::SetFeature(class OGRFeature *)" (?SetFeature@OGRLayer@@UAEHPAVOGRFeature@@@Z)
  295. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::CreateFeature(class OGRFeature *)" (?CreateFeature@OGRLayer@@UAEHPAVOGRFeature@@@Z)
  296. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::DeleteFeature(long)" (?DeleteFeature@OGRLayer@@UAEHJ@Z)
  297. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRLayer::GetName(void)" (?GetName@OGRLayer@@UAEPBDXZ)
  298. main.obj : error LNK2001: unresolved external symbol "public: virtual enum OGRwkbGeometryType __thiscall OGRLayer::GetGeomType(void)" (?GetGeomType@OGRLayer@@UAE?AW4OGRwkbGeometryType@@XZ)
  299. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::FindFieldIndex(char const *,int)" (?FindFieldIndex@OGRLayer@@UAEHPBDH@Z)
  300. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRSpatialReference * __thiscall OGRLayer::GetSpatialRef(void)" (?GetSpatialRef@OGRLayer@@UAEPAVOGRSpatialReference@@XZ)
  301. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::GetFeatureCount(int)" (?GetFeatureCount@OGRLayer@@UAEHH@Z)
  302. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::GetExtent(int,class OGREnvelope *,int)" (?GetExtent@OGRLayer@@UAEHHPAVOGREnvelope@@H@Z)
  303. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::GetExtent(class OGREnvelope *,int)" (?GetExtent@OGRLayer@@UAEHPAVOGREnvelope@@H@Z)
  304. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRLayer::GetInfo(char const *)" (?GetInfo@OGRLayer@@UAEPBDPBD@Z)
  305. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::CreateField(class OGRFieldDefn *,int)" (?CreateField@OGRLayer@@UAEHPAVOGRFieldDefn@@H@Z)
  306. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::DeleteField(int)" (?DeleteField@OGRLayer@@UAEHH@Z)
  307. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::ReorderFields(int *)" (?ReorderFields@OGRLayer@@UAEHPAH@Z)
  308. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::AlterFieldDefn(int,class OGRFieldDefn *,int)" (?AlterFieldDefn@OGRLayer@@UAEHHPAVOGRFieldDefn@@H@Z)
  309. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::CreateGeomField(class OGRGeomFieldDefn *,int)" (?CreateGeomField@OGRLayer@@UAEHPAVOGRGeomFieldDefn@@H@Z)
  310. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::SyncToDisk(void)" (?SyncToDisk@OGRLayer@@UAEHXZ)
  311. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRStyleTable * __thiscall OGRLayer::GetStyleTable(void)" (?GetStyleTable@OGRLayer@@UAEPAVOGRStyleTable@@XZ)
  312. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLayer::SetStyleTableDirectly(class OGRStyleTable *)" (?SetStyleTableDirectly@OGRLayer@@UAEXPAVOGRStyleTable@@@Z)
  313. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRLayer::SetStyleTable(class OGRStyleTable *)" (?SetStyleTable@OGRLayer@@UAEXPAVOGRStyleTable@@@Z)
  314. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::StartTransaction(void)" (?StartTransaction@OGRLayer@@UAEHXZ)
  315. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::CommitTransaction(void)" (?CommitTransaction@OGRLayer@@UAEHXZ)
  316. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::RollbackTransaction(void)" (?RollbackTransaction@OGRLayer@@UAEHXZ)
  317. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRLayer::GetFIDColumn(void)" (?GetFIDColumn@OGRLayer@@UAEPBDXZ)
  318. main.obj : error LNK2001: unresolved external symbol "public: virtual char const * __thiscall OGRLayer::GetGeometryColumn(void)" (?GetGeometryColumn@OGRLayer@@UAEPBDXZ)
  319. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRLayer::SetIgnoredFields(char const * *)" (?SetIgnoredFields@OGRLayer@@UAEHPAPBD@Z)
  320. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRLayer::~OGRLayer(void)" (??1OGRLayer@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRLayer::`scalar deleting destructor'(unsigned int)" (??_GOGRLayer@@UAEPAXI@Z)
  321. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRLayer * __thiscall OGRDataSource::GetLayerByName(char const *)" (?GetLayerByName@OGRDataSource@@UAEPAVOGRLayer@@PBD@Z)
  322. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRDataSource::DeleteLayer(int)" (?DeleteLayer@OGRDataSource@@UAEHH@Z)
  323. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRLayer * __thiscall OGRDataSource::CreateLayer(char const *,class OGRSpatialReference *,enum OGRwkbGeometryType,char * *)" (?CreateLayer@OGRDataSource@@UAEPAVOGRLayer@@PBDPAVOGRSpatialReference@@W4OGRwkbGeometryType@@PAPAD@Z)
  324. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRLayer * __thiscall OGRDataSource::CopyLayer(class OGRLayer *,char const *,char * *)" (?CopyLayer@OGRDataSource@@UAEPAVOGRLayer@@PAV2@PBDPAPAD@Z)
  325. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRStyleTable * __thiscall OGRDataSource::GetStyleTable(void)" (?GetStyleTable@OGRDataSource@@UAEPAVOGRStyleTable@@XZ)
  326. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRDataSource::SetStyleTableDirectly(class OGRStyleTable *)" (?SetStyleTableDirectly@OGRDataSource@@UAEXPAVOGRStyleTable@@@Z)
  327. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRDataSource::SetStyleTable(class OGRStyleTable *)" (?SetStyleTable@OGRDataSource@@UAEXPAVOGRStyleTable@@@Z)
  328. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRLayer * __thiscall OGRDataSource::ExecuteSQL(char const *,class OGRGeometry *,char const *)" (?ExecuteSQL@OGRDataSource@@UAEPAVOGRLayer@@PBDPAVOGRGeometry@@0@Z)
  329. main.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall OGRDataSource::ReleaseResultSet(class OGRLayer *)" (?ReleaseResultSet@OGRDataSource@@UAEXPAVOGRLayer@@@Z)
  330. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRDataSource::SyncToDisk(void)" (?SyncToDisk@OGRDataSource@@UAEHXZ)
  331. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRDataSource::~OGRDataSource(void)" (??1OGRDataSource@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRDataSource::`scalar deleting destructor'(unsigned int)" (??_GOGRDataSource@@UAEPAXI@Z)
  332. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRDataSource * __thiscall OGRSFDriver::CreateDataSource(char const *,char * *)" (?CreateDataSource@OGRSFDriver@@UAEPAVOGRDataSource@@PBDPAPAD@Z)
  333. main.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall OGRSFDriver::DeleteDataSource(char const *)" (?DeleteDataSource@OGRSFDriver@@UAEHPBD@Z)
  334. main.obj : error LNK2001: unresolved external symbol "public: virtual class OGRDataSource * __thiscall OGRSFDriver::CopyDataSource(class OGRDataSource *,char const *,char * *)" (?CopyDataSource@OGRSFDriver@@UAEPAVOGRDataSource@@PAV2@PBDPAPAD@Z)
  335. main.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall OGRSFDriver::~OGRSFDriver(void)" (??1OGRSFDriver@@UAE@XZ) referenced in function "public: virtual void * __thiscall OGRSFDriver::`scalar deleting destructor'(unsigned int)" (??_GOGRSFDriver@@UAEPAXI@Z)
  336. main.obj : error LNK2019: unresolved external symbol _VSIFree referenced in function "public: void __thiscall CPLString::Seize(char *)" (?Seize@CPLString@@QAEXPAD@Z)
  337. release\test.exe : fatal error LNK1120: 312 unresolved externals
  338. jom: D:\workspace\ogr2gui-0.7-test\Makefile [release] Error 2
  339. 16:36:54: The process "E:\Qt\Tools\QtCreator\bin\jom.exe" exited with code 2.
  340. Error while building/deploying project test (kit: Qt 5.2.1 MSVC2010 32bit)
  341. When executing step 'Make'
  342. 16:36:54: Elapsed time: 00:01.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement