-
Core GDAL msi installer [gdal-305-1930-x64-core.msi](https://download.gisinternals.com/sdk/downloads/release-1930-x64-gdal-3-5-0-mapserver-7-6-4/gdal-305-1930-x64-core.msi) not working on Windows 10 2…
-
## Expected behavior and actual behavior.
I am able to use Gdal.OpenEx() locally, but when my code is deployed to my environment I get the following error: "Unable to find an entry point named 'CSh…
-
## Expected behavior and actual behavior.
When trying to make a minimal build, some OGR dependencies need manually turned off because their GDAL bits are disabled.
Full configure line for GDAL-s…
-
**Describe the bug**
Linked to https://github.com/SoftwareNetwork/sw/issues/100 : we've finalized months ago our build targetting android (on Windows, never got it to run on macOS) but I'd like to bu…
-
GDAL 3.5.0 from: `b3784f`
The linker fails on creating libgdal.dylib saying `ld: library not found for -llcms2`.
```
cmake \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_INSTALL_PREFI…
-
When working with the spatial reference classes unable to import using the EPSG code directly.
` SpatialReference src = new SpatialReference(null);
src.ImportFromEPSG(32610)
`
H…
-
## Expected behavior and actual behavior.
GDAL.Native adds `gdal_wrap.dll` in the "wrong" folder when the nuget package is installed in a sub-project (that is: a project that is not the top project…
-
## Expected behavior and actual behavior.
GDAL.Native adds `gdal_wrap.dll` in the "wrong" folder when the nuget package is installed in a sub-project (that is: a project that is not the top project…
-
Hello,
The extension doesn't install gdal-csharp for me. It doesn't reach the file install_script.ps1.
```
install_script.ps1 : Le terme �install_script.ps1� n'est pas reconnu comme nom d'applet…
-
Bert, console test application (https://github.com/bertt/GdalOnNetCoreSample) throws following exception when run: `Unhandled exception. System.EntryPointNotFoundException: Unable to find an entry poi…