Re: [gdal-dev] Documenting build requirements (e.g. ODBC)

2019-10-20 Thread Mateusz Loskot
On Sun, 20 Oct 2019 at 19:31, Jeff McKenna wrote: > > On lundi 30 septembre 2019 11:21:16 CEST Mateusz Loskot wrote: > >> > >> I'm a bit lost where build requirements are supposed > >> to be documented now. They used to be described > >> on the Wiki, e.g. https://trac.osgeo.org/gdal/wiki/BuildingO

Re: [gdal-dev] Documenting build requirements (e.g. ODBC)

2019-10-20 Thread Jeff McKenna
On lundi 30 septembre 2019 11:21:16 CEST Mateusz Loskot wrote: Hi, I'm a bit lost where build requirements are supposed to be documented now. They used to be described on the Wiki, e.g. https://trac.osgeo.org/gdal/wiki/BuildingOnUnix or driver-specific ones https://trac.osgeo.org/gdal/wiki/ECW

[gdal-dev] How to use GDAL from Nuget in C#?

2019-10-20 Thread Casper Børgesen
Hi! I have created a C# WPF (.NET Framework 4.6.1) application in Visual Studio 2017 and installed latest stable GDAL 2.4.2 from Nuget. In the App.xaml I have added the GDAL configuration call: protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); GdalConfiguration