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
April 1998

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

1998.04.30 17:01 "libtiff vers. 3.4 beta 037, unresolved external symbol _TIFFInitSGILog", by Wolfram Bettermann
1998.04.30 18:44 "Re: libtiff vers. 3.4 beta 037, unresolved external symbol _TIFFInitSGILog", by Rex Jolliff
1998.04.30 21:05 "Re: libtiff vers. 3.4 beta 037, unresolved external symbol _TIFFInitSGILog", by Bill Davis
1998.05.01 08:24 "Re: libtiff vers. 3.4 beta 037, unresolved external symbol _TIFFInitSGILog", by Wolfram Bettermann

1998.04.30 17:01 "libtiff vers. 3.4 beta 037, unresolved external symbol _TIFFInitSGILog", by Wolfram Bettermann

Hi guys!

 I have created a static library using MS Developer Studio (Visual C++
5.0) under windows 95 (57 warnings;-).

I have a simple C program which reads the name of a tiff file from the
stdin and then open this file using the appropriate functions of
libtiff.lib. During the link process with libtiff.lib the following
two errors have occurred:

libtiff.lib(tif_codec.obj) : error LNK2001: unresolved external symbol
_TIFFInitSGILog
LIBC.lib(wincrt0.obj) : error LNK2001: unresolved external symbol
_WinMain@16

Do I have to comment out the line  #define TIFFInitSGILog	
in t_codec.c and to recreate the libtiff.lib to overcome  error 1?

Does anyone has a clue for error 2 (I can't find anything in the
online help)?

Thanks

Wolfram Bettermann