Changes between Version 11 and Version 12 of FAQInstallationAndBuilding


Ignore:
Timestamp:
Jan 26, 2009, 1:29:30 AM (15 years ago)
Author:
Mateusz Łoskot
Comment:

Fixed MSVC_VER comment for VC++ 2008

Legend:

Unmodified
Added
Removed
Modified
  • FAQInstallationAndBuilding

    v11 v12  
    1717== Can I build GDAL with MS Visual C++ 2008 Express Edition? ==
    1818
    19 Yes, since at least GDAL/OGR 1.5 this should be straight forward.  Before proceeding with the normal NMAKE based build just ensure that the MSVC_VER macro near the top of gdal/nmake.opt is changed to 1800 to reflect the compiler version. This will modify the build to skip the VB6 interfaces which depend on ATL components not available in the express edition.
     19Yes, since at least GDAL/OGR 1.5 this should be straight forward. Before proceeding with the normal NMAKE based build just ensure that the MSVC_VER macro near the top of [source:trunk/gdal/nmake.opt gdal/nmake.opt] is changed to 1500 to reflect the compiler version (Visual C++ 9.0). This will modify the build to skip the VB6 interfaces which depend on ATL components not available in the express edition.
    2020
    2121[http://www.microsoft.com/express/download/ Microsoft Express Edition Downloads]