| 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 |
Thread2005.04.02 17:18 "Re: MSVC & LibTIFF issues", by Andrey Kiselev> My question/help request is can you please point at what specifically > needs to be changed so that I will not have this issue? Phillip, The way to build libtiff, described in the tutorial you are mentioned is not supported by the developers. Libtiff comes with a set of makefiles and configuration file (nmake.opt) where the build parameters defined. You should edit the line OPTFLAGS. The most important option is /MD. With this option compiler will use dynamically linked multitreaded runtime libraries. If libtiff is built with the /MD option, the other software you want link against libtiff must be built in the same manner. There is short and incomplete reference how to build libtiff with the MSVC compiler: http://www.remotesensing.org/libtiff/build.html#PC Regards, Andrey -- Andrey V. Kiselev Home phone: +7 812 5970603 ICQ# 26871517 |
|||||||