Re: [QGIS-Developer] OSGEO QGIS 3.18.0 broken?

2021-03-18 Thread Eduardo Rojas Rodríguez
Yes apparently, I also just reinstalled it on a new Windows 10 and I get exactly the same error - Eduardo Rojas Rodríguez Analista en SIG SOLTIG Tel: (506) 2435-8868 / (506) 4001-5214 eduardo.ro...@soltig.net http://soltig.net -- Sent from:

Re: [QGIS-Developer] ZSTD missing while compiling QGis

2021-03-18 Thread Uhrig, Stefan
Hi Peter, There is a zstd-devel package in the OSGeo4W setup. You can install it to resolve the issue. Best regards, Stefan From: QGIS-Developer On Behalf Of peter.steib...@t-online.de Sent: Thursday, March 18, 2021 5:32 PM To: qgis-developer@lists.osgeo.org Subject: [QGIS-Developer] ZSTD

[QGIS-Developer] ZSTD missing while compiling QGis

2021-03-18 Thread peter.steibert
Hello, i am just trying to compile the QGis project. At the moment I am executing configonly.bat with the following output: ** ** Visual Studio 2017 Developer Command Prompt v15.9.17 ** Copyright (c) 2017 Microsoft

Re: [QGIS-Developer] Creating QOCISPATIAL driver for QtSql

2021-03-18 Thread Julien Cabieces
Hi, Here is how you create a database with the QOCISPATIAL driver https://github.com/qgis/QGIS/blob/master/src/providers/oracle/qgsoracleconn.cpp#L78 Then, you just have to pass this object to a QSqlQuery object and here you go! For the build process of the driver, I think you can try

[QGIS-Developer] Creating QOCISPATIAL driver for QtSql

2021-03-18 Thread peter.steibert
Hello, when i visited https://github.com/qgis/QGIS/blob/master/src/providers/oracle/ocispatial/qsq l_ocispatial.cpp I learned, that it is possible to create an QOCISPATIAL driver which can be used with QtSql. Unfortunately I failed to create the corresponding DLL file without compiling the