2004.06.29 06:27 "[Tiff] Setting up libtiff in VC++ 6.0", by Mark

2004.07.08 21:01 "RE: [Tiff] 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