2007.08.24 21:08 "[Tiff] A few libtiff4 changes", by Frank Warmerdam

2007.10.18 14:47 "Re: [Tiff] linking in MS Visual Studio 2005", by Jason Tillett

Thank You.

I am linking with libtiff.lib.

There is no libtiff-i.lib present in my GnuWin32\lib directory.

I have used this library before on a 32 bit windows 2000 box and am now trying to incorporate it into a code on a windows xp 64 box.

On my 32 bit box, there is a libtiff-i.lib file and that is the library I linked on that box.

Jason

> ----- Original Message -----
> From: "Frank Warmerdam" <warmerdam@pobox.com>
> To: "Jason Tillett" <jasonpop@netsup.net>
> Cc: <tiff@lists.maptools.org>
> Sent: Thursday, October 18, 2007 10:37 AM
> Subject: Re: [Tiff] linking in MS Visual Studio 2005
>
>
>> Jason Tillett wrote:
>>> My build fails during linking with
>>>
>>> error LNK2001: unresolved external symbol __imp_TIFFWriteEncodedStrip
>>> and more...
>>>
>>> I have defined the path to the tiffio.h,
>>> defined the path to the *.lib files and included
>>> libtiff.lib in my list of libraries.
>>>
>>> I'm pretty sure that since c_plusplus is defined

>>> that the tiff library functions should not be mangled and I need >>> help understanding the decoration with __imp_.

>>
>> Jason,
>>
>> This is an import stub. Are you linking with libtiff.lib or

>> libtiff_i.lib? It may be that you need to link with libtiff_i.lib, the >> stub library for the libtiff.dll.

and watch the world go round - Rush    | President OSGeo,  http://osgeo.org

>