<div>this works</div>poDS = OGRSFDriverRegistrar::Open( &quot;point_out.xml&quot;, FALSE );<div><div>    if( poDS == NULL )</div><div>    {</div><div>        printf( &quot;Open failed.\n&quot; );</div><div>    }</div></div>

<div>but the following is not working</div><div>poDS = OGRSFDriverRegistrar::Open( &quot;point_out.xml&quot;, TRUE );</div><div><div>    if( poDS == NULL )</div><div>    {</div><div>        printf( &quot;Open failed.\n&quot; );</div>

<div>    }</div></div><div>this given </div><div>an Open failed error.  what I am missing?<br><div><br>-- <br>Rashad<br>
</div></div>