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 2000

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

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:29 "Re: Threadsafe MSVC implementation of LibTiff", by Scott Wagner
2000.02.05 01:06 "Re: threadsafety of libtiff 3.5.4?", by Frank Warmerdam

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

I expect htat a DLL will compile, but is the library as a DLL
re-entrant?  I need to work on TIFF files in two threads, on
separate images [one will write the multipage image that has
been built, and one work on the next multipage image].

Joris Van Damme wrote:
> 
> Hi all!
> 
> I am new to this mailing list, new to TIFF, new to libtiff and new to
> Visual C++. So you might say I am VERY new :-).
> 
> Currently I have compiled libtiff to a windows DLL using M$ Visual C++
> 5.0. I am now working on an interface to this DLL so as to be able to
> read and write TIFF files from within my graphics engine, which is
> written to run in Borland Delphi 3, 4 and 5.
> 
> So far, I have not encountered any problems. (But I am not at all done
> yet.) So I have but one main question really: do any of you have any
> advice you wish to share with me? I have read some sketchy stuff about
> fax files being related to TIFF. Anyone has a link to some good info on
> this? (I don't fax, I have no test fax files at all). Also, is there a
> good and complete testpics library available? The testpics distributed
> with libtiff (called v3.4pics or something if I remember correctly - I
> have already deleted the compressed file) seems very incomplete.
> 
> Thank you all very much in advance!
> 
> Joris Van Damme