I'm trying to use tesseract api for my application.I'm using VC++ 2008 and tesseract 3.0. I'm getting following linking errors.
Linking... testTesseract.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall tesseract::TessBaseAPI::~ TessBaseAPI(void)" (?? 1tessbase...@tesseract@@u...@xz) referenced in function "void __cdecl checkTess(void)" (?checkTess@@YAXXZ) testTesseract.obj : error LNK2019: unresolved external symbol "public: bool __thiscall tesseract::TessBaseAPI::SetVariable(char const *,char const *)" (?setvaria...@tessbaseapi@tesseract@@qae_np...@z) referenced in function "void __cdecl checkTess(void)" (?checkTess@@YAXXZ) testTesseract.obj : error LNK2019: unresolved external symbol "public: __thiscall tesseract::TessBaseAPI::TessBaseAPI(void)" (?? 0tessbase...@tesseract@@q...@xz) referenced in function "void __cdecl checkTess(void)" (?checkTess@@YAXXZ) testTesseract.obj : error LNK2019: unresolved external symbol "public: int __thiscall tesseract::TessBaseAPI::Init(char const *,char const *,char * *,int,bool)" (? i...@tessbaseapi@tesseract@@qaehpbd0papad...@z) referenced in function "public: int __thiscall tesseract::TessBaseAPI::Init(char const *,char const *)" (?i...@tessbaseapi@tesseract@@qaehp...@z) C:\Users\Irusha\Documents\Visual Studio 2008\Projects \Project1\testTesseract\Debug\testTesseract.exe : fatal error LNK1120: 4 unresolved externals How can I fix this problem? Best Regards, ~iru -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en.

