Libtiff is a C library, but I want to use it with a C++ project in Qt Creator. Does anyone know how to do this? I get compile time errors when I try to use the C library, so I'm not sure what to do.
The compile time error I get is:
c:\libtiff\libtiff\tiff.h:69: error: C4430: missing type specifier - int assumed. Note: C++ does not support default-int
for the line: typedef TIFF_INT8_T int8;
plus a bunch of more similar errors. Someone please help.