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
June 2004

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

2004.06.29 06:27 "Setting up libtiff in VC++ 6.0", by <magneto223@yahoo.com.sg>
2004.07.08 21:01 "Re: Setting up libtiff in VC++ 6.0", by Larry Grill

2004.07.08 21:01 "Re: Setting up libtiff in VC++ 6.0", by Larry Grill

Hi Mark,
It looks like you're not linking in libtiff.lib. If you're building your app
in the VC6 IDE, go to your Project Settings and click the Link tab. Select
the "Input" category and add libtiff.lib to the list of Object/library
modules. You might need to add the libtiff.lib repository folder path to the
Additional library path field on the same dialog page.
Larry