Build GDAL EFAL - 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. Copy the package ogr\ogrsf_frmts \EFAL folder provided in to the <GDAL Root Path of code>\ogr\ogrsf_frmts.
  2. Change the ogrsf_frmts.h and CMakeLists.txt
    1. CMakeLists.txt: Add this code in the file ogr_optional_driver(efal "MapInfo EFAL") along with other formats

    2. ogrsf_frmts.h: Add this code in the file void CPL_DLL RegisterOGREFAL();

  3. Enable OGR_ENABLE_DRIVER_EFAL and OGR_ENABLE_DRIVER_EFAL_PLUGIN using CMake UI.


  4. Add preprocessor in \build\ogr\ogrsf_frmts\ogrsf_frmts.vcxproj as follows:
    1. EFAL_ENABLED

  5. Repeat step 8 and step 9.
  6. Open the Gdal.sln in Visual Studio 2022 and build for Release and x64 configuration.
  7. If while building linking errors appear for RegisterOGREFAL or GDALRegister_MRR, add the respective .lib path to the gdal project.