c++ - opencv_highgui230.dll was not found -
c++ - opencv_highgui230.dll was not found -
i creating application using opencv2.3 in vc++2010 express addition. build successful while compiling says 'opencv_highgui230.dll not found.reinstalling application may prepare problem.' though have added necessary include , lib files.
it's dll can found in bin
or named directory under installed opencv library. windows binary distributions of various libraries, dll included.
for programme load it, either has in same directory executable, in scheme directory, c:\windows\system32\
, or think possible specify location programmatically, in code. msdn article can tell more.
quick and, more not, right solution re-create dll executable's directory.
c++ visual-studio visual-c++ opencv
Comments
Post a Comment