You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there was a regression for the GDAL example after the last few months since the last time I was around :)
I get this error:
gdal.d(36): Error: cannot implicitly convert expression (& GDALTermProgress) of type extern (C) int function(double, const(char), void) to extern (C++) int function(double, const(char), void)
gdal.d(46): Error: cannot implicitly convert expression (& GDALGenImgProjTransform) of type extern (C) int function(void* pTransformArg, int bDstToSrc, int nPointCount, double* x, double* y, double* z, int* panSuccess) to extern (C++) int function(void_, int, int, double_, double_, double_, int*)
Thanks,
Kelly
The text was updated successfully, but these errors were encountered:
Hello Elie,
It looks like there was a regression for the GDAL example after the last few months since the last time I was around :)
I get this error:
gdal.d(36): Error: cannot implicitly convert expression (& GDALTermProgress) of type extern (C) int function(double, const(char), void) to extern (C++) int function(double, const(char), void)
gdal.d(46): Error: cannot implicitly convert expression (& GDALGenImgProjTransform) of type extern (C) int function(void* pTransformArg, int bDstToSrc, int nPointCount, double* x, double* y, double* z, int* panSuccess) to extern (C++) int function(void_, int, int, double_, double_, double_, int*)
Thanks,
Kelly
The text was updated successfully, but these errors were encountered: