Re: [gdal-dev] How to use Gdal c# bindings with .NET Core

2018-12-15 Thread Gigas002
Thanks! That worked for me. But of course anyone would prefer official release, so... Is .net core bindings planned? -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lis

Re: [gdal-dev] How to use Gdal c# bindings with .NET Core

2018-12-15 Thread Tamas Szekeres
At the moment it looks like only the 3rd option below supports .net core. However since that is a custom build, use the dependencies (gdal_wrap.dll etc.) provided by the same bundle, ie: https://www.nuget.org/packages/Gdal.Core.WindowsRuntime/2.3.0-beta-023 These dll-s support x64 only as far as I

[gdal-dev] How to use Gdal c# bindings with .NET Core

2018-12-15 Thread Gigas002
Hello everyone. I'm trying to use c# bindings with .NET Core 2.0 on Visual Studio 2017. Tried to use multiple nuget packages: 1. https://www.nuget.org/packages/GDAL/ + https://www.nuget.org/packages/GDAL.Native/ I used these packages for my .NET Framework project and it worked fine, but it doesn't

Re: [gdal-dev] GDAL 2.3.3 rc2 available

2018-12-15 Thread Marco Atzeri
Am 15.12.2018 um 09:44 schrieb Even Rouault: Marco, A few remarks: 1) Please build with ./configure --with-proj[=/path/to/proj/prefix] so that classic linking is done, and GDAL doesn't have to guess the exact name of the shared object. The dlopen() loading of it is deprecated and will be comple

Re: [gdal-dev] GDAL 2.3.3 rc2 available

2018-12-15 Thread Even Rouault
Marco, A few remarks: 1) Please build with ./configure --with-proj[=/path/to/proj/prefix] so that classic linking is done, and GDAL doesn't have to guess the exact name of the shared object. The dlopen() loading of it is deprecated and will be completely removed in GDAL 2.5.0 2) the absence of

Re: [gdal-dev] GDAL 2.3.3 rc2 available

2018-12-15 Thread Marco Atzeri
Am 14.12.2018 um 16:54 schrieb Even Rouault: Hi, Just fixing the issue that Bas noted. The source is available at: http://download.osgeo.org/gdal/2.3.3/gdal-2.3.3rc2.tar.xz builds fine as usual on cygwin but the autotest has some problems. It always had, I never completed them, but this