2008.12.11 00:12 "[Tiff] TIFF sample images updated", by Bob Friesenhahn

2009.01.13 19:36 "Re: [Tiff] Link error with missing LIBC.lib", by Toby Thain

On 13-Jan-09, at 1:38 PM, Shoujie He wrote:

I am building an application, which is depending on the libtiff.lib. I had no problem when I build with Visual Studio 2003.

But I got the following link error when I build with Visual Studio 2008 express.

LINK: fatal error LNK1104: cannot open file 'LIBC.lib'

The two build happened on two different machine. The one with Visual Studio 2008 express doesn't have Visual Studio 2003 installed.

This is nothing to do with libtiff, but the solution is to set up your LIB environment variable correctly (to include the VS runtime library directories) before building. You can find the right path by locating the libc.lib file in your Visual Studio Express installation.

--Toby

Thanks in advance for your help.