1 | initial version |
you have to link libs
, not dll
s
(*.dll.a
in the case of mingw)
also, if you want to use mingw, step #1 would be: build opencv libs from src, using cmake.
other functions work well,
no, your compiler just stops complaining after the 1st error.
2 | No.2 Revision |
you have to link libs
, not dll
s
(*.dll.a
in the case of mingw)
also, if you want to use mingw, step #1 would be: build opencv libs from src, using cmake.
other functions work well,
no, your compiler linker just stops complaining after the 1st error.