Hi, FYI: I am using Tesseract under MSVS2005. There are no problems and this patch is not needed.
- Albert -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of muro Sent: Friday, February 06, 2009 04:13 To: tesseract-ocr Subject: Win32 VC 2008 Express small patch Suggestion: There is a small patch required for tesseract in win32 enviroment. File errorcode.cpp - ucomment err_exit() and add return in switch (action): case EXIT: err_exit(); return ; And change tesseract project properties: Configuration properties->System->Subsystem: Console(/ SUBSYSTEM:Console) Otherwise tesseract in console enviroment throws exception and does not print any usage line. Regards, Michal Widera/muro --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

