[tesseract-ocr] Re: errors while building libtesseract.lib, How to solve the problem?

2016-07-30 Thread Andre Nguyen
I had the same issue. I was able to compile by removing "〈", "〉", "《", "》", "」", "「". Maybe it has to do with some encoding issue. I am using MSVC14 compiler with VC community 15, those character are shown as wide character in the editor, where they seem to take up 2 spaces. I have English

Re: errors while building libtesseract.lib, How to solve the problem?

2013-02-19 Thread kelvinclarkte
Hi Mr. Lim, I have the same problem. Try changing your system locale to English (united states) this worked for me. On Sunday, July 15, 2012 4:27:35 AM UTC-7, Q Kyubuem Lim wrote: I'm not a native english speaker..my writing may be wrong.. I'm struggled with building libtesseract.lib.

Re: errors while building libtesseract.lib, How to solve the problem?

2012-12-18 Thread zdenko podobny
On Tue, Dec 18, 2012 at 4:34 AM, Iris hongyujiei...@gmail.com 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

Re: errors while building libtesseract.lib, How to solve the problem?

2012-12-17 Thread Iris
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

Re: errors while building libtesseract.lib, How to solve the problem?

2012-07-16 Thread Q Kyubuem Lim
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

Re: errors while building libtesseract.lib, How to solve the problem?

2012-07-16 Thread zdenko podobny
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

errors while building libtesseract.lib, How to solve the problem?

2012-07-15 Thread Q Kyubuem Lim
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 :

Re: errors while building libtesseract.lib, How to solve the problem?

2012-07-15 Thread zdenko podobny
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 kyub...@gmail.com 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