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:

  1. not tell windows .dll , put them in same folder project
  2. tell windows .dll adding them system path

here in "compile using visual studio" point 3 can see how it.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -