[OSRS-PROJ] Building windows proj.dll

Frank Warmerdam warmerdam at pobox.com
Fri Dec 1 10:35:39 EST 2000


Andrew Larcombe wrote:
> 
> Hi,
> 
> I wonder if anyone could offer some assistance:
> 
> I'm trying to build the proj.4 library under Windows using the supplied makefile.vc as per the readme file. Unfortunately the file
> proj.def does not seem to be present in the source distribution and this file is needed in order to build the file proj.dll.
> 
> FYI I'm using
> M$ Windows NT 4 SP6
> M$ Visual Studio 6.0
> 
> Proj.4 source distribution from ftp.remotesensing.org/pub/proj/proj-4.4.2.tar.gz

Andrew,

Sorry about that, it was omitted from the distribution files by accident. 

I have attached proj.def to this message, and updated the makefiles so it
will be automatically included in the next release. 

Note that the current windows makefile doesn't build geod.exe (I added this
recently in CVS) and doesn't do any of the datum shifting stuff.  If these are
issues for you let me know, and I will try to rectify the matter.

Best regards,

---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerda
and watch the world go round - Rush    | Geospatial Programmer for Rent
-------------- next part --------------
LIBRARY   PROJ
VERSION   1.1
EXPORTS
	pj_init		@1
	pj_fwd		@2
	pj_inv		@3
	pj_free		@4
	pj_transform	@5
        pj_geocentric_to_geodetic @6
        pj_geodetic_to_geocentric @7
        pj_deallocate_grids       @8



More information about the Proj mailing list