Hi everyone,
I am a little stuck in something. Let's see if someone can help me.

I'm immersed in the creation of a new driver.
First step OK: download GDAL from GitHub, install some dependences, and use 
Cmake to create GDAL for Visual Studio. Big one project.
Second step OK: Add a new driver in ogr (using another project as inspiration) 
in this big project (adding some lines in CmakeLists etc..)
Third step: fill all functions to really make this driver work.
I'm stuck here. I want to debug in Visual Studio to complete the Third step but 
I don't know how. There is any way to debug something (in Visual Studio project 
I created using CMake) like a simple transformation "ogr2ogr layer.shp 
MiraMon_layer.pol ". I'm interested in debug inside the code to see if all is 
as I expect and this kind of things developers do... If not, then I supose I 
have to use testing
After having the project created I don't know how to debug it.
[cid:[email protected]]

Can anyone give me some clue? Thanks in advance!!
_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to