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
November 2009

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

2009.11.06 04:53 "TIFFDirEntry type moved from tiff.h to tiffiop.h in v4.0", by Lee Howard
2009.11.06 07:55 "Re: TIFFDirEntry type moved from tiff.h to tiffiop.h in v4.0", by Joris Van Damme
2009.11.06 15:16 "Re: TIFFDirEntry type moved from tiff.h to tiffiop.h in v4.0", by Lee Howard
2009.11.06 16:29 "Re: TIFFDirEntry type moved from tiff.h to tiffiop.h in v4.0", by Joris Van Damme
2009.11.07 00:24 "Re: TIFFDirEntry type moved from tiff.h to tiffiop.h in v4.0", by Lee Howard

2009.11.06 04:53 "TIFFDirEntry type moved from tiff.h to tiffiop.h in v4.0", by Lee Howard

I'm trying to work at getting HylaFAX ported to support libtiff v4.0.

I'm running into a big problem illustrated by :

FileTransfer.c++:132: error: 'TIFFDirEntry' is used as a type, but is not
   defined as a type.

The cause is that HylaFAX was accustomed to finding TIFFDirEntry in 
tiff.h (public include), and now it's been taken off into tiffiop.h 
(private include).

What's the right way to have access to that type now in 4.0?

Thanks,

Lee.