Hi Nada, I had similar problems. What I did is I changed 1200 to 12000 in host.h-file line 122 (tesseract\ccutil\) since my defined variable _MSC_VER is 1600
#if (_MSC_VER >= 12000) //%%% vkr for VC 6.0 But I it would be nice to know the reason for this. I didn't have time to resolve this .. - Iiro On Sunday, July 22, 2012 12:04:58 AM UTC+3, Nada Feteha wrote: > > it is version tesseract 3.1 > > I search and now I can add library and the last error is solved :) > > but there are other small error I don't know how can solve it > > error C2146: syntax error : missing ';' before identifier 'inT64' > error C2146: syntax error : missing ';' before identifier 'uinT64' > IntelliSense: identifier "INT64" is undefined > IntelliSense: identifier "UINT64" is undefined > > this error in host.h not in my code > so can anyone help me ?? > > -- 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

