On 25 February 2011 21:32, Frank '76 <[email protected]> wrote: > I am reviewing Tesseract for inclusion in a suite of tools for solving > factory automation applications. I notice that the code is is a high > state of flux as it moves to V3.x. and I sympathize with the team as > this painful transition is accomplished. > > As a part of my review, I gathered the SVN repository and built the > three configurations (vs2008) and was surprised by two facts: First, > the builds generate about 700 warnings each. As a professional > engineer, I maintain that released code should be edited to eliminate > ALL warnings (leaving at most a few). I have been generating high > quality code for 40 years (true!!) with that rule and have never > regretted the result. > Question: Will this code be edited to reduce the noise level of these > warnings? >
I doubt it. Most of those warnings are due to Microsoft's compiler being overly pedantic. Visual Studio is not even the secondary build environment for Tesseract, and all customisations needed for it are from volunteers, so mere warnings are not a high priority. If it really bothers you, you're welcome to submit a patch. > Second, and more troubling, is the fact that after building all > configurations, I find NO DLL files with which to bind. I can link > to a collection of LIB files in the static build but there is nothing > but an executable in the release-dynamic configuration. > Question: Is version 3.x going to support a DLL binding? If so, when > will the configuration files be edited to accomplish that? > I'll leave this question to someone who uses Windows. -- <Leftmost> jimregan, that's because deep inside you, you are evil. <Leftmost> Also not-so-deep inside you. -- 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.

