Build GDAL Driver for Windows - MapInfo_Pro - Latest

MapInfo Multi Resolution Raster (MRR) GDAL Driver Installation Guide

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapInfo Pro
Version
Latest
ft:locale
en-US
Product name
MapInfo Pro
ft:title
MapInfo Multi Resolution Raster (MRR) GDAL Driver Installation Guide
Copyright
2025
First publish date
1994
ft:lastEdition
2025-08-18
ft:lastPublication
2025-08-18T11:35:14.980000
L1_Product_Gateway
Locate
L2_Product_Segment
Location Intelligence
L3_Product_Brand
Precisely MapInfo
L4_Investment_Segment
LI Desktop
L5_Product_Group
Desktop LI
L6_Product_Name
MapInfo Pro
  1. Download the code files for the GDAL driver.
  2. Unzip the file.
  3. Install dependencies from OSGeo4W- OSGeo4W (PROJ, python, sqlite3, zlib).
  4. Create a directory named build at path <GDAL Code Path> such as D:\gdal-3.9.1\build.
  5. Download CMake UI from CMake site.
  6. Start CMake UI.
  7. Add the following paths to CMake gui:
    source: ../gdal and where to build binaries: ../gdal/build


  8. Configure it for Visual Studio 2022 and x64 build target configuration.
  9. Create variables after installing OSGeo dependencies.






  10. Click Configure and then Generate.


  11. Once complete, Solution (gdal.sln) file will be generated at path <GDAL Code Path>.
  12. Enable GDAL_ENABLE_PLUGINS.