2009/7/17 Tomas R <mon...@home.se> > Hi again > > Seems like I have solved the problem... the line > >> such as preprocessing the grid shift file into binary form. >> > gave me (finally) the hint I needed. Tried to compile Proj4 and the shift > files but managed only compile the first part. Then I finally went for the > easy solution, I grabbed the binary files from FWTools and finally I got it > working. > > Compiling the shift files on Windows? How? Well, not at big issue at the > moment. >
Tomas, That would be something like: nmake /f makefile.vc nadshift in the proj source directory. If you download the SDK http://vbkto.dyndns.org:1280/sdk/Default.aspx copy the proj sources into the root directory (ie: \proj-4.6.1) of the SDK and use: nmake proj PROJ_DIR=proj-4.6.1 in the VS Command prompt, which should compile the nadshift files as well. Best regards, Tamas
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev