Changes between Version 8 and Version 9 of GdalOgrInCsharp


Ignore:
Timestamp:
Apr 6, 2007, 2:45:11 PM (17 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInCsharp

    v8 v9  
    1111
    1212Currently the interface is compilable and supports the various Win32 and Win64 platforms targeting the Microsoft.NET and the MONO framework. The interface is also compilable under the GNU Linux/OSX systems for the MONO framework. The compilation steps for the various platforms have been added to the [http://buildbot.osgeo.org:8500 GDAL buildbot] and tested regularly.
     13
     14== Useful Links ==
     15
     16 * A variety of example programs in CSharp are available at http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/csharp/apps
     17
     18== FWTools ==
     19
     20One way to get the CSharp bindings is to use FWTools 1.2.0+ for windows.  To use these it should be sufficient to add the assembles in FWTools\csharp to your project, and to ensure that FWTools\bin is in your path.  See http://fwtools.maptools.org
    1321
    1422== GDAL/OGR CSharp interface versions ==
     
    2836 * Examples added
    2937
    30 == GDAL/OGR CSharp interface compilation ==
    31 
    32 TODO
     38== GDAL/OGR CSharp interface compilation (TODO) ==
    3339
    3440== Using the GDAL/OGR CSharp interface ==
     
    3945
    4046=== Handling GDAL raster data ===
    41 
    42 = Useful Links =
    43 
    44  * A variety of example programs in CSharp are available at http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/csharp/apps
    45 
    46 = FWTools =
    47 
    48 One way to get the CSharp bindings is to use FWTools 1.2.0+ for windows.  To use these it should be sufficient to add the assembles in FWTools\csharp to your project, and to ensure that FWTools\bin is in your path.  See http://fwtools.maptools.org