Hi, I am test tesseract on windows and i tries to compile with tesseract 3.04 a demo sample find on the wiki : https://github.com/tesseract-ocr/tesseract/wiki/APIExample#example-of-iterator-over-the-classifier-choices-for-a-single-symbol
But, when i generate on visual studio i have some error : 1>tesseractmain.obj : error LNK2019: symbole externe non résolu "public: __thiscall tesseract::ChoiceIterator::~ChoiceIterator(void)" (??1ChoiceIterator@tesseract@@QAE@XZ) référencé dans la fonction _main 1>tesseractmain.obj : error LNK2019: symbole externe non résolu "public: bool __thiscall tesseract::ChoiceIterator::Next(void)" (?Next@ChoiceIterator@tesseract@@QAE_NXZ) référencé dans la fonction _main 1>tesseractmain.obj : error LNK2019: symbole externe non résolu "public: float __thiscall tesseract::ChoiceIterator::Confidence(void)const " (?Confidence@ChoiceIterator@tesseract@@QBEMXZ) référencé dans la fonction _main 1>tesseractmain.obj : error LNK2019: symbole externe non résolu "public: char const * __thiscall tesseract::ChoiceIterator::GetUTF8Text(void)const " (?GetUTF8Text@ChoiceIterator@tesseract@@QBEPBDXZ) référencé dans la fonction _main 1>tesseractmain.obj : error LNK2019: symbole externe non résolu "public: __thiscall tesseract::ChoiceIterator::ChoiceIterator(class tesseract::LTRResultIterator const &)" (??0ChoiceIterator@tesseract@@QAE@ABVLTRResultIterator@1@@Z) référencé dans la fonction _main I use tesseract 3.04. Someone can help me ? Clement -- 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 https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/bb5193ab-7a5a-4b1f-a903-fba1526f999a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

