<div dir="ltr">Hi,<div><br></div><div>As far as I see the current cmake builds of proj4/proj6 includes the proj version number into the dll names like <b>proj_4_9.dll</b> for a Windows build. </div><div><br><div>However the GDAL build (like for <a href="https://github.com/OSGeo/gdal/blob/v2.4.4/gdal/ogr/ogrct.cpp">https://github.com/OSGeo/gdal/blob/v2.4.4/gdal/ogr/ogrct.cpp</a>) still using the default proj.dll name which cannot be configured in the opt file.</div></div><div><br></div><div><div style="color:rgb(0,0,0)">It is true that if we set the PROJSO config option properly the problem disappears, something like:</div><div style="color:rgb(0,0,0)"><br></div><div style="color:rgb(0,0,0)">Gdal.SetConfigOption("PROJSO", "proj_4_9.dll");</div></div><div style="color:rgb(0,0,0)"><br></div><div style="color:rgb(0,0,0)">But that could also be avoided if there was a compile time setting to specify the proj dll name. Does it make sense to establish a compile time option for this purpose?</div><div style="color:rgb(0,0,0)"><br></div><div style="color:rgb(0,0,0)">Thanks,</div><div style="color:rgb(0,0,0)"><br></div><div style="color:rgb(0,0,0)">Tamas</div></div>