<div>Hi</div>
<div>&nbsp;</div>
<div>I did the change you mentioned but it does not work. Still gives the same warnings.</div>
<div>&nbsp;</div>
<div>..\ogr\geos_c.h(134) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(135) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
<br>..\ogr\geos_c.h(151) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(154) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
<br>..\ogr\geos_c.h(168) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(174) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
<br>..\ogr\geos_c.h(225) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(226) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
<br>..\ogr\geos_c.h(227) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(234) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
<br>..\ogr\geos_c.h(236) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(239) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
<br>..\ogr\geos_c.h(256) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(257) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
<br>..\ogr\geos_c.h(258) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(260) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
<br>..\ogr\geos_c.h(261) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(262) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
<br>..\ogr\geos_c.h(264) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(265) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
<br>..\ogr\geos_c.h(266) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(267) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
<br>..\ogr\geos_c.h(274) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(277) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
<br>..\ogr\geos_c.h(278) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(279) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
<br>..\ogr\geos_c.h(344) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(357) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
<br>..\ogr\geos_c.h(364) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored<br>..\ogr\geos_c.h(373) : warning C4518: '__declspec(dllexport ) ' : storage-class or type specifier(s) unexpected here; ignored
</div>
<div>&nbsp;</div>
<div>It gives these warnings while compiling ogrgeometryfactory.cpp, ogrpolygon.cpp and ogrgeometry.cpp. Here is the compile command</div>
<div>&nbsp;</div>
<div>cl /nologo /MD /EHsc /Ox /DHAVE_GEOS=1 -I..\port -I..\ogr -I..\gcore&nbsp; -I..\alg -I\inc&nbsp; -I&quot;D:\Software\VStudio\VC98\ATL\Include&quot; -DWIN32&nbsp; -I. -Iogrsf_frmts -I..\frmts\gtiff\libgeotiff&nbsp;&nbsp;&nbsp; -IC:/GEOS/trunk/capi -DHAVE_GEOS=1 /c 
ogrgeometry.cpp</div>
<div>&nbsp;</div>
<div>Are all the flags and options correct?</div>
<div>&nbsp;</div>
<div>And these are the errors i get&nbsp;at the end when it tries to link:</div>
<div>&nbsp;</div>
<div>Creating library gdal_i.lib and object gdal_i.exp<br>ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSGeomFromWKB_buf referenced in function &quot;public: virtual struct GEOSGeom_t * __thiscall OGRGeometry::exportToGEOS(void)const &quot; (
<a href="mailto:?exportToGEOS@OGRGeometry@@UBEPAUGEOSGeom_t@@XZ">?exportToGEOS@OGRGeometry@@UBEPAUGEOSGeom_t@@XZ</a>)<br>ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSConvexHull referenced in function &quot;public: virtual class OGRGeometry * __thiscall OGRGeometry::ConvexHull(void)const &quot; (
<a href="mailto:?ConvexHull@OGRGeometry@@UBEPAV1@XZ">?ConvexHull@OGRGeometry@@UBEPAV1@XZ</a>)<br>ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSBoundary referenced in function &quot;public: virtual class OGRGeometry * __thiscall OGRGeometry::getBoundary(void)const &quot; (
<a href="mailto:?getBoundary@OGRGeometry@@UBEPAV1@XZ">?getBoundary@OGRGeometry@@UBEPAV1@XZ</a>)<br>ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSBuffer referenced in function &quot;public: virtual class OGRGeometry * __thiscall OGRGeometry::Buffer(double,int)const &quot; (
<a href="mailto:?Buffer@OGRGeometry@@UBEPAV1@NH@Z">?Buffer@OGRGeometry@@UBEPAV1@NH@Z</a>)<br>ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSIntersection referenced in function &quot;public: virtual class OGRGeometry * __thiscall OGRGeometry::Intersection(class OGRGeometry const *)const &quot; (
<a href="mailto:?Intersection@OGRGeometry@@UBEPAV1@PBV1@@Z">?Intersection@OGRGeometry@@UBEPAV1@PBV1@@Z</a>)<br>ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSUnion referenced in function &quot;public: virtual class OGRGeometry * __thiscall OGRGeometry::Union(class OGRGeometry const *)const &quot; (
<a href="mailto:?Union@OGRGeometry@@UBEPAV1@PBV1@@Z">?Union@OGRGeometry@@UBEPAV1@PBV1@@Z</a>)<br>ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSDifference referenced in function &quot;public: virtual class OGRGeometry * __thiscall OGRGeometry::Difference(class OGRGeometry const *)const &quot; (
<a href="mailto:?Difference@OGRGeometry@@UBEPAV1@PBV1@@Z">?Difference@OGRGeometry@@UBEPAV1@PBV1@@Z</a>)<br>ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol _GEOSSymDifference referenced in function &quot;public: virtual class OGRGeometry * __thiscall OGRGeometry::SymmetricDifference(class OGRGeometry const *)const &quot; (
<a href="mailto:?SymmetricDifference@OGRGeometry@@UBEPAV1@PBV1@@Z">?SymmetricDifference@OGRGeometry@@UBEPAV1@PBV1@@Z</a>)<br>ogr.lib(ogrpolygon.obj) : error LNK2019: unresolved external symbol _GEOSGetCentroid referenced in function &quot;public: virtual int __thiscall OGRPolygon::Centroid(class OGRPoint *)const &quot; (
<a href="mailto:?Centroid@OGRPolygon@@UBEHPAVOGRPoint@@@Z">?Centroid@OGRPolygon@@UBEHPAVOGRPoint@@@Z</a>)<br>gdal13.dll : fatal error LNK1120: 9 unresolved externals</div>
<div>&nbsp;</div>
<div>Any clue?</div>
<div>&nbsp;</div>
<div>Best regards</div>
<div>&nbsp;</div>
<div>Mir<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 11/14/06, <b class="gmail_sendername"><a href="mailto:strk@refractions.net">strk@refractions.net</a></b> &lt;<a href="mailto:strk@refractions.net">strk@refractions.net</a>&gt; wrote:</span>

