Thomas,

> static void logGDALError(CPLErr eErrClass, int err_no, const char *msg)

--> try inserting CPL_STDCALL, so :

static void CPL_STDCALL logGDALError(CPLErr eErrClass, int err_no, const char
*msg)


Even

_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to