AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2000.01.30 01:02 "libtiff in a M$ Windows Visual C++ 5.0 DLL for Borland Delphi 3,4,5", by Joris Van Damme
2000.01.31 14:46 "Re: libtiff in a M$ Windows Visual C++ 5.0 DLL for Borland Delphi 3,4,5", by Bruce Cameron
2000.01.31 15:02 "Re: libtiff in a M$ Windows Visual C++ 5.0 DLL for Borland Delphi 3,4,5", by Frank Warmerdam
2000.01.31 15:05 "Re: libtiff in a M$ Windows Visual C++ 5.0 DLL for Borland Delphi 3,4,5", by Scott Wagner
2000.01.31 18:20 "Threadsafe MSVC implementation of LibTiff", by Bruce Cameron
2000.01.31 18:29 "Re: Threadsafe MSVC implementation of LibTiff", by Scott Wagner

2000.01.31 18:29 "Re: Threadsafe MSVC implementation of LibTiff", by Scott Wagner

The build of libtiff which I use is built from source by me - not Frank Warmerdam's build. Mine is a threadsafe DLL, and I call it from multithreaded applications. My experience is that (at least with my Borland compiler) the default C runtime library code selected is the more compact single-thread version; I have to select the multi-threaded CRTL as an option. This is probably true of VC++ as well.

Frank, can you comment on this?

/*********************************************************************
* Scott Wagner  (swagner@itek.com)    NOTICE: My personal information,
* Staff Engineer                      including my E-mail address, may
* Itek Graphix                        not be sold, distributed, or made
* Rochester, NY USA                   public without my consent.
*********************************************************************/