On Tue, Dec 18, 2012 at 4:34 AM, Iris <[email protected]> wrote:
> > Hi, Zdenko. > > The same problem happened with me. > > It's weird to see syntax errors because I haven't modified anything. > > I'm wondering if you have solved the problem? > > I do not have this problem so there is nothing I can change/test. I can just guess ;-) > If so, can you let me know? > > Did you read previous post? Did you try to change your local settings? Did you try to remove "\"", "\\" as suggested by Q Kyubuem Lim? > Thanks in advance! > > Iris > > 在 2012年7月17日星期二UTC+8上午1时07分10秒,zdenop写道: >> >> this is strange - I would say it looks like there is problem >> with backslash. Maybe it is related to your local settings >> (internationalization?). But then this error should be consistent in >> all configurations... >> >> Are you sure you did not modified something? >> >> -- >> Zdenko >> >> On Mon, Jul 16, 2012 at 2:51 PM, Q Kyubuem Lim <[email protected]> wrote: >> >>> thanks for replying :) >>> >>> I'm using 3.02 version of tesseract. Finally i got the libary file tho. >>> >>> other configurations are ok. >>> >>> I decided to change a bit about code in the cpp file. >>> >>> the original code is below : >>> static const STRING kCharsToEx[] = {"'", "`", "\"", "\\", ",", ".}", >>> "〈", "〉", "《", "》", "」", "「", ""}; >>> >>> then i changed like that : >>> static const STRING kCharsToEx[] = {"'", "`", ",", ".", "〈", "〉", "《", >>> "》", "」", "「", ""}; >>> >>> I don't understand why "\"", "\\" causes syntax error '?' >>> >>> >>> >>> 2012년 7월 15일 일요일 오후 8시 47분 0초 UTC+9, zdpo 님의 말: >>> >>>> please provide more detail: >>>> e.g. what version you try to build, other configurations are built ok? >>>> Dňa 15.7.2012 13:29, "Q Kyubuem Lim" <[email protected]> napísal(-a): >>>> >>>>> I'm not a native english speaker..my writing may be wrong.. >>>>> >>>>> I'm struggled with building libtesseract.lib. >>>>> >>>>> while compiling with the project, few errors were happened.. >>>>> >>>>> I don't know how to solve the errors.. >>>>> >>>>> could you help me? >>>>> >>>>> i'm using vs2008 and vs2008 showed errors below : >>>>> >>>>> 1>..\..\ccmain\equationdetect.****cpp(251) : error C2059: syntax >>>>> error : '?' >>>>> 1>..\..\ccmain\equationdetect.****cpp(253) : error C2065: >>>>> 'kCharsToEx' : undeclared identifier >>>>> 1>..\..\ccmain\equationdetect.****cpp(253) : fatal error C1903: >>>>> unable to recover from previous error(s); stopping compilation >>>>> >>>>> -- >>>>> 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 >>>>> tesseract-oc...@**goog**legroups.com >>>>> >>>>> For more options, visit this group at >>>>> http://groups.google.com/**group**/tesseract-ocr?hl=en<http://groups.google.com/group/tesseract-ocr?hl=en> >>>>> >>>> >> -- > 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 > -- 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

