Le samedi 22 janvier 2011 11:20:48, Mohammed Rashad a écrit :
> 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
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" )