Yeah I get the same errors. It's because the dlls are compiled with vs2008 so they are looking for msvcr90.dll, which is msvcr100.dll for vs2010 and msvcr110.dll for vs2012. I tried recompiling libtesseract302.lib with vs2012. It compiled fine and my project can compile. But it again won't start, with an error "configuration incorrect or something". i assume it's because there is a conflict since liblept is stil compiled with vs2008.
On Sunday, November 25, 2012 11:04:09 AM UTC-6, Bln wrote: > > I'm having the same problem on VS2012 and VS2010. The linker errors look > like the standard library isn't properly linked, but I have no idea why, > the settings look right to me. It compiles fine in DLL mode but then the > exe wont start with the error "The application was unable to start > correctly (0xc0150002)." even after copying liblept168.dll, > libtesseract302.dll to the folder. > -- 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

