[gdal-dev] where is gdal.h

Riki Tiki mongoose_riki at mail.ru
Mon Oct 12 11:44:59 EDT 2009


hi all,

i wanted to write the following program in C (which i took from gdal.org)

////////////////////////////////////////////////////////////
#include "gdal.h"

int main()
{
    GDALDatasetH  hDataset;

    GDALAllRegister();

    hDataset = GDALOpen( pszFilename, GA_ReadOnly );
    if( hDataset == NULL )
    {
        ...;
    }
}

////////////////////////////////////////////////////////////

where can i get the gdal.h? thanks a lot!




More information about the gdal-dev mailing list