<div>Hello all,</div>
<div>&nbsp;</div>
<div>How do I verify that GEOS compilation is working with my GDAL utility.</div>
<div>&nbsp;</div>
<div>I have compiled the gdal-1.4.1 with geos-3.0.0-rc4 in vs2003&nbsp;for some process to build in vc6.</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;OGRPolygon *poPolygon = new OGRPolygon();<br>&nbsp;&nbsp;OGRPoint *pSt = new OGRPoint();</div>
<div>&nbsp;</div>
<div>when&nbsp;I issue this :</div>
<div>&nbsp;</div>
<div>1)&nbsp;&nbsp;int i = poPolygon-&gt;PointOnSurface(pSt);</div>
<div>&nbsp;</div>
<div>result pSt is empty and i = 6.</div>
<div>and when I try this :</div>
<div>&nbsp;</div>
<div>2)&nbsp; int i =&nbsp;&nbsp;poPolygon-&gt;Centroid(pSt);</div>
<div>&nbsp;</div>
<div>it gives me an error and the application quits</div>
<div>&nbsp; </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>