I made a simple tutorial on how to set up Tesseract on Visual Studios: http://ayoungprogrammer.blogspot.ca/2012/11/tutorial-installing-tesseract-ocr-30202.html
On Monday, 29 October 2012 09:22:18 UTC-4, Dob wrote: > > Hi! I'm realy sorry about my problem. I'm interesting in writing my own > project using tesseract. I had to read wiki, vs2008 faq, instruction. > I have succeded in building tesseract 3.02.02 from source, joined with > leptonica headers and lib's. Then i just created my own project in vs2008, > copied tesseract headers in my input directory (more headers than in > release notes), leptonica's headers and lib+dll, tesseract308(d).lib(dll) > in my lib directory. in additional include directories paste address of > directories with files, in linker paste addres of my lib folder. > added in my main.cpp > > #include "allheaders.h" > #include "baseapi.h" > #include "strngs.h" > > and than bad things going to happen > as like as > > 1>24.obj : error LNK2028: unresolved token (0A00001C) "public: virtual >> __clrcall tesseract::LTRResultIterator::~LTRResultIterator(void)" >> (??1LTRResultIterator@tesseract@@$$FUAM@XZ) referenced in function "public: >> virtual __clrcall tesseract::ResultIterator::~ResultIterator(void)" >> (??1ResultIterator@tesseract@@$$FUAM@XZ) >> > 1>24.obj : error LNK2019: unresolved external symbol "public: virtual >> __clrcall tesseract::LTRResultIterator::~LTRResultIterator(void)" >> (??1LTRResultIterator@tesseract@@$$FUAM@XZ) referenced in function "public: >> virtual __clrcall tesseract::ResultIterator::~ResultIterator(void)" >> (??1ResultIterator@tesseract@@$$FUAM@XZ) >> > > I just need to make work simple application, but i failed. please help me. > If you don't know the reason of this errors may be if it is possible you > may send simple example vs2008 easiest application. thanks! > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tesseract-ocr@googlegroups.com To unsubscribe from this group, send email to tesseract-ocr+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en