AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
January 2009

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2009.01.13 18:38 "Link error with missing LIBC.lib", by Shoujie He
2009.01.13 19:36 "Re: Link error with missing LIBC.lib", by Toby Thain
2009.01.13 19:49 "Re: Link error with missing LIBC.lib", by Bob Friesenhahn
2009.01.13 20:41 "Re: Link error with missing LIBC.lib", by Shoujie He
2009.01.13 20:58 "Re: Link error with missing LIBC.lib", by Toby Thain
2009.01.13 21:01 "Re: Link error with missing LIBC.lib", by Bob Friesenhahn
2009.01.13 20:41 "Re: Link error with missing LIBC.lib", by Edward Lam

2009.01.13 19:49 "Re: Link error with missing LIBC.lib", by Bob Friesenhahn

On Tue, 13 Jan 2009, 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.

Visual Studio 2008 Express does not come with the C/C++ SDK.  It needs 
to be added separately, requiring some manual editing of obscure 
configuration files.

Bob