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 2009

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

2009.04.08 15:05 "cannot link to my own libtiff.lib", by Christian Henning
2009.04.08 15:47 "Re: cannot link to my own libtiff.lib", by Bob Friesenhahn
2009.04.08 20:31 "Re: cannot link to my own libtiff.lib", by Christian Henning

2009.04.08 15:05 "cannot link to my own libtiff.lib", by Christian Henning

Hi there, I have compiled the beta3 of libtiff-4.0. As the makefile.vc
states, all I have to do is to:

nmake /f makefile.vc

I did that and everything went ok. Meaning I created a libtiff.lib and
libtiff.dll. But I cannot link to it. I get the following errors:

1>read_image.obj : error LNK2019: unresolved external symbol
__imp__TIFFClose referenced in function _wmain
1>read_image.obj : error LNK2019: unresolved external symbol
__imp___TIFFfree referenced in function _wmain
1>read_image.obj : error LNK2019: unresolved external symbol
__imp__TIFFReadScanline referenced in function _wmain
1>read_image.obj : error LNK2019: unresolved external symbol
__imp___TIFFmalloc referenced in function _wmain
1>read_image.obj : error LNK2019: unresolved external symbol
__imp__TIFFGetField referenced in function _wmain
1>read_image.obj : error LNK2019: unresolved external symbol
__imp__TIFFScanlineSize referenced in function _wmain
1>read_image.obj : error LNK2019: unresolved external symbol
__imp__TIFFOpen referenced in function _wmain

I don't get this __imp__ prefix to go away. Anyone, any idea?

Thanks,
Christian