Hi,
If you compile the project with C++ code generation option "Multi-
threaded /MT" instead of the default "Muti-threaded DLL /MD" then you
have no dependencies and the exe should work on any 32 bit platform
(Windows 95 included).
In this mode you only have dependence to system DLL WS2_32.DLL,
USER32.DLL and KERNEL32.DLL.
Get this EXE here
http://www.pixel-technology.com/freeware/tessnet2/tesseract_204.rar
Rémi
On Jun 9, 1:11 pm, Hasnat <
mhas...@gmail.com> wrote:
> Unfortunately the exe file is also not working. I run dependency walker
> suggested by Remi and found that two dll files msvcp90.dll and msvcr90.dll
> are missing. Then I downloaded those and put those to the Windows/System
> directory. Then I run the dependency walker again and the following error
> message appeared:
>
> Error: The Side-by-Side configuration information for "c:\documents and
> settings\crblp\desktop\TESSERACT.EXE" contains errors. This application has
> failed to start because the application configuration is incorrect.
> Reinstalling the application may fix this problem (14001).
>
> Can anyone in this group find out the reason why tesseract.exe is not
> working in all the systems and what additional requirements need to be
> fullfill in order to run this successfully? As maximum members of this group
> has Visual Studio dot Net 2005/2008 installed on their system so they might
> not observe the problem. I hope to get the solution of the problem soon.
>
> On 5/27/09, Hasnat <
mhas...@gmail.com> wrote:
>
>
>
>
>
> > Thank you so much for sending the tesseract.exe file. I will test this and
> > let you know the update.
>
> > Regards,
> > ----
> > Hasnat
> > Center for Research on Bangla Language Processing (CRBLP)
> >
http://mhasnat.googlepages.com/
>
> > On Wed, May 27, 2009 at 8:39 PM, 74yrs old <
withblessi...@gmail.com>wrote:
>
> >> Hasnat,
> >> tesseract.exe should work as standalone provided tessdata directory also
> >> included in the desktop. Perhaps your exe might have corrupted and as such
> >> attached tesseract.exe - please ensure delete your name suffixed before
> >> use. Please feedback to me
> >> With regards,
> >> -sriranga(76yrsold)
>
> >> On Wed, May 27, 2009 at 7:24 PM, Hasnat <
mhas...@gmail.com> wrote:
>
> >>> In the command line tesseract_exe was the name of the directory. I used
> >>> *tesseract* as command and *temp1.tiff out -l ban* as its arguments.
>
> >>> I am just wondering whether there is any stand alone tesseract.exe
> >>> available which can run independently without any dependency. If
> >>> yes then please provide me the link.
>
> >>> Hasnat
> >>> Center for Research on Bangla Language Processing (CRBLP)
> >>>
http://mhasnat.googlepages.com/
>
> >>> On Wed, May 27, 2009 at 1:40 PM, 74yrs old <
withblessi...@gmail.com>wrote:
>
> >>>> Hi Hasant,
> >>>> try the following commandline: c:\Documents and
> >>>> settings\crblp\desktop\tesseract.exe temp1.tiff out -l ban
> >>>> I hope it will works - provided tesseract.exe not tesseract_exe.
> >>>> -sriranga(76yrsold)
>
> >>>> On Wed, May 27, 2009 at 12:10 PM, Hasnat <
mhas...@gmail.com> wrote:
>
> >>>>> Dear All,
> >>>>> I am experiencing problem in running tesseract.exe. The
> >>>>> error messages are attached with this email. So, far I observed that
> >>>>> tesseract.exe is running successfully in those systems where Visual Studio
> >>>>> dot NET is installed. I am wondering whether I am missing any prerequisites
> >>>>> are missing. I would like to add here that it fails even if Microsoft .NET
> >>>>> Framework Version 2.0 Redistributable Package (x86) and Microsoft Visual C++
> >>>>> 2005 Redistributable Package (x86) are installed.
>
> >>>>> Any immediate help will be really appreciable.
>
> >>>>> Regards,
> >>>>> ----
> >>>>> Hasnat
>
> --