| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2007.10.18 14:47 "Re: linking in MS Visual Studio 2005", by Jason TillettThank 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. >> >> Best regards, >> -- >> ---------------------------------------+-------------------------------------- >> I set the clouds in motion - turn up | Frank Warmerdam, >> warmerdam@pobox.com >> light and sound - activate the windows | http://pobox.com/~warmerdam >> and watch the world go round - Rush | President OSGeo, >> http://osgeo.org >> >> _______________________________________________ >> Tiff mailing list: Tiff@lists.maptools.org >> http://lists.maptools.org/mailman/listinfo/tiff >> http://www.remotesensing.org/libtiff/ > |
|||||||