const.h file duplicate...

2011-07-09 Thread MARTIN Pierre
Hello list, im updating to SVN head, and i'm noticing something really ugly in the source tree. You'll see that there are two files named "const.h" (Maybe more, and this problem may also be present for other files). The first one is in "cube", the second one is in "cutil". So when compiling ev

Re: How can I make shared libraries for tesseract 2.04?

2011-07-09 Thread Quan Nguyen
Take a look at tesjeract project (http://code.google.com/p/ tesjeract/). I believe it builds a shared library for Linux. On Jul 8, 5:43 pm, dpham wrote: > I'm trying to build tesseract-ocr-2.04 from source as my Linux distro > only provides the latest version. I have successfully built and > inst

Re: New version of tesseractdotnetwrapper

2011-07-09 Thread Quan Nguyen
tesseract.dll is x86, so make sure your project's Property > Build > Platform target is also x86. On Jul 9, 7:00 am, Sarel van der Merwe wrote: > I installed the redistribution pack. > > 1. Reboot and recompiled. > 2. Still having the same problem. > > Could not load file or assembly 'tesseract,

Re: Creating DLL for tessract3

2011-07-09 Thread zdenko podobny
On Sat, Jul 9, 2011 at 2:21 PM, Sarel van der Merwe wrote: > look at this thread... > https://mail.google.com/mail/?shva=1#inbox/130fd043420179a8 > > why so send link to (your) gmail inbox? > > On Sat, Jul 9, 2011 at 1:38 PM, Alexander Lubyagin > wrote: > > On Jun 22, 4:09 pm, sisi wrote: >

Re: Creating DLL for tessract3

2011-07-09 Thread Sarel van der Merwe
look at this thread... https://mail.google.com/mail/?shva=1#inbox/130fd043420179a8 On Sat, Jul 9, 2011 at 1:38 PM, Alexander Lubyagin wrote: > On Jun 22, 4:09 pm, sisi wrote: >> I want to know how can I create aDLLfile for tesseract to use it in GUI >> application > > Please, build vs2010\tess

Re: Creating DLL for tessract3

2011-07-09 Thread Alexander Lubyagin
On Jun 22, 4:09 pm, sisi wrote: > I want to know how can I create aDLLfile for tesseract to use it in GUI > application Please, build vs2010\tesseract.sln (SVN) file by Microsoft Visual Studio 2010. In "Release build" mode. -- You received this message because you are subscribed to the Google

Re: New version of tesseractdotnetwrapper

2011-07-09 Thread cong nguyenba
Try to download and install vcresdist_x86 here: http://www.microsoft.com/download/en/details.aspx?id=5582 The Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ SP1 on a computer tha

Re: New version of tesseractdotnetwrapper

2011-07-09 Thread Sarel van der Merwe
Error when I tried to run the Simple program - tesseractdotnetwrapper --- Could not load file or assembly 'tesseract, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependen