this works
poDS = OGRSFDriverRegistrar::Open( "point_out.xml", FALSE );
    if( poDS == NULL )
    {
        printf( "Open failed.\n" );
    }
but the following is not working
poDS = OGRSFDriverRegistrar::Open( "point_out.xml", TRUE );
    if( poDS == NULL )
    {
        printf( "Open failed.\n" );
    }
this given
an Open failed error.  what I am missing?

-- 
Rashad
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to