<div dir="ltr">Hello List,<div><br>We're trying to update MapWinGIS which is using the GDAL libraries from <a href="http://gisinternals.com">gisinternals.com</a><div>Currently, we use the stable daily of December 9: <i>release-1928-gdal-3-5-mapserver-8-0</i></div><div><br></div><div>I'm using VS2019 (on Windows) to compile and I'm having issues with two lines in gdal_pam.h, around line 215.</div><div>We need to change these two lines:<br><ul><li><font face="monospace">constexpr int64_t GDAL_PAM_DEFAULT_NODATA_VALUE_INT64 = std::numeric_limits<int64_t>::min();</font></li><li><font face="monospace">constexpr uint64_t GDAL_PAM_DEFAULT_NODATA_VALUE_UINT64 = std::numeric_limits<uint64_t>::max();</font><br></li></ul></div><div>To</div><div><ul><li><font face="monospace">constexpr int64_t GDAL_PAM_DEFAULT_NODATA_VALUE_INT64 = LLONG_MIN;</font><br clear="all"></li><li><font face="monospace">constexpr uint64_t GDAL_PAM_DEFAULT_NODATA_VALUE_UINT64 = LLONG_MAX;</font><br></li></ul><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I prefer not to alter the files from <a href="http://gisinternals.com">gisinternals.com</a>. Is this what we can solve on our end?</div><div dir="ltr">Is it related to the C++ version? We use these:<br><ul><li>ISO C++14 Standard (/std:c++14)<br></li><li>ISO C11 Standard (/std:c11)<br></li></ul>
<div>Thanks for any advice.</div><br>Paul Meems<br>
</div></div></div></div></div></div></div></div></div></div></div>