Hi, I just ran the test code and got a linking error:

Error LNK2001 unresolved external symbol 
"public: void __cdecl tesseract::TessBaseAPI::SetImage(struct Pix const *)" 
(?SetImage@TessBaseAPI@tesseract@@QEAAXPEBUPix@@@Z) 

I checked all the dependencies and what I added are:

leptonica-1.74.2d.lib
tesseract305d.lib
leptonica-1.74.2.lib
tesseract305.lib
libtesseract.lib
liblept.lib
common_training.lib
giflib.lib
libjpeg.lib
libpng.lib
libtiff.lib
libwebp.lib
openjpeg.lib
tessopt.lib
zlib.lib

For the last version, I only added, then it worked:

liblept168.lib
libtesseract302.lib
liblept168d.lib
libtesseract302d.lib

Did I miss something to add?

Thank you

-- 
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/aa09f9c3-7394-4bb2-881c-2d176fcecb9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to