| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2006.06.27 06:55 "linker error", by Malathi Phi,
i downloaded gnuwin32 and starts working with tiff in vc++6.0,but its
giving an error at runtime,plz somebody help me out...
iam posting my code and the run time errors too
this s very simple appln,but nt yet working,plz help me out...
#include<tiffio.h>
#include<iostream.h>
void main()
{
TIFF *t=TIFFOpen("C:\3.tif","r");
TIFFClose(t);
}
in vc++
regds
Malathi
--------------------Configuration: prj - Win32 Debug--------------------
Linking...
open.obj : error LNK2001: unresolved external symbol _TIFFClose
open.obj : error LNK2001: unresolved external symbol _TIFFOpen
Debug/prj.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
prj.exe - 3 error(s), 0 warning(s)
|
|||||||