dlareklami / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

Build error with ChoiceIterator #1143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
my tesseract version is 3.02.02. when i try to use the samples of 
ChoiceIterator in "Example of iterator over the classifier choices for a single 
symbol" of https://code.google.com/p/tesseract-ocr/wiki/APIExample , building 
error of "rror LNK2019: unresolved external symbol "public: __thiscall 
tesseract::ChoiceIterator::~ChoiceIterator(void)" 
(??1ChoiceIterator@tesseract@@QAE@XZ) referenced in function _wmain" occurs. 
How can i handle this error? thx.

Original issue reported on code.google.com by charlieq...@gmail.com on 18 Apr 2014 at 5:52

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/tesseract-ocr/wiki/FAQ#Rules_and_advices

Original comment by zde...@gmail.com on 18 Apr 2014 at 10:56