<div>Hello all,</div>
<div> </div>
<div>How do I verify that GEOS compilation is working with my GDAL utility.</div>
<div> </div>
<div>I have compiled the gdal-1.4.1 with geos-3.0.0-rc4 in vs2003 for some process to build in vc6.</div>
<div> </div>
<div> OGRPolygon *poPolygon = new OGRPolygon();<br> OGRPoint *pSt = new OGRPoint();</div>
<div> </div>
<div>when I issue this :</div>
<div> </div>
<div>1) int i = poPolygon->PointOnSurface(pSt);</div>
<div> </div>
<div>result pSt is empty and i = 6.</div>
<div>and when I try this :</div>
<div> </div>
<div>2) int i = poPolygon->Centroid(pSt);</div>
<div> </div>
<div>it gives me an error and the application quits</div>
<div> </div>
<div>But when I tried the same with vs2003 the 2) step breaks at getX();</div>
<div>1) step result the same as earlier.</div>
<div><br clear="all"><br>-- <br>Best Regards<br><br>Abhay Menon</div>