Thanks to ALL! The problem was solved:

*The clue is in the __clrcall modifier on the function declarations. Your 
Windows Forms app uses pure Common Language Runtime code and calling 
conventions by default. Your external library, which you're linking to, 
does not. You need to change the Common Language Runtime support setting in 
your Project Defaults area of the project properties from /clr:pure to /clr*

-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to tesseract-ocr@googlegroups.com
To unsubscribe from this group, send email to
tesseract-ocr+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

Reply via email to