| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2008.07.28 08:48 "Re: Building the Libtiff in MSVC++", by <mateusz@loskot.net>Harsha pisze: > Hello All, > > This is regarding the building the Libtiff.lib and dll in MSVC++. > I have tried to run makefile.vc thru nmake, but I is showing some files are missing. Harsha, What files are missing? What error message you are getting? I suppose it's about jpeg and zlib library files. You need to have development files (headers and libraries) for libjpeg and zlib libraries. Next, open nmake.opt files and move to sections that say: # Uncomment and edit following lines to enable JPEG support. then to # Uncomment and edit following lines to enable ZIP support and edit JPEGDIR and ZLIBDIR variables according to your environment. Regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org |
|||||||