AmitGorvadiya / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

Minor issues in Visual studio project for 2.03 #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Visual Studio project in tesseract-2.03 does not compile reliably 
using Visual Studio 2005.  You need to add a project dependency, making 
dlltest project depend on the tessdll project, thereby forcing tessdll to 
build first.  It also helps to add the preprocessor define 
_CRT_SECURE_NO_WARNINGS to the list of defines for DEBUG and RELEASE on 
all 7 projects in order to suppress about 1000 warnings about "obsolete" 
functions.

Note that Visual Studio 2005 still generates >1500 warnings during a 
build. 

What steps will reproduce the problem?
1. Download tesseract-2.03
2. Open the .sln file in Visual Studio 2005 and attempt to Build Solution

What is the expected output? What do you see instead?
I expected this to work with no errors.  Instead, an error is generated 
complaining that it can't find tessdll.dll

What version of the product are you using? On what operating system?
Tesseract-2.03, Windows Vista 64-bit, Microsoft Visual Studio 2005.

Please provide any additional information below.

Original issue reported on code.google.com by namefun...@gmail.com on 31 Mar 2009 at 4:40

GoogleCodeExporter commented 9 years ago
Good ideas. Fixed in 2.04, but it will support VC++2008 instead of VC++2005.
2.04 will also be the last version to support VC++6.

Original comment by theraysm...@gmail.com on 2 Jun 2009 at 2:42