Changes between Version 10 and Version 11 of FAQ


Ignore:
Timestamp:
Apr 20, 2007, 9:04:03 AM (17 years ago)
Author:
warmerdam
Comment:

update the project file question, and format writing tutorial question

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v10 v11  
    4444=== How do I add support for a new format? ===
    4545
    46 To some extent this is now covered by the [http://www.gdal.org/gdal_drivertut.html GDAL Driver Implementation Tutorial].
     46To some extent this is now covered by the [http://www.gdal.org/gdal_drivertut.html GDAL Driver Implementation Tutorial], and the [http://www.gdal.org/ogr/ogr_drivertut.html OGR Driver Implementation Tutorial].
    4747
    4848== Installation and Building ==
     
    5050=== Can I get a MS Visual Studio Project file for GDAL? ===
    5151
    52 The GDAL developers find it more convenient to build with makefiles and the [http://msdn2.microsoft.com/en-us/library/dd9y37ha(vs.80).aspx Visual Studio NMAKE] utility. Maintaining a parallel set of project files for GDAL is too much work, so there are no project files directly available from the maintainers. Occasionally other users do prepare such project files, and you may be able to get them by asking on the [http://lists.maptools.org/mailman/listinfo/gdal-dev/ gdal-dev list]. However, I would strongly suggest you just use the NMAKE based build system. With debugging enabled you can still debug into GDAL with Visual Studio.
     52The GDAL developers find it more convenient to build with makefiles and the [http://msdn2.microsoft.com/en-us/library/dd9y37ha(vs.80).aspx Visual Studio NMAKE] utility. Maintaining a parallel set of project files for GDAL is too much work, so there are no full project files directly available from the maintainers.
     53
     54There are very simple project files available since GDAL/OGR 1.4.0 that just invoke the makefiles for building, but make debugging somewhat more convenient.  These are the makegdal71.sln and makegdal80.sln files in the GDAL root directory.
     55
     56Occasionally other users do prepare full project files, and you may be able to get them by asking on the [http://lists.maptools.org/mailman/listinfo/gdal-dev/ gdal-dev list]. However, I would strongly suggest you just use the NMAKE based build system. With debugging enabled you can still debug into GDAL with Visual Studio.
    5357
    5458=== Can I build GDAL with MS Visual C++ 2005 Express Edition? ===