Hi,
Today I checkedout the trunk and tried to complie mapwingis. The build failed with this error :
"...trunk\Utilities\GeosHelper.h(267) : error C3861: 'GEOSNearestPoints': identifier not found"
The SupportLibraries repository is also up to date.
The error is in "GEOSCoordSequence* ClosestPoints(GEOSGeometry* g1, GEOSGeometry* g2)" which doesn't seem to be used anywhere but in the "CShape::ClosestPoints" function which in turn isn't called anywhere nor is accessible outside the ocx.
Does anyone know what the problem is ? Is this some unused code i can safely comment out ?
Today I checkedout the trunk and tried to complie mapwingis. The build failed with this error :
"...trunk\Utilities\GeosHelper.h(267) : error C3861: 'GEOSNearestPoints': identifier not found"
The SupportLibraries repository is also up to date.
The error is in "GEOSCoordSequence* ClosestPoints(GEOSGeometry* g1, GEOSGeometry* g2)" which doesn't seem to be used anywhere but in the "CShape::ClosestPoints" function which in turn isn't called anywhere nor is accessible outside the ocx.
Does anyone know what the problem is ? Is this some unused code i can safely comment out ?