c++ - Error with release library while running the project for Debug library -


i set project debug library named libtesseract302d.lib. additional library path linked folder libtesseract302d.lib located. in additional dependencies linker input, set libtesseract302d.lib. when run project, system error comes out the program can't start because libtesseract302.dll missing computer. try reinstalling program fix problem. don't have linkage release lib libtesseract302.dll, why error has come out? thanks

a dll called libtesseract302.dll should have come library. needs placed in initial working directory of executable, or can place in c:\windows\system32 , register it.


Comments