<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Tue, Nov 14, 2006 at 12:50:33PM +0000, Mir Hassan Ali wrote:<br>&gt; Hi<br>&gt;<br>&gt; I am also getting these warnings for geos_c.h file. Are these of any
<br>&gt; significance?<br><br>mmm... maybe the type specifier is just placed in the wrong<br>way:<br><br><br>133: extern GEOSGeometry* GEOS_DLL GEOSGeomFromWKT(const char *wkt);<br>134: extern char GEOS_DLL *GEOSGeomToWKT(const GEOSGeometry* g);
<br><br>Since you don't get a warning on 134 I suppose it should be:<br><br>134: extern char * GEOS_DLL GEOSGeomToWKT(const GEOSGeometry* g);<br><br>Can you try ?<br><br>--strk;<br><br>&gt;<br>&gt; ..\ogr\geos_c.h(134) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(151) : warning C4518: '__declspec(dllexport ) ' :<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(154) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(168) : warning C4518: '__declspec(dllexport ) ' :<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(174) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(225) : warning C4518: '__declspec(dllexport ) ' :<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(226) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(227) : warning C4518: '__declspec(dllexport ) ' :<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(234) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(236) : warning C4518: '__declspec(dllexport ) ' :<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(239) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(256) : warning C4518: '__declspec(dllexport ) ' :<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(257) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(258) : warning C4518: '__declspec(dllexport ) ' :<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(260) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(261) : warning C4518: '__declspec(dllexport ) ' :<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(262) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(264) : warning C4518: '__declspec(dllexport ) ' :<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(265) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(266) : warning C4518: '__declspec(dllexport ) ' :<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(267) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(274) : warning C4518: '__declspec(dllexport ) ' :<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(277) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(278) : warning C4518: '__declspec(dllexport ) ' :<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(279) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(344) : warning C4518: '__declspec(dllexport ) ' :<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(357) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(364) : warning C4518: '__declspec(dllexport ) ' :<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt; ..\ogr\geos_c.h(373) : warning C4518: '__declspec(dllexport ) ' :
<br>&gt; storage-class or type specifier(s) unexpected here; ignored<br>&gt;<br>&gt; I am still unable to build GDAL with GEOS.<br>&gt;<br>&gt; Best Regards<br>&gt;<br>&gt; Mir<br>&gt;<br>&gt;<br>&gt; On 11/14/06, <a href="mailto:strk@refractions.net">
strk@refractions.net</a> &lt;<a href="mailto:strk@refractions.net">strk@refractions.net</a>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt;Argh.. sounds related to latest 'const-correctness' or 'integer<br>&gt; &gt;signedness'<br>&gt; &gt;changes in the CAPI header file, is this possible ?
<br>&gt; &gt;I'm not an expert of the __declspec(dllexport) thing ...<br>&gt; &gt;<br>&gt; &gt;--strk;<br>&gt; &gt;<br>&gt; &gt;On Mon, Nov 13, 2006 at 05:13:30PM +0000, Mir Hassan Ali wrote:<br>&gt; &gt;&gt; Hi Frank,<br>
&gt; &gt;&gt;<br>&gt; &gt;&gt; I downloaded the GDAL snapshot on 6th November 2006, so i assume it<br>&gt; &gt;includes<br>&gt; &gt;&gt; the latest changes. When I compile it without the GEOS support, i.e the<br>&gt; &gt;&gt; following lines are commented in the 
nmake.opt file are commented:<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; GEOS_CFLAGS = -IC:/GEOS/trunk/capi -DHAVE_GEOS<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; GEOS_LIB = C:/GEOS/trunk/source/geos_c_i.lib<br>&gt; &gt;&gt; But when I uncomment these lines and try to build the API it gives me
<br>&gt; &gt;the<br>&gt; &gt;&gt; following link errors:<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Creating library gdal_i.lib and object gdal_i.exp<br>&gt; &gt;&gt; ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol
<br>&gt; &gt;&gt; _GEOSGeomFr<br>&gt; &gt;&gt; omWKB_buf referenced in function &quot;public: virtual struct GEOSGeom_t *<br>&gt; &gt;&gt; __thiscall<br>&gt; &gt;&gt; OGRGeometry::exportToGEOS(void)const &quot; (<br>&gt; &gt;&gt; ?exportToGEOS@OGRGeometry@@UBEPAUGEOSGe
<br>&gt; &gt;&gt; om_t@@XZ)<br>&gt; &gt;&gt; ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol<br>&gt; &gt;&gt; _GEOSConvex<br>&gt; &gt;&gt; Hull referenced in function &quot;public: virtual class OGRGeometry *
<br>&gt; &gt;__thiscall<br>&gt; &gt;&gt; OGRG<br>&gt; &gt;&gt; eometry::ConvexHull(void)const &quot; (?ConvexHull@OGRGeometry@@UBEPAV1@XZ )<br>&gt; &gt;&gt; ogr.lib(ogrgeometry.obj ) : error LNK2019: unresolved external symbol
<br>&gt; &gt;&gt; _GEOSBounda<br>&gt; &gt;&gt; ry referenced in function &quot;public: virtual class OGRGeometry *<br>&gt; &gt;__thiscall<br>&gt; &gt;&gt; OGRGeo<br>&gt; &gt;&gt; metry::getBoundary(void)const &quot; ( ?getBoundary@OGRGeometry@@
UBEPAV1@XZ)<br>&gt; &gt;&gt; ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol<br>&gt; &gt;&gt; _GEOSBuffer<br>&gt; &gt;&gt; referenced in function &quot;public: virtual class OGRGeometry * __thiscall<br>
&gt; &gt;&gt; OGRGeome<br>&gt; &gt;&gt; try::Buffer(double,int)const &quot; ( ?Buffer@OGRGeometry@@UBEPAV1@NH@Z)<br>&gt; &gt;&gt; ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol<br>&gt; &gt;&gt; _GEOSInters
<br>&gt; &gt;&gt; ection referenced in function &quot;public: virtual class OGRGeometry *<br>&gt; &gt;&gt; __thiscall OG<br>&gt; &gt;&gt; RGeometry::Intersection(class OGRGeometry const *)const &quot;<br>&gt; &gt;&gt; (?Intersection@OGRGeom
<br>&gt; &gt;&gt; etry@@UBEPAV1@PBV1@@Z)<br>&gt; &gt;&gt; ogr.lib(ogrgeometry.obj ) : error LNK2019: unresolved external symbol<br>&gt; &gt;&gt; _GEOSUnion<br>&gt; &gt;&gt; referenced in function &quot;public: virtual class OGRGeometry * __thiscall
<br>&gt; &gt;&gt; OGRGeomet<br>&gt; &gt;&gt; ry::Union(class OGRGeometry const *)const &quot;<br>&gt; &gt;&gt; (?Union@OGRGeometry@@UBEPAV1@PBV1@@Z<br>&gt; &gt;&gt; )<br>&gt; &gt;&gt; ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol
<br>&gt; &gt;&gt; _GEOSDiffer<br>&gt; &gt;&gt; ence referenced in function &quot;public: virtual class OGRGeometry *<br>&gt; &gt;__thiscall<br>&gt; &gt;&gt; OGRG<br>&gt; &gt;&gt; eometry::Difference(class OGRGeometry const *)const &quot; (
<br>&gt; &gt;&gt; ?Difference@OGRGeometry@@<br>&gt; &gt;&gt; UBEPAV1@PBV1@@Z)<br>&gt; &gt;&gt; ogr.lib(ogrgeometry.obj) : error LNK2019: unresolved external symbol<br>&gt; &gt;&gt; _GEOSSymDif<br>&gt; &gt;&gt; ference referenced in function &quot;public: virtual class OGRGeometry *
<br>&gt; &gt;&gt; __thiscall O<br>&gt; &gt;&gt; GRGeometry::SymmetricDifference(class OGRGeometry const *)const &quot;<br>&gt; &gt;&gt; (?SymmetricDif<br>&gt; &gt;&gt; ference@OGRGeometry@@UBEPAV1@PBV1@@Z)<br>&gt; &gt;&gt; 
ogr.lib(ogrpolygon.obj) : error LNK2019: unresolved external symbol<br>&gt; &gt;&gt; _GEOSGetCent<br>&gt; &gt;&gt; roid referenced in function &quot;public: virtual int __thiscall<br>&gt; &gt;&gt; OGRPolygon::Centroid<br>
&gt; &gt;&gt; (class OGRPoint *)const &quot; ( ?Centroid@OGRPolygon@@UBEHPAVOGRPoint@@@Z)<br>&gt; &gt;&gt; gdal13.dll : fatal error LNK1120: 9 unresolved externals<br>&gt; &gt;&gt; NMAKE : fatal error U1077: 'link' : return code '0x460'
<br>&gt; &gt;&gt; Stop.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Is there something else that I need to do in addition to the changes<br>&gt; &gt;&gt; mentioned above to the nmake.opt file. Please note that I am using the<br>&gt; &gt;&gt; latest version of the GEOS API. I checked it out from the subversion
<br>&gt; &gt;trunk<br>&gt; &gt;&gt; and built it. It builds fine without any errors or warnings.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Best Regards<br>&gt; &gt;_______________________________________________<br>&gt; &gt;geos-devel mailing list
<br>&gt; &gt;<a href="mailto:geos-devel@geos.refractions.net">geos-devel@geos.refractions.net</a><br>&gt; &gt;<a href="http://geos.refractions.net/mailman/listinfo/geos-devel">http://geos.refractions.net/mailman/listinfo/geos-devel
</a><br>&gt; &gt;<br><br>&gt; _______________________________________________<br>&gt; geos-devel mailing list<br>&gt; <a href="mailto:geos-devel@geos.refractions.net">geos-devel@geos.refractions.net</a><br>&gt; <a href="http://geos.refractions.net/mailman/listinfo/geos-devel">
http://geos.refractions.net/mailman/listinfo/geos-devel</a><br><br><br>--<br><br>/&quot;\&nbsp;&nbsp;&nbsp;&nbsp;ASCII Ribbon Campaign<br>\ /&nbsp;&nbsp;&nbsp;&nbsp;Respect for low technology.<br>X&nbsp;&nbsp;&nbsp;&nbsp; Keep e-mail messages readable by any computer system.<br>/ \&nbsp;&nbsp;&nbsp;&nbsp;Keep it ASCII.
<br><br>_______________________________________________<br>geos-devel mailing list<br><a href="mailto:geos-devel@geos.refractions.net">geos-devel@geos.refractions.net</a><br><a href="http://geos.refractions.net/mailman/listinfo/geos-devel">
http://geos.refractions.net/mailman/listinfo/geos-devel</a><br></blockquote></div><br>