Hi everybody.
I tried to import the Tesseract tesseract-3.02.02-win32-lib-include-dirs.zip downloaded from Tesseract code repository at
code.google.com.
Firstly, I faced some problems when Visual Studio said error by lack of library (tesseract and leptonica, openCV), but I solved it.
Secondly, I tried to run this code on the Visual and I saw the error:

I used the Dependcy Walker tools to detect errors on the libtesseract in C:\Windows\SysWOW64 and this tools showed this:

I wwondered that can we import Tesseract library for a C++ project in 64 bit OS (I used win 8 64 bit). Is there anyone tried to import Tesseract library and run it in 64-bit successfully?