Re: [gdal-dev] Is it possible to create standalone DLL for OGR GML driver ?

2024-10-02 Thread Parveen Sharma via gdal-dev
Hello Even That's great. Thanks for letting me know Best regards Parveen From: Even Rouault Sent: Wednesday, October 2, 2024 7:45 PM To: Parveen Sharma ; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Is it possible to create standalone DLL for OGR GML drive

Re: [gdal-dev] Is it possible to create standalone DLL for OGR GML driver ?

2024-10-02 Thread Even Rouault via gdal-dev
Hi, OGR_ENABLE_DRIVER_GML_PLUGIN=ON will be possible in 3.10 per https://github.com/OSGeo/gdal/pull/10914 Even Le 29/08/2024 à 09:41, Parveen Sharma via gdal-dev a écrit : Hello I am working on *Release/3.3* branch of *GDAL*. I want to know if its possible to create a standalone DLL for

Re: [gdal-dev] [PROJ] RFC 102: Embedding resource files into libgdal (and PROJ)

2024-10-02 Thread Kurt Schwehr via gdal-dev
So excited for this feature. We have custom code that does stuff like this. e.g. +// BEGIN GOOGLE MODIFICATION +int flags = SQLITE_OPEN_READONLY | SQLITE_OPEN_NOMUTEX; if (path.empty()) { -path.resize(2048); -const bool found = -pj_find_file(pjCtxt(), "pro