Hi, I have tried to create a dll that I can use in C# with the provided Visual Studio 2010 project. The dll compiles fine and when I check it with the Dependency Walker I see the various Methods that are available...
However, I am unable to successfully call any none-static methods in the dll from C#. To solve this problem I e.g. tried to change the CLR setting (compiles just fine with /clr) or make the DLL managed (won't compile anymore)... Even with CLR enabled I could not use an instance of the TessBaseAPI class in my C# project... Is there any other way to call Tesseract from C#? Thanks for you help! -- 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

