[gdal-dev] Re: GDALAllRegister()

2011-02-07 Thread alejandra rodriguez
Hello, I am starting using GDAL, I have downloaded the libraries and I'm trying to use them in my code, but when I try with the GDALAllRegister() function an error appears. I only have written this code: #include iostream using namespace std; #include gdal_priv.h #include cpl_conv.h

Re: [gdal-dev] Re: GDALAllRegister()

2011-02-07 Thread Jorge Arévalo
On Mon, Feb 7, 2011 at 12:18 PM, alejandra rodriguez alex...@gmail.com wrote: Hello, I am starting using GDAL, I have downloaded the libraries and I'm trying to use them in my code, but when I try with the GDALAllRegister() function an error appears. I only have written this code: #include