AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2006.08.07 19:54 "[Tiff] Resolved: libtiff.dll and MSVC 6", by Sean Burke
2006.08.07 20:24 "RE: [Tiff] Resolved: libtiff.dll and MSVC 6", by
2006.09.20 17:20 "[Tiff] TIFF file bigger than 2Go", by Dlpnet
2006.09.20 18:14 "RE: [Tiff] TIFF file bigger than 2Go", by
2006.09.20 18:19 "RE: [Tiff] TIFF file bigger than 2Go", by
2006.09.20 19:58 "Re: [Tiff] TIFF file bigger than 2Go", by Chris Cox
2006.09.21 08:08 "Re: [Tiff] TIFF file bigger than 2Go", by Dlpnet
2006.09.21 10:11 "Re: [Tiff] TIFF file bigger than 2Go", by Joris Van Damme

2006.08.07 20:24 "RE: [Tiff] Resolved: libtiff.dll and MSVC 6", by

Sean wrote:

Upon inspecting my setup this morning, I discovered that I had added one version of libtiff.lib to the project, while listing the library directory for another build of the same library. I guess that I

Good chances that one of them was a debug build, and the other a release build -- mixing debug and non-debug modules is the most common cause of those "(stack) crap-out when calling 3rd party lib code" errors. Glad to hear you've solved it!