2025 16:01
> *Per a:* Daniel Perez Rodriguez
> *A/c:* gdal-dev@lists.osgeo.org
> *Tema:* Re: [gdal-dev] Linking issue in Windows
>
> Hi Daniel,
>
> Symbols that start with "__" are reserved for system libraries. It appears
> that you're not linking the C++ sta
iel Perez Rodriguez
A/c: gdal-dev@lists.osgeo.org
Tema: Re: [gdal-dev] Linking issue in Windows
Hi Daniel,
Symbols that start with "__" are reserved for system libraries. It appears that
you're not linking the C++ standard library or are linking with an incompatible
version. G
Hi Daniel,
Symbols that start with "__" are reserved for system libraries. It appears
that you're not linking the C++ standard 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.osg
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