1998.04.30 17:01 "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