Hello everyone,

I'm trying to compile the Basic Example 
<https://code.google.com/p/tesseract-ocr/wiki/APIExample>  in Visual Studio 
2013 for x64. 
I do get the following error:


   - error LNK2019: unresolved external symbol "public: void __cdecl 
   tesseract::TessBaseAPI::SetImage(struct Pix const *)" 
   (?SetImage@TessBaseAPI@tesseract@@QEAAXPEBUPix@@@Z) referenced in function 
   main    


If comment out the line "api->SetImage(image);" everything compiles 
properly. 
So I guess the linking is fine.

What could be the problem?
Any help is appreciated. :-)

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/6dadaf66-a99d-4246-877d-c4230187e576%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to