I am using Visual Studio .Net for c programming. I install the libtiff library and kept the .h and .lib files in .Net C include and lib folder.
when I try to run the code to read the tif file, it give me the following error;
error LNK2019: unresolved external symbol __imp__TIFFOpen referenced in function _main
I think the code is reading the header file but it's not linking the functions defined in this header file. Pl. help me how to remove this error.
Thanks,
Mayank
mittal_mayank123@rediffmail.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Everyone,
I am using Visual Studio .Net for c programming. I install the libtiff library and kept the .h and .lib files in .Net C include and lib folder.
when I try to run the code to read the tif file, it give me the following error;
error LNK2019: unresolved external symbol __imp__TIFFOpen referenced in function _main
I think the code is reading the header file but it's not linking the functions defined in this header file. Pl. help me how to remove this error.
Thanks,
Mayank
mittal_mayank123@rediffmail.com