[FWTools] Proj.4 pj_init_plus issue
    BENOIT Jean-Pierre 
    Jean-Pierre.BENOIT at irsn.fr
       
    Mon Jan 14 11:59:32 EST 2008
    
    
  
Hi all,
 
I have installed FWTools2.0.4-win32 version and I try to run the
following code :
......
  const char *src_args = "+init=epsg:4326" ;
 
  projPJ src_proj;
  if (!(src_proj = pj_init_plus(src_args))) {
    printf( "Projection initialization failed.\n" );
    exit(1);
  }
......
 
Unfortunately, I obtain my error message: "Projection initialization
failed".
 
The same code execute perfectly on Linux with proj.4 V4.6.0.
 
Could anyone give me an answer on this simple question ?
 
Sincerely
 
JPB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/fwtools/attachments/20080114/aecb05a4/attachment.html
    
    
More information about the FWTools
mailing list