Re: Error in building Tesseract-OCR

2012-07-27 Thread TP
On Thu, Jul 26, 2012 at 8:04 PM, Nada Feteha wrote: > I do that but now I have this error (0x0150002) , I tried this solution > > http://stackoverflow.com/questions/5126105/c-unable-to-start-correctly-0xc0150002 > > and also this > http://answers.yahoo.com/question/index?qid=20081223052629AAH0xaM

Re: Error in building Tesseract-OCR

2012-07-26 Thread zdenko podobny
So I found out that Microsoft changed Macro "behavior" in VS2010(see e.g [1]), so you need to correct "Target name" manually (see attachment): LIB_Release: $(ProjectName)-static LIB_Debug: $(ProjectName)-static-debug DLL_Debug: $(ProjectName)d DLL_Release is ok by default... [1] http://social.msd

Re: Error in building Tesseract-OCR

2012-07-25 Thread zdenko podobny
Thanks for info. There is Post-Build Event command for libtesseract302 project. In attachment there is screenshot from vs2008 where you can find it. This command is responsible for testing if there is output directory for lib ("..\..\..\lib"). If it does not exists - it create it with command "md"

Re: Error in building Tesseract-OCR

2012-07-25 Thread Nada Feteha
LIB_Release has also this error Error5error MSB3073: The command "if not exist ..\..\..\lib md ..\..\..\lib copy "C:\BuildFolder\tesseract-3.02\vs2008\libtesseract\..\LIB_Release\libtesseract302.lib" ..\..\..\lib :VCEnd" exited with code 1.C:\Program Files (x86)\MSBuild\Microsoft

Re: Error in building Tesseract-OCR

2012-07-24 Thread zdenko podobny
On Wed, Jul 25, 2012 at 12:21 AM, Nada Feteha wrote: > I try to build tesseract 3.02 on Visual Studio 2010 by this instruction > http://tesseract-ocr.googlecode.com/svn/trunk/vs2008/doc/building.html > > the problem in step 2 when I try to build the static library LIB_Debug , I > fond this error

Error in building Tesseract-OCR

2012-07-24 Thread Nada Feteha
I try to build tesseract 3.02 on Visual Studio 2010 by this instruction http://tesseract-ocr.googlecode.com/svn/trunk/vs2008/doc/building.html the problem in step 2 when I try to build the static library LIB_Debug , I fond this error Error3error MSB3073: The command "if not exist ..\..