| 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.12.13 22:04 "Win32 build -- inconsistent DLL linkage?", by Bernie PallekI'm trying to build libtiff "right out of the box" with MSVC 7 on Windows
2000, and I've run nmake from the Visual Studio command prompt (so my env
vars are set up fine). However, it has some problems.
The first thing I noticed is that there's a common warning about DLL
linkage. Has anyone seen this?
Here's a sample:
cl /nologo /Ox /MD /GX /W3 -I. -DCHECK_JPEG_YCBCR_SUBSAMPLING
-DDEFAULT_EXTRASAMPLE_AS_ALPHA -DSTRIPCHOP_DEFAULT=TIFF_STRIPCHOP
-DLOGLUV_SUPPORT -DNEXT_SUPPORT -DTHUNDER_SUPPORT -DLZW_SUPPORT
-DPACKBITS_SUPPORT -DCCITT_SUPPORT -DTIF_PLATFORM_CONSOLE
-DFILLODER_LSB2MSB /c tif_aux.c
tif_aux.c
tif_aux.c(134) : warning C4273: 'TIFFVGetFieldDefaulted' : inconsistent dll
linkage
tif_aux.c(273) : warning C4273: 'TIFFGetFieldDefaulted' : inconsistent dll
linkage
Sorry if this has been addressed already; I searched the archive but found
nothing similar.
|
|||||||