Calypso: Direct and full interfacing to C++

Suliman via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun May 17 07:05:49 PDT 2015


Could you show how translate this example to get it's compile 
with Calypso?
http://www.gdal.org/warptut.html

I do not have knowlages of C/C++ and can't understand how to 
convert next strings like:
GDALWarpOptions *psWarpOptions = GDALCreateWarpOptions();

psWarpOptions->hSrcDS = hSrcDS;
psWarpOptions->hDstDS = hDstDS;

psWarpOptions->panSrcBands =  (int *) CPLMalloc(sizeof(int) * 
psWarpOptions->nBandCount );

....


More information about the Digitalmars-d-announce mailing list