2009/3/6 Tomas R <[email protected]> > Ah, thanks, will look it up more properly in the morning. > > A quick check now did not reveal what may be missing. Strange, it is a > fresh installations of the VSE 2008 and SDK. It should work. Or? > > Well, probably the version you linked to is good enough for me and also a > 64 bit version of Proj4 is found in the pack, nice. That would probably be > my next question , how to compile a 64 bit version of Proj4 using VSE2008. > Or even 32 bit version. But 32 version is easy to find (FWTools for example) > so that would be necessary. >
If you use my SDK just download and extract the proj4 package (eg. proj-4.6.1) within the SDK root directory and use: nmake proj PROJ_DIR=proj-4.6.1 The Makefile will set the compiler version and the WIN64 setting seemlessly. It seems like the @SET FrameworkDir=Framework32 should point to the absolute path of the framework directory (ie C:\WINDOWS\Microsoft.NET\Framework) in your batch file. Best regards, Tamas
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
