Re: [gdal-dev] Creation of a new driver from scratch

2023-06-09 Thread Even Rouault
Abel, cf https://github.com/OSGeo/gdal/commit/bcd4ed241503a545c1dee2819849d54117ac4e78 for a commit that adds a new vector driver. See the additions in ogr/ogrsf_frmts/CMakeLists.txt , ogr/ogrsf_frmts/generic/ogrregisterall.cpp, ogr/ogrsf_frmts/ogrsf_frmts.h and frmts/drivers.ini And simi

Re: [gdal-dev] Creation of a new driver from scratch

2023-06-09 Thread Abel Pau
Hi again. Finally I managed to use CMake to create a Visual Studio sln. And it's beautiful see all drivers there. But it's not crear for me what I have to modify (Cmakelist.txt,.. or something else) to include the new driver. I need it to be there to be able to debug. I created a copy of, let's