Changes between Version 4 and Version 5 of FAQMiscellaneous


Ignore:
Timestamp:
Mar 31, 2009, 1:16:45 AM (15 years ago)
Author:
jef
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQMiscellaneous

    v4 v5  
    7373
    7474If you intend writing code using GDAL/OGR that will not require recompilation when run against different GDAL/OGR versions, you should try
    75 to stick to the C API when possible. Altough the changes in the C++ API are generally made in a upward compatible way, the C++ ABI
     75to stick to the C API when possible. Although the changes in the C++ API are generally made in a upward compatible way, the C++ ABI
    7676might change from a minor release to another one (for example from GDAL 1.5.0 to GDAL 1.6.0) due to additions of new virtual methods, new
    7777member variables to core classes, etc.