[Proj] Using proj with VC++

Frank Warmerdam fwarmerdam at gmail.com
Tue Jul 5 12:38:37 EDT 2005


On 6/29/05, mahsa takapoomanesh <mahsa_tb at yahoo.com> wrote:
> Dear All, 
>   
> I'm a new proj user, I downloaded a proj.dll and it does not work with VC++.
>   

Mahsa, 

Generally speaking to use PROJ.4 from a C/C++ program in 
Visual Studio you will need the proj.dll, the proj_i.lib (stub library)
and the include files.  You would need to add the include files
to your include path, and link against proj_i.lib.  The proj.dll will be
needed at runtime.

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/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent



More information about the Proj mailing list