import (C++) GDALWarpOperation;
import (C++) GDALAccess;
import (C++) GDALWarpOptions;

How do you understand which files should be imported?

GDALWarpOptions* psWarpOptions = GDALCreateWarpOptions();
GDALWarpOptions* is type?
would:
auto psWarpOptions = GDALCreateWarpOptions();
work?

Windows
I hope to be able to test it in nearest time. As I wrote before I have not enough knowlages to build it's by myself, so I will wait bin builds.

If gdalwarper.h includes gdal.h and GDALDatasetH is declared in gdal.h, then gdal.h gets imported too?

+1 for question!

Reply via email to