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
Original issue reported on code.google.com by
namefun...@gmail.com
on 31 Mar 2009 at 4:40