Hi, I'm creating a function to convert a dc to a tiff image.
I have found libtiff, but i can't make it compile, i get an unresolved external...
Also, i can't seem to get the dc converted to a bitmap to send to tibtiff, i'm using createdibsection() for this, but the bitmap returned is 0x0 pixels.Code:Linking... ErrHand.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification Reports.obj : error LNK2019: unresolved external symbol __imp__TIFFClose referenced in function "int __cdecl prtTiff(char *,struct HDC__ *)" (?prtTiff@@YAHPADPAUHDC__@@@Z) Reports.obj : error LNK2019: unresolved external symbol __imp__TIFFWriteScanline referenced in function "int __cdecl prtTiff(char *,struct HDC__ *)" (?prtTiff@@YAHPADPAUHDC__@@@Z) Reports.obj : error LNK2019: unresolved external symbol __imp__TIFFSetField referenced in function "int __cdecl prtTiff(char *,struct HDC__ *)" (?prtTiff@@YAHPADPAUHDC__@@@Z) Reports.obj : error LNK2019: unresolved external symbol __imp__TIFFOpen referenced in function "int __cdecl prtTiff(char *,struct HDC__ *)" (?prtTiff@@YAHPADPAUHDC__@@@Z)



LinkBack URL
About LinkBacks


