I'm getting a similar issue when I try to run the example from that
svn too. It's giving me a side by side error, which says it can't find
"Microsoft.VC90.DebugCRT" As far as I can tell, this means that the
tesseract3.dll included was built in debug mode using VS2008, and
needs a debug library for that version of the tools to run. I'm not
sure whether this is the same error you are getting, but if so, you
might try installing VS2008, or see if there's some redistributable
package for that version.

I was able to build and use the dll myself using VC++ 2010, after a
little work using the instructions here:
http://code.google.com/p/tesseractdotnet/wiki/TesseractEngineWrapper

I was only able to build in debug mode though -- trying to build the
dll in release mode failed for some reason, and I haven't had time to
look into it yet.


On Jun 15, 7:12 am, Sarel van der Merwe <[email protected]> wrote:
> Didn't had any success when this error, was reported with
> tesseractdotnet on the 22 May 
> 2011http://code.google.com/p/tesseractdotnet/issues/detail?id=6
>
> Hope someone on this forum can help
>
>
>
>
>
>
>
> On Wed, Jun 15, 2011 at 12:50 PM, Sven Pedersen <[email protected]> 
> wrote:
> > VS2010 is not yet fully supported, but in the archives you'll find
> > some tips from the last few weeks -- someone had success.
> > Sven
>
> > On Wednesday, June 15, 2011, Sarel van der Merwe <[email protected]> 
> > wrote:
> >> Simple Example from tesseractdotnet not builing... getting errors
>
> >> Operating System.
> >>      Windows 7 64 bit
> >>      Visual Studio 2010 C#
>
> >> Simple Example app download from tesseractdotnet - Revision 41: /trunk/
> >> dotnetwrapper/TesseractEngineWrapper
>
> >> Http://tesseractdotnet.googlecode.com/svn/trunk/dotnetwrapper/TesseractEngineWrapper/
>
> >> What steps will reproduce the problem?
> >> 1. Build the simple example application
> >> 2. (5 Warnings) Unreachable code detected
> >>    ImageViewer.cs Line 156
> >>    Histogram.cs line 201 / 210
> >>    GreyImage.cs line 253
> >>    RGBImage.cs  line 309
>
> >> What is the expected output? Try to run app.. Tesseract.OCr.AppEntry
> >> Error under windows 7.... Stopped working
>
> >> --
> >> You received this message because you are subscribed to the Google
> >> Groups "tesseract-ocr" group.
> >> To post to this group, send email to [email protected]
> >> To unsubscribe from this group, send email to
> >> [email protected]
> >> For more options, visit this group at
> >>http://groups.google.com/group/tesseract-ocr?hl=en
>
> > --
> > ``All that is gold does not glitter,
> >  not all those who wander are lost;
> > the old that is strong does not wither,
> >  deep roots are not reached by the frost.
> > From the ashes a fire shall be woken,
> >  a light from the shadows shall spring;
> > renewed shall be blade that was broken,
> >  the crownless again shall be king.”
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "tesseract-ocr" group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]
> > For more options, visit this group at
> >http://groups.google.com/group/tesseract-ocr?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

Reply via email to