Calypso: Direct and full interfacing to C++

Suliman via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue May 19 12:57:43 PDT 2015


>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!


More information about the Digitalmars-d-announce mailing list