Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

after building / installing the opencv libs you have to add the location of the opencv dlls to the, PATH env variable, so your program can find them at runtime.

so, locate, where those went, it's something like

C:\p\opencv\build\install\x86\mingw\bin

(here) then enter the os' system settings -> system -> extended settings -> environment

and add it to the PATH (with a ; as seperator). you'll have to restart your IDE, so it picks up changes.