Re: [gdal-dev] Adding driver in run time

2013-12-09 Thread Even Rouault
Le dimanche 08 décembre 2013 17:31:43, Victor Fine a écrit : > Hello, > > I'm trying to write a driver , inside my program that uses GDAL (C++). > > After the call to GDALAllRegister(); I call GDALRegister_MYDEM(), > which is much like in the example in > http://www.gdal.org/gdal_drivertut.html >

Re: [gdal-dev] Adding driver in run time

2013-12-09 Thread Volker Wichmann
On 12/08/2013 05:31 PM, Victor Fine wrote: Hello, I'm trying to write a driver , inside my program that uses GDAL (C++). After the call to GDALAllRegister(); I call GDALRegister_MYDEM(), which is much like in the example in http://www.gdal.org/gdal_drivertut.html After that, I try to call GDAL

[gdal-dev] Adding driver in run time

2013-12-08 Thread Victor Fine
Hello, I'm trying to write a driver , inside my program that uses GDAL (C++). After the call to GDALAllRegister(); I call GDALRegister_MYDEM(), which is much like in the example in http://www.gdal.org/gdal_drivertut.html After that, I try to call GDALOpen on some file and the breakpoint in the .