Re: [gdal-dev] Linking issue in Windows

2025-06-06 Thread Daniel Perez Rodriguez via gdal-dev
ndard library or are linking with an > incompatible version. GDAL requires C++17 support. > > > On Mon, Jun 2, 2025 at 5:25 AM Daniel Perez Rodriguez via gdal-dev < > gdal-dev@lists.osgeo.org> wrote: > > Good morning everyone. > > My name is Daniel (first message

[gdal-dev] Linking issue in Windows

2025-06-02 Thread Daniel Perez Rodriguez via gdal-dev
Good morning everyone. My name is Daniel (first message here) from Spain so I hope I can explain my problem properly. I am working in a C++ project, using gdal in Windows and getting it from vcpkg, using cmake and Visual Studio 2022. >From the last days, after an update of my development machine