Even Rouault

Results 1301 comments of Even Rouault

> currently on Windows we produce a DLL called `proj.dll` except when using MingW where you instead get `proj_9_4.dll`, correct? no, we produce proj_9_4.dll for both MSVC and MinGW currently....

> Perhaps a compromise could be to include the current major version number in the name? This way, updates to PROJ builds within the major version shouldn't cause any problems...

not easy to find a middle ground for all opinions expressed. I've revised this PR as: ``` CMake: for Windows builds, defaults PROJ DLL to be just 'proj_${PROJ_MAJOR_VERSION}.dll' instead of...

@nyalldawson Do you know if Esri ArcGIS Pro allows to create range domains with only the minimum or maximum value? My impression of the online doc is that both min...

> Do you know if Esri ArcGIS Pro allows to create range domains with only the minimum or maximum value? I figured out that by trying with GDAL 3.10 with...

> The problem is that the "context" is a C API construct to which the C++ library (the code actually being interrupted) has no access, That might have perhaps performance...