2017.10.05 15:55 "[Tiff] Problem using libtiff in debug mode with visual studio 2010", by Emmanuel Cosnard

2017.10.10 10:10 "Re: [Tiff] Problem using libtiff in debug mode with visual studio 2010", by Emmanuel Cosnard

The right way to compile libtiff is to go on the libtiff directory download and execute the following command line, right?

nmake /f makefile.vc

Is there anything else to do? Because I've been checking everything and I don't know why the last version can't work with my programm.

________________________________
De: Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
Envoyé: lundi 9 octobre 2017 13:39:35
À: Emmanuel Cosnard
Cc: Roger Leigh; tiff@lists.maptools.org
Objet: Re: [Tiff] Problem using libtiff in debug mode with visual studio 2010

On Mon, 9 Oct 2017, Emmanuel Cosnard wrote:

> I am getting all these errors with the last version of libtiff:

It looks to me like these issues have something to do with a mis-match
between how libtiff was compiled and how the using application is
being compiled. The compilation options need to be compatible.

In GraphicsMagick I am still using Visual Studio 2008 to compile
modern libtiff and would expect it to compile even under the 2003
version. In fact, I think that it might even compile under Visual C++
6.0. Visual Studio 2015 also compiled libtiff with no problems.

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/