2010.02.15 13:16 "[Tiff] Using libtiff in Visual C++ 6.0", by Weichao Wang

2010.02.16 18:36 "Re: [Tiff] Using libtiff in Visual C++ 6.0", by Edward Lam

So, you're saying that he can't (easily?) link to a libtiff DLL that has been built using GCC from an application that will be built using MSVC?

Right. The binary DLL would probably work but MSVC won't understand the ".a" link library format that GCC uses. A truely determined person could probably get it to work, but there is little value to doing it.

For the record, a truly determined person go look at this: http://www.gnu.org/software/hello/manual/gnulib/Visual-Studio-Compatibility.html

 From my web readings before, dlltool is something one might use as part

of this process. Your mileage will vary since I've only ever read about this (I'm not one of the truly determined :).

I concur with Bob's opinion that there is little value in doing so. The most likely problem is that Weichao Wang did not compile libtiff with support for zlib (and/or libjpeg). Compiling these for Visual Studio is about the same difficulty as compiling libtiff itself.

-Edward