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? If so, can you let me know? 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]<javascript:> > > 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] <javascript:>> >>> 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]<javascript:> >>>> To unsubscribe from this group, send email to >>>> tesseract-oc...@**googlegroups.com <javascript:> >>>> 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

