What is windows system path?-About Devcpp Opencv -
i've looked through older questions , using google, can't find asnwe problem.
i have been trying devcpp work opencv2.1. configured cmake
, generated files. compiled mingw32-make
command through windows 7 cmd. whichever way tried link stuff devcpp, it's never worked. keeps giving me cv::freecast(void)
error.
i have seen people talking setting things system path. system path ?
thanks in advance.
you have tell windows opencv libraries when asked. there 2 options:
- not tell windows .dll , put them in same folder project
- tell windows .dll adding them system path
here in "compile using visual studio" point 3 can see how it.
Comments
Post a Comment