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-ocr+unsubscribe@**googlegroups.com<tesseract-ocr%[email protected]>
>>> 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

Reply via email to