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
December 2005

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

2005.12.13 22:04 "Win32 build -- inconsistent DLL linkage?", by Bernie Pallek
2006.01.03 14:50 "Re: Win32 build -- inconsistent DLL linkage? (solved)", by Bernie Pallek

2005.12.13 22:04 "Win32 build -- inconsistent DLL linkage?", by Bernie Pallek

I'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.