[gdal-dev] OGDI -- GDAL

Frank Warmerdam warmerdam at pobox.com
Fri Feb 12 14:42:16 EST 2010


Harsh Govind wrote:
> I am trying to compile the OGDI library so that I may use it from within 
> GDAL to read VPF data. I downloaded the code but seems like all the 
> makefiles are setup for VC++ 6.0 in Win32 environment. All my other dlls 
> are in VC++8.0.
> 
>  
> 
> Has anyone compiled OGDI in VS2005? How can I build OGDI with VS8.0? 
> Thanks in advance.

Harsh,

I have had no problem building OGDI with VS2003, and I see no reason that
VS2005 or even VS2008 Express shouldn't work well.  One issue that isn't
addressed in the makefiles is doing anything about manifests.  You may find
it helpful to manually incorporate manifests into the DLLs using something
like:

mt -manifest abc.dll.manifest -outputresource:abc.dll;2

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 gdal-dev mailing list