Small program used to test mapengine module. This is Windows Console application and depends on GDAL+GEOS+PROJ.4 libraries bundled in the FWTools package. The FWTools can be downloaded from http://fwtools.maptools.org/ 1. Building Set FWTOOLS_DIR properly in metest.vsprops property sheet. This step is required, so all necessary headers and import libraries can be found. 2. Running Add value of $(FWTOOLS_DIR)\bin path to PATH environment variable. For debugging (F5), the PATH is already configured in metest.vsproj project file.