Hi all,
I have downloaded tiffio.h and tiff.h library files to use them in my program. When I call methods TIFFOpen()& TIFFClose() from tiffio.h, I get an error in Linking:
Linking...
P.obj : error LNK2001: unresolved external symbol _TIFFClose
P.obj : error LNK2001: unresolved external symbol _TIFFOpen
Debug/P.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
I downloaded all .h files at the site where I got the tiffio.h from ( ) but I still get the error. Am I required to download all the .c files too?
Or is there something else wrong that I am doing?
TIA,
Sheila
I have downloaded tiffio.h and tiff.h library files to use them in my program. When I call methods TIFFOpen()& TIFFClose() from tiffio.h, I get an error in Linking:
Linking...
P.obj : error LNK2001: unresolved external symbol _TIFFClose
P.obj : error LNK2001: unresolved external symbol _TIFFOpen
Debug/P.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
I downloaded all .h files at the site where I got the tiffio.h from ( ) but I still get the error. Am I required to download all the .c files too?
Or is there something else wrong that I am doing?
TIA,
Sheila